summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-18drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common codeLaurent Pinchart1-11/+1
2017-01-18drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functionsLaurent Pinchart1-2/+2
2017-01-05drm/imx: imx-tve: Remove unused variableFabio Estevam1-8/+3
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart2-4/+0
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2-7/+3
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä1-3/+3
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-17/+17
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-3/+3
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter1-3/+6
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart3-21/+0
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-3/+6
2016-11-15drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut2-31/+2
2016-11-11Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2-94/+94
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+4
2016-11-09drm/imx: disable planes before DCLucas Stach1-3/+6
2016-11-08drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan1-2/+4
2016-11-07drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel1-12/+0
2016-10-20drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...Philipp Zabel1-13/+47
2016-10-20drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...Philipp Zabel1-9/+18
2016-10-20drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_updatePhilipp Zabel1-63/+34
2016-10-20drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel1-4/+2
2016-10-20drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel1-0/+1
2016-10-20drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel1-0/+11
2016-10-18drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying1-1/+3
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter1-2/+2
2016-10-18drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying1-5/+4
2016-10-18drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying1-1/+2
2016-10-17drm/imx: hide an unused labelArnd Bergmann1-0/+2
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-0/+4
2016-08-30drm/imx: fix crtc vblank state regressionLucas Stach1-0/+4
2016-08-29drm/imx: parallel-display: detach bridge or panel on unbindPhilipp Zabel1-0/+5
2016-08-29drm/imx: imx-ldb: detach bridge on unbindPhilipp Zabel1-0/+2
2016-08-29drm/imx: imx-ldb: detach panel on unbindLucas Stach1-0/+3
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying2-8/+39
2016-08-29drm/imx: add exclusive fence to plane stateLucas Stach1-35/+28
2016-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach1-10/+5
2016-08-29drm/imx: don't destroy mode objects manually on driver unbindLucas Stach5-17/+8
2016-08-29drm/imx: drop deprecated load/unload drm_driver opsLucas Stach1-128/+112
2016-08-29drm/imx: don't call disable_plane in plane destroy pathLucas Stach1-1/+0
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying2-6/+33
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying3-3/+11
2016-08-29drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disableLiu Ying1-2/+3
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-2/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter2-2/+0
2016-08-11drm/imx-ldb: Add support to drm-bridgePeter Senna Tschudin1-41/+79
2016-08-08drm/imx: imx-ldb: use encoder atomic_mode_set callbackPhilipp Zabel1-14/+10
2016-08-08drm/imx: Remove imx_drm_handle_vblank()Liu Ying3-9/+1
2016-08-08drm/imx: Remove imx_drm_crtc_id()Liu Ying2-8/+0