summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
AgeCommit message (Expand)AuthorFilesLines
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
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: 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-08-29drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach1-10/+5
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 Ying1-5/+8
2016-08-29drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying1-2/+6
2016-07-12drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel1-1/+4
2016-07-12drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying1-122/+13
2016-07-12drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying1-0/+4
2016-07-12drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying1-206/+305
2016-07-12gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying1-26/+0
2016-07-12drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying1-29/+38
2016-05-30drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying1-1/+0
2016-05-30drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying1-1/+1
2016-05-30drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel1-0/+2
2016-03-31drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determinedLiu Ying1-2/+2
2016-03-31gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying1-1/+1
2016-03-31gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying1-5/+1
2016-03-31drm/imx: ipuv3-plane: fix planar YUV 4:2:0 supportPhilipp Zabel1-0/+12
2016-03-31drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitationsPhilipp Zabel1-12/+91
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-0/+1
2016-03-01drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changesLiu Ying1-1/+1
2016-02-10drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formatsEnrico Jorns1-0/+1
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+2
2015-11-19drm/imx: switch to universal planesPhilipp Zabel1-5/+4
2015-10-30drm/imx: enable ARGB4444 16-bit color formatLucas Stach1-0/+2
2015-10-30drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formatsPhilipp Zabel1-0/+6
2015-10-30drm/imx: enable 15-bit RGB with 1-bit alpha formatsPhilipp Zabel1-0/+8
2015-03-31drm/imx: Add support for interlaced scanoutPhilipp Zabel1-2/+5
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+37
2014-11-26drm: imx: Move imx-drm driver out of stagingPhilipp Zabel1-0/+363