[PATCH v2 0/2] drm/panel: drmP.h removal + small fix

Sam Ravnborg sam at ravnborg.org
Sun May 26 18:05:30 UTC 2019


The header file drmP.h have been deprecated and this
set include a patch to remove the use of drmP.h in
all files in drm/panel/*.

The patchset has been build tested with x86, arm, ++
in various configs.

There is a flux of incoming panels, and removing
use of drmP.h from existing files will hopefully
set the trend that new panels do not try to
reintroduce the drmP.h header file.

For all files touched the following was done:
- include files divided up in blocks in following order:
        linux/*
        video/*
        drm/*
        ""
- within each block the include files are sorted alphabetically

A trivial patch to remove an unused variable in a struct
as a separate patch.

v2:
- Dropped patches to use DRM_DEV_*.
  They were discussed but no final conclusion
- Rebased on latest drm-misc-next

	Sam


Sam Ravnborg (2):
      drm/panel: panel-innolux: drop unused variable
      drm/panel: drop drmP.h usage

 drivers/gpu/drm/panel/panel-arm-versatile.c           |  6 ++++--
 drivers/gpu/drm/panel/panel-ilitek-ili9322.c          |  9 +++++----
 drivers/gpu/drm/panel/panel-innolux-p079zca.c         | 10 ++++++----
 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c        |  8 +++++---
 drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c    |  9 ++++++---
 drivers/gpu/drm/panel/panel-lg-lg4573.c               |  9 ++++++---
 drivers/gpu/drm/panel/panel-lvds.c                    |  7 +++----
 drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c    |  8 ++++----
 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c      | 11 ++++++++---
 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c  |  7 ++++---
 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c |  4 ++--
 drivers/gpu/drm/panel/panel-raydium-rm68200.c         |  5 ++++-
 drivers/gpu/drm/panel/panel-samsung-ld9040.c          | 10 +++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c         | 10 +++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c      | 11 ++++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c         | 12 ++++++++----
 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c           | 10 ++++++----
 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c       |  7 ++++---
 drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c       |  7 ++++---
 drivers/gpu/drm/panel/panel-simple.c                  |  9 +++++----
 drivers/gpu/drm/panel/panel-sitronix-st7789v.c        | 10 +++++++---
 drivers/gpu/drm/panel/panel-truly-nt35597.c           | 12 ++++++++----
 22 files changed, 121 insertions(+), 70 deletions(-)




More information about the dri-devel mailing list