[PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
Marco Felsch
mfe at pengutronix.de
Wed Oct 25 14:25:06 UTC 2023
+Cc: stable <stable at kernel.org>
The commit misses the Fixes tag.
On Mon, Jul 31, 2023 at 02:47:47PM +0200, Neil Armstrong wrote:
> On 27/07/2023 19:24, Dmitry Baryshkov wrote:
> > Specify bpc value for the powertip_ph800480t013_idf02 panel to stop drm
> > code from complaining about unexpected bpc value (0).
> >
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> > ---
> > 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 a247a0e7c799..4c4c24ab4d12 100644
> > --- a/drivers/gpu/drm/panel/panel-simple.c
> > +++ b/drivers/gpu/drm/panel/panel-simple.c
> > @@ -3207,6 +3207,7 @@ static const struct drm_display_mode powertip_ph800480t013_idf02_mode = {
> > static const struct panel_desc powertip_ph800480t013_idf02 = {
> > .modes = &powertip_ph800480t013_idf02_mode,
> > .num_modes = 1,
> > + .bpc = 8,
> > .size = {
> > .width = 152,
> > .height = 91,
>
> Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the dri-devel
mailing list