Skip to content

Commit 45dd7df

Browse files
tq-niebelmsuperna9999
authored andcommitted
drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33]
The DE signal is active high on this display, fill in the missing bus_flags. This aligns panel_desc with its display_timing. Fixes: 9a2654c ("drm/panel: Add and fill drm_panel type field") Fixes: b3bfcdf ("drm/panel: simple: add Tianma TM070JVHG33") Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Sam Ravnborg <[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 024b32d commit 45dd7df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/panel/panel-simple.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,7 @@ static const struct panel_desc tianma_tm070jdhg30 = {
38613861
},
38623862
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
38633863
.connector_type = DRM_MODE_CONNECTOR_LVDS,
3864+
.bus_flags = DRM_BUS_FLAG_DE_HIGH,
38643865
};
38653866

38663867
static const struct panel_desc tianma_tm070jvhg33 = {
@@ -3873,6 +3874,7 @@ static const struct panel_desc tianma_tm070jvhg33 = {
38733874
},
38743875
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
38753876
.connector_type = DRM_MODE_CONNECTOR_LVDS,
3877+
.bus_flags = DRM_BUS_FLAG_DE_HIGH,
38763878
};
38773879

38783880
static const struct display_timing tianma_tm070rvhg71_timing = {

0 commit comments

Comments
 (0)