All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
@ 2023-07-27 17:24 Dmitry Baryshkov
  2023-07-31 12:47 ` Neil Armstrong
  2023-07-31 13:01 ` Neil Armstrong
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2023-07-27 17:24 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter; +Cc: dri-devel

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@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,
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
  2023-07-27 17:24 [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02 Dmitry Baryshkov
@ 2023-07-31 12:47 ` Neil Armstrong
  2023-10-25 14:25     ` Marco Felsch
  2023-07-31 13:01 ` Neil Armstrong
  1 sibling, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2023-07-31 12:47 UTC (permalink / raw)
  To: Dmitry Baryshkov, Sam Ravnborg, David Airlie, Daniel Vetter; +Cc: dri-devel

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@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@linaro.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
  2023-07-27 17:24 [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02 Dmitry Baryshkov
  2023-07-31 12:47 ` Neil Armstrong
@ 2023-07-31 13:01 ` Neil Armstrong
  1 sibling, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2023-07-31 13:01 UTC (permalink / raw)
  To: Sam Ravnborg, David Airlie, Daniel Vetter, Dmitry Baryshkov; +Cc: dri-devel

Hi,

On Thu, 27 Jul 2023 20:24:45 +0300, Dmitry Baryshkov wrote:
> Specify bpc value for the powertip_ph800480t013_idf02 panel to stop drm
> code from complaining about unexpected bpc value (0).
> 
> 

Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)

[1/1] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=65f4937fc8a8fce8d6b483c289b18abb09b777ff

-- 
Neil


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
  2023-07-31 12:47 ` Neil Armstrong
@ 2023-10-25 14:25     ` Marco Felsch
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Felsch @ 2023-10-25 14:25 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Dmitry Baryshkov, Sam Ravnborg, David Airlie, Daniel Vetter,
	dri-devel, stable, kernel

+Cc: stable <stable@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@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@linaro.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
@ 2023-10-25 14:25     ` Marco Felsch
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Felsch @ 2023-10-25 14:25 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: Sam Ravnborg, stable, dri-devel, Dmitry Baryshkov, kernel

+Cc: stable <stable@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@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@linaro.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02
@ 2021-06-07 20:08 Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2021-06-07 20:08 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg; +Cc: David Airlie, dri-devel

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@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 4e2dad314c79..e273bc2ab6b1 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -3317,6 +3317,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,
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-25 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 17:24 [PATCH] drm: panel: simple: specify bpc for powertip_ph800480t013_idf02 Dmitry Baryshkov
2023-07-31 12:47 ` Neil Armstrong
2023-10-25 14:25   ` Marco Felsch
2023-10-25 14:25     ` Marco Felsch
2023-07-31 13:01 ` Neil Armstrong
  -- strict thread matches above, loose matches on Subject: below --
2021-06-07 20:08 Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.