Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 6810bb390282 ("drm/panel: Add Samsung S6D7AA0 panel controller driver")
Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
Link: https://lore.kernel.org/r/20240105-tab3-display-fixes-v2-2-904d1207bf6f@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240105-tab3-display-fixes-v2-2-904d1207bf6f@gmail.com

authored by

Artur Weber and committed by
Neil Armstrong
62b143b5 45dd7df2

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
··· 309 309 .off_func = s6d7aa0_lsl080al02_off, 310 310 .drm_mode = &s6d7aa0_lsl080al02_mode, 311 311 .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, 313 313 314 314 .has_backlight = false, 315 315 .use_passwd3 = false,