On Fri, Jun 26, 2015 at 12:27:08PM +0200, Lucas Stach wrote:
> From: Philipp Zabel
>
Can you be more specific here? What kind of bus format is this? Why is
it that .bpc = 6 doesn't work here?
Thierry
> Signed-off-by: Philipp Zabel
> Signed-off-by: Lucas Stach
> ---
> 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 30904a9b2a4c..dc6a923c89d7 100644
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -729,6 +729,7 @@ static const struct panel_desc hannstar_hsd070pww1 = {
> .width = 151,
> .height = 94,
> },
> + .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG,
> };
>
> static const struct drm_display_mode hitachi_tx23d38vm0caa_mode = {
> --
> 2.1.4
>