[GIT PULL] imx-drm: LVDS updates and some cleanup
Philipp Zabel
p.zabel at pengutronix.de
Wed Jun 1 16:51:05 UTC 2016
Hi Dave,
this tag contains support for pixel clock polarity configuration,
LVDS panel EDID reading via DDC, video mode selection via native-mode
DT property, UYVY/YUYV plane support, and some cleanups.
regards
Philipp
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2016-06-01
for you to fetch changes up to 151787ba0562fd70e7b669a1b5a398875e4fc8e7:
drm/imx: plane: Don't set plane->crtc in ipu_plane_update() (2016-05-30 09:14:00 +0200)
----------------------------------------------------------------
imx-drm updates
- add support for reading LVDS panel EDID over DDC
- enable UYVY/VYUY support
- add support for pixel clock polarity configuration
- honor the native-mode DT property for LVDS
- various fixes and cleanups
----------------------------------------------------------------
Akshay Bhat (1):
dt-bindings: imx: ldb: Add ddc-i2c-bus property
Liu Ying (2):
drm/imx: ipuv3-plane: Constify ipu_plane_funcs
drm/imx: plane: Don't set plane->crtc in ipu_plane_update()
Lothar Waßmann (2):
drm/imx: parallel-display: remove dead code
drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DT
Philipp Zabel (4):
drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helper
drm/imx: parallel-display: use of_graph_get_endpoint_by_regs helper
drm/imx: ipuv3-plane: enable UYVY and VYUY formats
drm/imx: use bus_flags for pixel clock polarity
Steve Longerbeam (1):
drm/imx: imx-ldb: Add DDC support
.../devicetree/bindings/display/imx/ldb.txt | 1 +
drivers/gpu/drm/imx/imx-drm-core.c | 13 ++--
drivers/gpu/drm/imx/imx-drm.h | 7 +-
drivers/gpu/drm/imx/imx-ldb.c | 78 +++++++++++++++-------
drivers/gpu/drm/imx/imx-tve.c | 6 +-
drivers/gpu/drm/imx/ipuv3-crtc.c | 10 ++-
drivers/gpu/drm/imx/ipuv3-plane.c | 5 +-
drivers/gpu/drm/imx/parallel-display.c | 40 ++++-------
8 files changed, 94 insertions(+), 66 deletions(-)
More information about the dri-devel
mailing list