[GIT PULL] imx-drm crtc, plane, parallel panel, and TV encoder fixes
Philipp Zabel
p.zabel at pengutronix.de
Wed Dec 2 08:51:27 PST 2015
Hi Dave,
here are a couple of fixes for the imx-drm drivers.
regards
Philipp
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2015-12-01
for you to fetch changes up to 5e4789d357a575f9777dec317cc0efc7b7458714:
drm: imx: imx-tve: Fix module autoload for OF platform driver (2015-11-30 22:24:38 +0100)
----------------------------------------------------------------
imx-drm crtc, plane, parallel panel, and TV encoder fixes
- Use drm_crtc_send_vblank_event to fix per crtc vblank handling
- Move the crtc device of_node assignment out of the ipuv3-crtc driver into
ipu-common code, where the devices are created.
- Fix parallel display support with simple-panels
- Remove some unused fields and superfluous checks
- Switch to universal planes and add error handling for primary plane creation
- Fix module autoload for TV encoder driver
----------------------------------------------------------------
Liu Ying (1):
drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary plane
Luis de Bethencourt (1):
drm: imx: imx-tve: Fix module autoload for OF platform driver
Markus Elfring (1):
GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()
Philipp Zabel (6):
drm/imx: switch to universal planes
drm/imx: parallel-display: allow to determine bus format from the connected panel
gpu: ipu-v3: drop unused dmfc field from client platform data
gpu: ipu-v3: Remove reg_offset field
gpu: ipu-v3: Assign of_node of child platform devices to corresponding ports
drm/imx: Remove of_node assignment from ipuv3-crtc driver probe
Russell King (1):
drm: imx: convert to drm_crtc_send_vblank_event()
drivers/gpu/drm/imx/imx-drm-core.c | 7 ++--
drivers/gpu/drm/imx/imx-drm.h | 3 +-
drivers/gpu/drm/imx/imx-tve.c | 1 +
drivers/gpu/drm/imx/ipuv3-crtc.c | 63 +++++++++----------------------
drivers/gpu/drm/imx/ipuv3-plane.c | 9 ++---
drivers/gpu/drm/imx/ipuv3-plane.h | 2 +-
drivers/gpu/drm/imx/parallel-display.c | 4 ++
drivers/gpu/ipu-v3/ipu-common.c | 69 +++++++++++++++++++---------------
include/video/imx-ipu-v3.h | 1 -
9 files changed, 70 insertions(+), 89 deletions(-)
More information about the dri-devel
mailing list