summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-0/+1
2019-07-17drm/imx: drop use of drmP.hSam Ravnborg1-2/+3
2019-07-12Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux...drm-next-2019-07-15Dave Airlie1-0/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-5/+8
2019-06-14drm/imx: enable IDMAC watermark featurePhilipp Zabel1-0/+1
2019-05-27drm/imx: ipuv3-plane: fix atomic update status query for non-plus i.MX6QPhilipp Zabel1-5/+8
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-9/+6
2019-02-22drm/imx: ipuv3-plane: add zpos propertyPhilipp Zabel1-25/+31
2019-02-22drm/imx: ipuv3-plane: add function to query atomic update statusLucas Stach1-0/+20
2019-01-07drm/imx: ignore plane updates on disabled crtcsPhilipp Zabel1-2/+2
2018-11-05drm/imx: ipuv3-plane: add IDMAC timeout warningPhilipp Zabel1-1/+7
2018-11-05drm/imx: Switch to SPDX identifierFabio Estevam1-9/+1
2018-08-06drm/imx: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-6/+3
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-4/+6
2018-03-15drm/imx: ipuv3-plane: Include "imx-drm.h" header fileFabio Estevam1-0/+1
2018-03-15drm/imx: ipuv3-plane: Make functions static when possibleFabio Estevam1-4/+5
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-01-23drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-5/+5
2018-01-05Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-8/+94
2017-12-19drm/imx: advertise supported plane format modifiersLucas Stach1-1/+34
2017-12-19drm/imx: add FB modifier supportLucas Stach1-6/+59
2017-12-19gpu: ipu-v3: prg: add modifier supportLucas Stach1-2/+2
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-1/+1
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+2
2017-09-16drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes1-1/+2
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-13/+44
2017-08-22Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-11/+42
2017-08-11drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base planePhilipp Zabel1-4/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-2/+2
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie1-1/+1
2017-07-21Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linu...Dave Airlie1-1/+1
2017-07-17drm/imx: fix typo in ipu_plane_formats[]Laurentiu Palcu1-1/+1
2017-07-17drm/imx: lock scanout transfers for consecutive burstsPhilipp Zabel1-3/+35
2017-07-17drm/imx: ipuv3-plane: use fb local variable instead of state->fbPhilipp Zabel1-8/+7
2017-07-13drm/imx: Use atomic iterator macrosMaarten Lankhorst1-1/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-1/+1
2017-03-16drm/imx: use PRG/PRE when possibleLucas Stach1-3/+121
2017-03-15drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel1-1/+96
2017-03-15drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel1-8/+8
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel1-7/+18
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel1-1/+1
2017-03-15drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel1-3/+5
2017-03-15drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel1-42/+38
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-11-15drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut1-0/+1
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