aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 69d69876b632..a0b11855ff2f 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1273,6 +1273,7 @@ static const struct panel_desc ortustech_com43h4m85ulc = {
1273 .height = 93, 1273 .height = 93,
1274 }, 1274 },
1275 .bus_format = MEDIA_BUS_FMT_RGB888_1X24, 1275 .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
1276 .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_POSEDGE,
1276}; 1277};
1277 1278
1278static const struct drm_display_mode qd43003c0_40_mode = { 1279static const struct drm_display_mode qd43003c0_40_mode = {