summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+34Star
* drm/imx: ipuv3-plane: request modeset if plane offsets changedPhilipp Zabel2016-10-201-4/+2Star
* 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/+4Star
* drm/imx: ipuv3-plane: Switch EBA buffer only when we don't need modesetLiu Ying2016-10-181-1/+2
* drm/imx: fold ipu_plane_disable into ipu_disable_planeLucas Stach2016-08-291-10/+5Star
* drm/imx: don't call disable_plane in plane destroy pathLucas Stach2016-08-291-1/+0Star
* drm/imx: Add active plane reconfiguration supportLiu Ying2016-08-291-5/+8
* drm/imx: Use DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET flagLiu Ying2016-08-291-2/+6
* drm/imx: turn remaining container_of macros into inline functionsPhilipp Zabel2016-07-121-1/+4
* drm/imx: atomic phase 3 step 1: Use atomic configurationLiu Ying2016-07-121-122/+13Star
* drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroyLiu Ying2016-07-121-0/+4
* drm/imx: atomic phase 1: Use transitional atomic CRTC and plane helpersLiu Ying2016-07-121-206/+305
* gpu: ipu-v3: ipu-dmfc: Use static DMFC FIFO allocation mechanismLiu Ying2016-07-121-26/+0Star
* drm/imx: ipuv3 plane: Check different types of plane separatelyLiu Ying2016-07-121-29/+38
* drm/imx: plane: Don't set plane->crtc in ipu_plane_update()Liu Ying2016-05-301-1/+0Star
* drm/imx: ipuv3-plane: Constify ipu_plane_funcsLiu Ying2016-05-301-1/+1
* drm/imx: ipuv3-plane: enable UYVY and VYUY formatsPhilipp Zabel2016-05-301-0/+2
* drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determinedLiu Ying2016-03-311-2/+2
* gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying2016-03-311-1/+1
* gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying2016-03-311-5/+1Star
* drm/imx: ipuv3-plane: fix planar YUV 4:2:0 supportPhilipp Zabel2016-03-311-0/+12
* drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitationsPhilipp Zabel2016-03-311-12/+91
* Merge drm-fixes into drm-next.Dave Airlie2016-03-141-0/+1
|\
| * drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formatsEnrico Jorns2016-02-101-0/+1
* | drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changesLiu Ying2016-03-011-1/+1
|/
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+2
* drm/imx: switch to universal planesPhilipp Zabel2015-11-191-5/+4Star
* drm/imx: enable ARGB4444 16-bit color formatLucas Stach2015-10-301-0/+2
* drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formatsPhilipp Zabel2015-10-301-0/+6
* drm/imx: enable 15-bit RGB with 1-bit alpha formatsPhilipp Zabel2015-10-301-0/+8
* drm/imx: Add support for interlaced scanoutPhilipp Zabel2015-03-311-2/+5
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-161-6/+37
* drm: imx: Move imx-drm driver out of stagingPhilipp Zabel2014-11-261-0/+363