mbox series

[v5,0/3] Ingenic DRM bridge_atomic_enable proposal

Message ID 20220321133651.291592-1-cbranchereau@gmail.com (mailing list archive)
Headers show
Series Ingenic DRM bridge_atomic_enable proposal | expand

Message

Christophe Branchereau March 21, 2022, 1:36 p.m. UTC
Hello,

v5 :

- this set doesn't include the nv3052c bindings doc anymore,
  as it's already applied

- nv3052c panel driver : removed empty lines, proceed to turn it off
  even is sleeping in fails instead of stopping there

- abt panel : switched to REGCACHE_FLAT so we can disable sleep mode
  in .enable with regmap_set_bits() instead of doing it at init time

- ingenic-drm-drv : added ingenic_drm_bridge_atomic_disable to balance
  out ingenic_drm_bridge_atomic_enable

Tested working on the rg350m and rg280m

Christophe Branchereau (3):
  drm/ingenic : add ingenic_drm_bridge_atomic_enable and disable
  drm/panel: Add panel driver for NewVision NV3052C based LCDs
  drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and
    .disable

 drivers/gpu/drm/ingenic/ingenic-drm-drv.c     |  34 +-
 drivers/gpu/drm/panel/Kconfig                 |   9 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-abt-y030xx067a.c  |  31 +-
 drivers/gpu/drm/panel/panel-innolux-ej030na.c |  31 +-
 .../gpu/drm/panel/panel-newvision-nv3052c.c   | 484 ++++++++++++++++++
 6 files changed, 572 insertions(+), 18 deletions(-)
 create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3052c.c

Comments

Paul Cercueil April 5, 2022, 9:03 p.m. UTC | #1
Hi Christophe,

Merged to drm-misc-next.

Thanks,
-Paul


Le lun., mars 21 2022 at 14:36:48 +0100, Christophe Branchereau 
<cbranchereau@gmail.com> a écrit :
> Hello,
> 
> v5 :
> 
> - this set doesn't include the nv3052c bindings doc anymore,
>   as it's already applied
> 
> - nv3052c panel driver : removed empty lines, proceed to turn it off
>   even is sleeping in fails instead of stopping there
> 
> - abt panel : switched to REGCACHE_FLAT so we can disable sleep mode
>   in .enable with regmap_set_bits() instead of doing it at init time
> 
> - ingenic-drm-drv : added ingenic_drm_bridge_atomic_disable to balance
>   out ingenic_drm_bridge_atomic_enable
> 
> Tested working on the rg350m and rg280m
> 
> Christophe Branchereau (3):
>   drm/ingenic : add ingenic_drm_bridge_atomic_enable and disable
>   drm/panel: Add panel driver for NewVision NV3052C based LCDs
>   drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and
>     .disable
> 
>  drivers/gpu/drm/ingenic/ingenic-drm-drv.c     |  34 +-
>  drivers/gpu/drm/panel/Kconfig                 |   9 +
>  drivers/gpu/drm/panel/Makefile                |   1 +
>  drivers/gpu/drm/panel/panel-abt-y030xx067a.c  |  31 +-
>  drivers/gpu/drm/panel/panel-innolux-ej030na.c |  31 +-
>  .../gpu/drm/panel/panel-newvision-nv3052c.c   | 484 
> ++++++++++++++++++
>  6 files changed, 572 insertions(+), 18 deletions(-)
>  create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3052c.c
> 
> --
> 2.35.1
>