Skip to content

Commit a0190a2

Browse files
committed
Revert "drm: Avoid circular dependencies for CONFIG_FB"
This reverts commit f611b1e. 1/ When initially starting planes loop, everything looks fine. After a few minutes/few iterations, things begin to go very bad. The chicken and the martian look good, but after a few minutes, they turn upside down. 2/ More than this, after a few minutes, the image begins to crumble, it goes bad, flickering appears as in very bad pixels, It looks like big de-synchronization of the pixels with the clock... I have no idea. 3/ I have replaced linux-5.15-mchp with current linux-5.10-at91 , same rootfs, same egt, no other change. Everything looks perfect, no flipped overlays, no crumbling of the image, nothing. Hence I assume kernel is the culprit here, and there is no problem with the screen, the ribbon or anything hardware related.
1 parent 365bee7 commit a0190a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
103103
config DRM_FBDEV_EMULATION
104104
bool "Enable legacy fbdev support for your modesetting driver"
105105
depends on DRM
106-
depends on FB
107106
select DRM_KMS_HELPER
107+
select FB
108108
select FB_CFB_FILLRECT
109109
select FB_CFB_COPYAREA
110110
select FB_CFB_IMAGEBLIT

0 commit comments

Comments
 (0)