summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)Author
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring
2017-04-07Merge tag 'imx-drm-next-2017-04-04' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2017-04-04drm/imx: merge imx-drm-core and ipuv3-crtc in one moduleLucas Stach
2017-03-23Merge tag 'drm-misc-next-2017-03-21' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-16drm/imx: Remove unneeded definition for structure imx_drm_componentLiu Ying
2017-03-16drm/imx: use PRG/PRE when possibleLucas Stach
2017-03-16drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach
2017-03-15drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel
2017-03-15drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel
2017-03-15drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tailPhilipp Zabel
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel
2017-03-15drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel
2017-03-15drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-03-10drm: bridge: dw-hdmi: Remove device type from platform dataKieran Bingham
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-23Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/li...Dave Airlie
2017-02-17drm/imx: lift 64x64 pixel minimum framebuffer size requirementPhilipp Zabel
2017-02-17drm/imx: imx-tve: Do not set the regulator voltageFabio Estevam
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart
2017-02-09drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcsShawn Guo
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-18drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common codeLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functionsLaurent Pinchart
2017-01-05drm/imx: imx-tve: Remove unused variableFabio Estevam
2016-12-18drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-11-15drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut
2016-11-11Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-11-09drm/imx: disable planes before DCLucas Stach
2016-11-08drm/imx: use drm_atomic_set_fence_for_plane() to set the fenceGustavo Padovan
2016-11-07drm/imx: imx-ldb: remove unnecessary double disable checkPhilipp Zabel
2016-10-20drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...Philipp Zabel
2016-10-20drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...Philipp Zabel
2016-10-20drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_updatePhilipp Zabel
2016-10-20drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel
2016-10-20drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel
2016-10-20drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel
2016-10-18drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying
2016-10-18drm/imx: drm_dev_alloc() returns error pointersDan Carpenter