summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: ipuv3-plane: add zpos propertyPhilipp Zabel2019-01-231-25/+31
* drm/imx: ipuv3-plane: add function to query atomic update statusLucas Stach2019-01-231-0/+20
* drm/imx: ignore plane updates on disabled crtcsPhilipp Zabel2019-01-071-2/+2
* drm/imx: ipuv3-plane: add IDMAC timeout warningPhilipp Zabel2018-11-051-1/+7
* drm/imx: Switch to SPDX identifierFabio Estevam2018-11-051-9/+1
* drm/imx: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-6/+3
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-4/+6
|\
| * drm/imx: ipuv3-plane: Include "imx-drm.h" header fileFabio Estevam2018-03-151-0/+1
| * drm/imx: ipuv3-plane: Make functions static when possibleFabio Estevam2018-03-151-4/+5
* | drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-6/+1
* | drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-5/+5
|/
* Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2018-01-051-8/+94
|\
| * drm/imx: advertise supported plane format modifiersLucas Stach2017-12-191-1/+34
| * drm/imx: add FB modifier supportLucas Stach2017-12-191-6/+59
| * gpu: ipu-v3: prg: add modifier supportLucas Stach2017-12-191-2/+2
* | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-4/+4
* | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-1/+1
|/
* Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-09-281-1/+2
|\
| * drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2017-09-161-1/+2
* | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-031-13/+44
|\ \
| * \ Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2017-08-221-11/+42
| |\ \ | | |/ | |/|
| | * drm/imx: lock scanout transfers for consecutive burstsPhilipp Zabel2017-07-171-3/+35
| | * drm/imx: ipuv3-plane: use fb local variable instead of state->fbPhilipp Zabel2017-07-171-8/+7
| * | drm: Plumb modifiers through plane initBen Widawsky2017-08-011-2/+2
| * | Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-271-1/+1
| |\ \
| * | | drm/imx: Use atomic iterator macrosMaarten Lankhorst2017-07-131-1/+1
| | |/ | |/|
* | | drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base planePhilipp Zabel2017-08-111-4/+2
| |/ |/|
* | Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2017-07-211-1/+1
|\ \ | |/ |/|
| * drm/imx: fix typo in ipu_plane_formats[]Laurentiu Palcu2017-07-171-1/+1
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-1/+1
|/
* drm/imx: use PRG/PRE when possibleLucas Stach2017-03-161-3/+121
* drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel2017-03-151-1/+96
* drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel2017-03-151-8/+8
* drm/imx: add deferred plane disablingPhilipp Zabel2017-03-151-7/+18
* gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel2017-03-151-1/+1
* drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel2017-03-151-3/+5
* drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel2017-03-151-42/+38
* drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä2016-12-151-3/+3
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-17/+17
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-3/+3
* drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut2016-11-151-0/+1
* drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 for...Philipp Zabel2016-10-201-13/+47
* drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsamplin...Philipp Zabel2016-10-201-9/+18
* drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_updatePhilipp Zabel2016-10-201-63/+34
* drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel2016-10-201-4/+2
* drm/imx: ipuv3-plane: disable local alpha for planes without alpha channelPhilipp Zabel2016-10-201-0/+1
* drm/imx: ipuv3-plane: make sure x/y offsets are even in case of chroma subsam...Philipp Zabel2016-10-201-0/+11
* drm/imx: ipuv3-plane: Access old u/vbo properly in ->atomic_check for YU12/YV12Liu Ying2016-10-181-1/+3
* drm/imx: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying2016-10-181-5/+4
* drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying2016-10-181-1/+2