aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
AgeCommit message (Expand)Author
2019-03-23drm/imx: ignore plane updates on disabled crtcsPhilipp Zabel
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-08-22Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2017-08-11drm/imx: ipuv3-plane: fix YUV framebuffer scanout on the base planePhilipp Zabel
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie
2017-07-21Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linu...Dave Airlie
2017-07-17drm/imx: fix typo in ipu_plane_formats[]Laurentiu Palcu
2017-07-17drm/imx: lock scanout transfers for consecutive burstsPhilipp Zabel
2017-07-17drm/imx: ipuv3-plane: use fb local variable instead of state->fbPhilipp Zabel
2017-07-13drm/imx: Use atomic iterator macrosMaarten Lankhorst
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-03-16drm/imx: use PRG/PRE when possibleLucas 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-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
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-11-15drm/imx: Switch to drm_fb_cma_prepare_fb() helperMarek Vasut
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: ipuv3-plane: Skip setting u/vbo only when we don't need modesetLiu Ying
2016-10-18drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying
2016-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach
2016-08-29drm/imx: don't call disable_plane in plane destroy pathLucas Stach
2016-08-29drm/imx: Add active plane reconfiguration supportLiu Ying
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying
2016-07-12drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying
2016-05-30drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying
2016-05-30drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying
2016-05-30drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel
2016-03-31drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determinedLiu Ying
2016-03-31gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying
2016-03-31gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying
2016-03-31drm/imx: ipuv3-plane: fix planar YUV 4:2:0 supportPhilipp Zabel
2016-03-31drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitationsPhilipp Zabel