linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0
@ 2022-07-20 19:11 Nícolas F. R. A. Prado
  2022-07-20 22:51 ` Doug Anderson
  2022-07-21  7:50 ` AngeloGioacchino Del Regno
  0 siblings, 2 replies; 3+ messages in thread
From: Nícolas F. R. A. Prado @ 2022-07-20 19:11 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: AngeloGioacchino Del Regno, kernel, Nícolas F. R. A. Prado,
	Daniel Vetter, David Airlie, Sam Ravnborg, Thierry Reding,
	dri-devel, linux-kernel

Add panel identification entry for the AUO B120XAN01.0 (product ID:
0x1062) panel.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

---
v1: https://lore.kernel.org/all/20220719203857.1488831-3-nfraprado@collabora.com

Changes in v2:
- Move entry to the top so it respects the sorting

 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 b3536d8600f4..e85d0c56f4a5 100644
--- a/drivers/gpu/drm/panel/panel-edp.c
+++ b/drivers/gpu/drm/panel/panel-edp.c
@@ -1876,6 +1876,7 @@ static const struct panel_delay delay_200_500_e200 = {
  * Sort first by vendor, then by product ID.
  */
 static const struct edp_panel_entry edp_panels[] = {
+	EDP_PANEL_ENTRY('A', 'U', 'O', 0x1062, &delay_200_500_e50, "B120XAN01.0"),
 	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', 0x8594, &delay_200_500_e50, "B133UAN01.0"),
-- 
2.37.0


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

* Re: [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0
  2022-07-20 19:11 [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0 Nícolas F. R. A. Prado
@ 2022-07-20 22:51 ` Doug Anderson
  2022-07-21  7:50 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: Doug Anderson @ 2022-07-20 22:51 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado
  Cc: AngeloGioacchino Del Regno, kernel, Daniel Vetter, David Airlie,
	Sam Ravnborg, Thierry Reding, dri-devel, LKML

Hi,

On Wed, Jul 20, 2022 at 12:12 PM Nícolas F. R. A. Prado
<nfraprado@collabora.com> wrote:
>
> Add panel identification entry for the AUO B120XAN01.0 (product ID:
> 0x1062) panel.
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
>
> ---
> v1: https://lore.kernel.org/all/20220719203857.1488831-3-nfraprado@collabora.com
>
> Changes in v2:
> - Move entry to the top so it respects the sorting
>
>  drivers/gpu/drm/panel/panel-edp.c | 1 +
>  1 file changed, 1 insertion(+)

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


Nothing controversial here, so I went ahead and pushed to drm-misc-next:

b68735e8ef58 drm/panel-edp: Add panel entry for B120XAN01.0

-Doug

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

* Re: [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0
  2022-07-20 19:11 [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0 Nícolas F. R. A. Prado
  2022-07-20 22:51 ` Doug Anderson
@ 2022-07-21  7:50 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-07-21  7:50 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado, Douglas Anderson
  Cc: kernel, Daniel Vetter, David Airlie, Sam Ravnborg,
	Thierry Reding, dri-devel, linux-kernel

Il 20/07/22 21:11, Nícolas F. R. A. Prado ha scritto:
> Add panel identification entry for the AUO B120XAN01.0 (product ID:
> 0x1062) panel.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


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

end of thread, other threads:[~2022-07-21  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 19:11 [PATCH v2] drm/panel-edp: Add panel entry for B120XAN01.0 Nícolas F. R. A. Prado
2022-07-20 22:51 ` Doug Anderson
2022-07-21  7:50 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).