This patch adds the bus_format field to the HSD100PXN1 panel structure.
Signed-off-by: Philipp Zabel p.zabel@pengutronix.de --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 63dea57..28d7360 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -759,6 +759,7 @@ static const struct panel_desc hannstar_hsd100pxn1 = { .width = 203, .height = 152, }, + .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG, };
static const struct drm_display_mode hitachi_tx23d38vm0caa_mode = {
dri-devel@lists.freedesktop.org