diff options
author | Dave Airlie <airlied@redhat.com> | 2015-12-04 12:26:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-12-04 12:26:29 +1000 |
commit | f46e699cb6f44e79f3df33966c239ab1f4da5778 (patch) | |
tree | 03963163e21618152314a8a729e8d6e474fad34c /include | |
parent | 00b83070b3ba287bf0100b9a8180e06b5b5bbde1 (diff) | |
parent | 5e4789d357a575f9777dec317cc0efc7b7458714 (diff) | |
download | linux-f46e699cb6f44e79f3df33966c239ab1f4da5778.tar.bz2 |
Merge tag 'imx-drm-fixes-2015-12-01' of git://git.pengutronix.de/git/pza/linux into drm-fixes
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
* tag 'imx-drm-fixes-2015-12-01' of git://git.pengutronix.de/git/pza/linux:
drm: imx: imx-tve: Fix module autoload for OF platform driver
drm: imx: convert to drm_crtc_send_vblank_event()
GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()
drm/imx: Remove of_node assignment from ipuv3-crtc driver probe
gpu: ipu-v3: Assign of_node of child platform devices to corresponding ports
gpu: ipu-v3: Remove reg_offset field
gpu: ipu-v3: drop unused dmfc field from client platform data
drm/imx: parallel-display: allow to determine bus format from the connected panel
drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary plane
drm/imx: switch to universal planes
Diffstat (limited to 'include')
-rw-r--r-- | include/video/imx-ipu-v3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index 85dedca3dcfb..eeba75395f7d 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h @@ -343,7 +343,6 @@ struct ipu_client_platformdata { int di; int dc; int dp; - int dmfc; int dma[2]; }; |