All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
@ 2023-03-24 16:59 ` Vinod Koul
  0 siblings, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2023-03-24 16:59 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: linux-arm-msm, Bjorn Andersson, Bjorn Andersson, Thierry Reding,
	Sam Ravnborg, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel, Dmitry Baryshkov, Vinod Koul

From: Bjorn Andersson <bjorn.andersson@linaro.org>

This panel is found in Lenovo Flex 5G laptop, so add the entry for it

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/gpu/drm/panel/panel-edp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
index 01bfe0783304..926906ca2304 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1871,6 +1871,7 @@ static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x1e9b, &delay_200_500_e50, "B133UAN02.1"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x1ea5, &delay_200_500_e50, "B116XAK01.6"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
+	EDP_PANEL_ENTRY('A', 'U', 'O', 0x582d, &delay_200_500_e50, "B133UAN01.0"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x8594, &delay_200_500_e50, "B133UAN01.0"),
 
-- 
2.39.2


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

* [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
@ 2023-03-24 16:59 ` Vinod Koul
  0 siblings, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2023-03-24 16:59 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: linux-arm-msm, Bjorn Andersson, linux-kernel, dri-devel,
	Bjorn Andersson, Vinod Koul, Thierry Reding, Dmitry Baryshkov,
	Sam Ravnborg

From: Bjorn Andersson <bjorn.andersson@linaro.org>

This panel is found in Lenovo Flex 5G laptop, so add the entry for it

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/gpu/drm/panel/panel-edp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
index 01bfe0783304..926906ca2304 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1871,6 +1871,7 @@ static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x1e9b, &delay_200_500_e50, "B133UAN02.1"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x1ea5, &delay_200_500_e50, "B116XAK01.6"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
+	EDP_PANEL_ENTRY('A', 'U', 'O', 0x582d, &delay_200_500_e50, "B133UAN01.0"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x8594, &delay_200_500_e50, "B133UAN01.0"),
 
-- 
2.39.2


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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
  2023-03-24 16:59 ` Vinod Koul
@ 2023-03-24 17:04   ` Doug Anderson
  -1 siblings, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2023-03-24 17:04 UTC (permalink / raw)
  To: Vinod Koul
  Cc: linux-arm-msm, Bjorn Andersson, Bjorn Andersson, Thierry Reding,
	Sam Ravnborg, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel, Dmitry Baryshkov

Hi,

On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
>
> From: Bjorn Andersson <bjorn.andersson@linaro.org>
>
> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

...assuming nothing distracts me, I'll plan to land this Monday to
drm-misc-next.

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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
@ 2023-03-24 17:04   ` Doug Anderson
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2023-03-24 17:04 UTC (permalink / raw)
  To: Vinod Koul
  Cc: linux-arm-msm, Bjorn Andersson, linux-kernel, dri-devel,
	Bjorn Andersson, Thierry Reding, Dmitry Baryshkov, Sam Ravnborg

Hi,

On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
>
> From: Bjorn Andersson <bjorn.andersson@linaro.org>
>
> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

...assuming nothing distracts me, I'll plan to land this Monday to
drm-misc-next.

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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
  2023-03-24 17:04   ` Doug Anderson
@ 2023-03-24 19:13     ` Neil Armstrong
  -1 siblings, 0 replies; 8+ messages in thread
From: Neil Armstrong @ 2023-03-24 19:13 UTC (permalink / raw)
  To: Doug Anderson, Vinod Koul
  Cc: linux-arm-msm, Bjorn Andersson, Bjorn Andersson, Thierry Reding,
	Sam Ravnborg, David Airlie, Daniel Vetter, dri-devel,
	linux-kernel, Dmitry Baryshkov

Le 24/03/2023 à 18:04, Doug Anderson a écrit :
> Hi,
> 
> On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
>>
>> From: Bjorn Andersson <bjorn.andersson@linaro.org>
>>
>> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
>>
>> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> Signed-off-by: Vinod Koul <vkoul@kernel.org>
>> ---
>>   drivers/gpu/drm/panel/panel-edp.c | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> 
> ...assuming nothing distracts me, I'll plan to land this Monday to
> drm-misc-next.

If you get distracted, I'll apply it!

Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
@ 2023-03-24 19:13     ` Neil Armstrong
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Armstrong @ 2023-03-24 19:13 UTC (permalink / raw)
  To: Doug Anderson, Vinod Koul
  Cc: linux-arm-msm, Bjorn Andersson, linux-kernel, dri-devel,
	Bjorn Andersson, Thierry Reding, Dmitry Baryshkov, Sam Ravnborg

Le 24/03/2023 à 18:04, Doug Anderson a écrit :
> Hi,
> 
> On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
>>
>> From: Bjorn Andersson <bjorn.andersson@linaro.org>
>>
>> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
>>
>> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> Signed-off-by: Vinod Koul <vkoul@kernel.org>
>> ---
>>   drivers/gpu/drm/panel/panel-edp.c | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> 
> ...assuming nothing distracts me, I'll plan to land this Monday to
> drm-misc-next.

If you get distracted, I'll apply it!

Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
  2023-03-24 19:13     ` Neil Armstrong
@ 2023-03-27 22:31       ` Doug Anderson
  -1 siblings, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2023-03-27 22:31 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Vinod Koul, linux-arm-msm, Bjorn Andersson, Bjorn Andersson,
	Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter,
	dri-devel, linux-kernel, Dmitry Baryshkov

Hi,

On Fri, Mar 24, 2023 at 12:13 PM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
>
> Le 24/03/2023 à 18:04, Doug Anderson a écrit :
> > Hi,
> >
> > On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
> >>
> >> From: Bjorn Andersson <bjorn.andersson@linaro.org>
> >>
> >> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
> >>
> >> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> >> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> >> ---
> >>   drivers/gpu/drm/panel/panel-edp.c | 1 +
> >>   1 file changed, 1 insertion(+)
> >
> > Reviewed-by: Douglas Anderson <dianders@chromium.org>
> >
> > ...assuming nothing distracts me, I'll plan to land this Monday to
> > drm-misc-next.
>
> If you get distracted, I'll apply it!
>
> Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

Pushed to drm-misc-next:

981f8866754d drm/panel-edp: Add B133UAN01.0 edp panel entry

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

* Re: [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry
@ 2023-03-27 22:31       ` Doug Anderson
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2023-03-27 22:31 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: linux-arm-msm, Bjorn Andersson, linux-kernel, dri-devel,
	Bjorn Andersson, Vinod Koul, Thierry Reding, Dmitry Baryshkov,
	Sam Ravnborg

Hi,

On Fri, Mar 24, 2023 at 12:13 PM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
>
> Le 24/03/2023 à 18:04, Doug Anderson a écrit :
> > Hi,
> >
> > On Fri, Mar 24, 2023 at 9:59 AM Vinod Koul <vkoul@kernel.org> wrote:
> >>
> >> From: Bjorn Andersson <bjorn.andersson@linaro.org>
> >>
> >> This panel is found in Lenovo Flex 5G laptop, so add the entry for it
> >>
> >> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> >> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> >> ---
> >>   drivers/gpu/drm/panel/panel-edp.c | 1 +
> >>   1 file changed, 1 insertion(+)
> >
> > Reviewed-by: Douglas Anderson <dianders@chromium.org>
> >
> > ...assuming nothing distracts me, I'll plan to land this Monday to
> > drm-misc-next.
>
> If you get distracted, I'll apply it!
>
> Acked-by: Neil Armstrong <neil.armstrong@linaro.org>

Pushed to drm-misc-next:

981f8866754d drm/panel-edp: Add B133UAN01.0 edp panel entry

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

end of thread, other threads:[~2023-03-27 22:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 16:59 [PATCH] drm/panel-edp: Add B133UAN01.0 edp panel entry Vinod Koul
2023-03-24 16:59 ` Vinod Koul
2023-03-24 17:04 ` Doug Anderson
2023-03-24 17:04   ` Doug Anderson
2023-03-24 19:13   ` Neil Armstrong
2023-03-24 19:13     ` Neil Armstrong
2023-03-27 22:31     ` Doug Anderson
2023-03-27 22:31       ` Doug Anderson

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.