All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
@ 2022-03-24 20:48 ` Matthias Kaehlcke
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Kaehlcke @ 2022-03-24 20:48 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter
  Cc: Douglas Anderson, linux-kernel, dri-devel, Matthias Kaehlcke

Add support for the AUO B133UAN01 13.3" WUXGA panel.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---

Changes in v2:
- autodetect and configure the panel based on the EDID data instead of
  relying on a compatible string and hardcoded mode settings.

 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 e15e62f235d8..db4eea1d7f67 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1847,6 +1847,7 @@ static const struct panel_delay delay_100_500_e200 = {
 static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
+	EDP_PANEL_ENTRY('A', 'U', 'O', 0x8495, &delay_200_500_e50, "B133UAN01.0"),
 
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0786, &delay_200_500_p2e80, "NV116WHM-T01"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x07d1, &boe_nv133fhm_n61.delay, "NV133FHM-N61"),
-- 
2.35.1.1021.g381101b075-goog


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

* [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
@ 2022-03-24 20:48 ` Matthias Kaehlcke
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Kaehlcke @ 2022-03-24 20:48 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter
  Cc: Matthias Kaehlcke, Douglas Anderson, dri-devel, linux-kernel

Add support for the AUO B133UAN01 13.3" WUXGA panel.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---

Changes in v2:
- autodetect and configure the panel based on the EDID data instead of
  relying on a compatible string and hardcoded mode settings.

 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 e15e62f235d8..db4eea1d7f67 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1847,6 +1847,7 @@ static const struct panel_delay delay_100_500_e200 = {
 static const struct edp_panel_entry edp_panels[] = {
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
 	EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
+	EDP_PANEL_ENTRY('A', 'U', 'O', 0x8495, &delay_200_500_e50, "B133UAN01.0"),
 
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x0786, &delay_200_500_p2e80, "NV116WHM-T01"),
 	EDP_PANEL_ENTRY('B', 'O', 'E', 0x07d1, &boe_nv133fhm_n61.delay, "NV133FHM-N61"),
-- 
2.35.1.1021.g381101b075-goog


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

* Re: [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
  2022-03-24 20:48 ` Matthias Kaehlcke
@ 2022-03-24 20:51   ` Doug Anderson
  -1 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-03-24 20:51 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: David Airlie, LKML, dri-devel, Thierry Reding, Sam Ravnborg

Hi,

On Thu, Mar 24, 2022 at 1:48 PM Matthias Kaehlcke <mka@chromium.org> wrote:
>
> Add support for the AUO B133UAN01 13.3" WUXGA panel.
>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> ---
>
> Changes in v2:
> - autodetect and configure the panel based on the EDID data instead of
>   relying on a compatible string and hardcoded mode settings.
>
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

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

Given the trivial nature of this change, I'll plan to land it in a few
days barring someone else yelling about it.

-Doug

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

* Re: [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
@ 2022-03-24 20:51   ` Doug Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-03-24 20:51 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter, LKML,
	dri-devel

Hi,

On Thu, Mar 24, 2022 at 1:48 PM Matthias Kaehlcke <mka@chromium.org> wrote:
>
> Add support for the AUO B133UAN01 13.3" WUXGA panel.
>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> ---
>
> Changes in v2:
> - autodetect and configure the panel based on the EDID data instead of
>   relying on a compatible string and hardcoded mode settings.
>
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

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

Given the trivial nature of this change, I'll plan to land it in a few
days barring someone else yelling about it.

-Doug

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

* Re: [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
  2022-03-24 20:51   ` Doug Anderson
@ 2022-03-29 16:36     ` Doug Anderson
  -1 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-03-29 16:36 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter, LKML,
	dri-devel

Hi,

On Thu, Mar 24, 2022 at 1:51 PM Doug Anderson <dianders@chromium.org> wrote:
>
> Hi,
>
> On Thu, Mar 24, 2022 at 1:48 PM Matthias Kaehlcke <mka@chromium.org> wrote:
> >
> > Add support for the AUO B133UAN01 13.3" WUXGA panel.
> >
> > Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> > ---
> >
> > Changes in v2:
> > - autodetect and configure the panel based on the EDID data instead of
> >   relying on a compatible string and hardcoded mode settings.
> >
> >  drivers/gpu/drm/panel/panel-edp.c | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>
> Given the trivial nature of this change, I'll plan to land it in a few
> days barring someone else yelling about it.

I modified the patch subject slightly since the extra "panel-edp:"
prefix was redundant, then pushed to drm-misc-next:

ec57376fba5a drm/panel-edp: Add AUO B133UAN01

-Doug

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

* Re: [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
@ 2022-03-29 16:36     ` Doug Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-03-29 16:36 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: David Airlie, LKML, dri-devel, Thierry Reding, Sam Ravnborg

Hi,

On Thu, Mar 24, 2022 at 1:51 PM Doug Anderson <dianders@chromium.org> wrote:
>
> Hi,
>
> On Thu, Mar 24, 2022 at 1:48 PM Matthias Kaehlcke <mka@chromium.org> wrote:
> >
> > Add support for the AUO B133UAN01 13.3" WUXGA panel.
> >
> > Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> > ---
> >
> > Changes in v2:
> > - autodetect and configure the panel based on the EDID data instead of
> >   relying on a compatible string and hardcoded mode settings.
> >
> >  drivers/gpu/drm/panel/panel-edp.c | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>
> Given the trivial nature of this change, I'll plan to land it in a few
> days barring someone else yelling about it.

I modified the patch subject slightly since the extra "panel-edp:"
prefix was redundant, then pushed to drm-misc-next:

ec57376fba5a drm/panel-edp: Add AUO B133UAN01

-Doug

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

end of thread, other threads:[~2022-03-29 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 20:48 [PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01 Matthias Kaehlcke
2022-03-24 20:48 ` Matthias Kaehlcke
2022-03-24 20:51 ` Doug Anderson
2022-03-24 20:51   ` Doug Anderson
2022-03-29 16:36   ` Doug Anderson
2022-03-29 16:36     ` 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.