On 18 August 2015 at 12:47, Jianwei Wang <jianwei.wang.chn@xxxxxxxxx> wrote: > On Mon, Aug 17, 2015 at 2:09 AM, Dave Airlie <airlied@xxxxxxxxx> wrote: >> On 31 July 2015 at 12:55, Jianwei Wang <jianwei.wang.chn@xxxxxxxxx> wrote: >>> Hi Dave, >>> >>> This is the pull request for Freescale DCU DRM driver. >>> >> Hi, >> >> Thierry pulled the panel stuff already, so can you rebase this on >> drm-next to drop that patch? >> >> Dave. >> > > Okay. > nearly, there now build this, and fix the warnings :-) and try again! Dave. > The following changes since commit 294947a5c7f6d228b70fcc51a89527e74a38a2c5: > > Merge branch 'vmwgfx-next' of > git://people.freedesktop.org/~thomash/linux into drm-next (2015-08-17 > 16:03:48 +1000) > > are available in the git repository at: > > > https://github.com/Jianwei-Wang/linux-drm-fsl-dcu.git drm-next-fsl-dcu > > for you to fetch changes up to bd7d7f4369093a3181654331942454c8ee92998e: > > MAINTAINERS: add Freescale DCU DRM driver maintainer (2015-08-17 > 22:21:31 -0400) > > ---------------------------------------------------------------- > Jianwei Wang (3): > drm/layerscape: Add Freescale DCU DRM driver > devicetree: Add NEC to the vendor-prefix list > MAINTAINERS: add Freescale DCU DRM driver maintainer > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > Documentation/devicetree/bindings/video/fsl,dcu.txt | 22 ++++++ > MAINTAINERS | 9 +++ > drivers/gpu/drm/Kconfig | 2 + > drivers/gpu/drm/Makefile | 1 + > drivers/gpu/drm/fsl-dcu/Kconfig | 18 +++++ > drivers/gpu/drm/fsl-dcu/Makefile | 7 ++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 208 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.h | 19 ++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 404 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h | 197 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_fbdev.c | 23 +++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c | 43 ++++++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_output.h | 33 +++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c | 261 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h | 17 +++++ > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c | 182 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 17 files changed, 1447 insertions(+) > create mode 100644 Documentation/devicetree/bindings/video/fsl,dcu.txt > create mode 100644 drivers/gpu/drm/fsl-dcu/Kconfig > create mode 100644 drivers/gpu/drm/fsl-dcu/Makefile > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.h > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_fbdev.c > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_output.h > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h > create mode 100644 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_rgb.c _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel