Skip to content

Commit 62b143b

Browse files
refractionwaresuperna9999
authored andcommitted
drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02
It turns out that I had misconfigured the device I was using the panel with; the bus data polarity is not high for this panel, I had to change the config on the display controller's side. Fix the panel config to properly reflect its accurate settings. Fixes: 6810bb3 ("drm/panel: Add Samsung S6D7AA0 panel controller driver") Reviewed-by: Jessica Zhang <[email protected]> Signed-off-by: Artur Weber <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 45dd7df commit 62b143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ static const struct s6d7aa0_panel_desc s6d7aa0_lsl080al02_desc = {
309309
.off_func = s6d7aa0_lsl080al02_off,
310310
.drm_mode = &s6d7aa0_lsl080al02_mode,
311311
.mode_flags = MIPI_DSI_MODE_VSYNC_FLUSH | MIPI_DSI_MODE_VIDEO_NO_HFP,
312-
.bus_flags = DRM_BUS_FLAG_DE_HIGH,
312+
.bus_flags = 0,
313313

314314
.has_backlight = false,
315315
.use_passwd3 = false,

0 commit comments

Comments
 (0)