We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8e170a + 042b871 commit fee9d13Copy full SHA for fee9d13
drivers/gpu/drm/mediatek/mtk_drm_drv.c
@@ -539,8 +539,8 @@ static int mtk_drm_kms_init(struct drm_device *drm)
539
}
540
541
/* IGT will check if the cursor size is configured */
542
- drm->mode_config.cursor_width = drm->mode_config.max_width;
543
- drm->mode_config.cursor_height = drm->mode_config.max_height;
+ drm->mode_config.cursor_width = 512;
+ drm->mode_config.cursor_height = 512;
544
545
/* Use OVL device for all DMA memory allocations */
546
crtc = drm_crtc_from_index(drm, 0);
0 commit comments