summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/ipuv3-plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach2022-12-161-948/+0
* drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel2022-12-161-6/+8
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-13/+13
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-4/+4
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-04-041-4/+1
* drm/imx: ipuv3-plane: Remove redundant zpos initialisationMaxime Ripard2022-04-041-3/+0
* Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-1/+0
|\
| * drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* | drm/imx: ipuv3-plane: fix accidental partial revert of 8 pixel alignment fixPhilipp Zabel2021-08-161-1/+1
|/
* drm/imx: ipuv3-plane: add color encoding and range propertiesPhilipp Zabel2021-05-101-1/+31
* gpu: ipu-v3: Add Rec.709 limited range support to DPPhilipp Zabel2021-05-101-3/+6
* drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversionLucas Stach2021-05-101-7/+9
* drm/imx: ipuv3-plane: Remove two unnecessary export symbolsLiu Ying2021-05-101-2/+0
* drm/imx: Add 8 pixel alignment fixSebastian Reichel2021-05-101-4/+15
* drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSCPhilipp Zabel2021-05-101-4/+37
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+4
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-22/+23
* drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2021-02-241-1/+2
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-15/+16
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel2021-01-041-35/+34
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* drm/imx: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-0/+1
|\
| * Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2019-07-121-0/+1
| |\
| | * drm/imx: enable IDMAC watermark featurePhilipp Zabel2019-06-141-0/+1
* | | drm/imx: drop use of drmP.hSam Ravnborg2019-07-171-2/+3
|/ /
* | Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-5/+8
|\|
| * drm/imx: ipuv3-plane: fix atomic update status query for non-plus i.MX6QPhilipp Zabel2019-05-271-5/+8
* | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-9/+6
|/
* drm/imx: ipuv3-plane: add zpos propertyPhilipp Zabel2019-02-221-25/+31
* drm/imx: ipuv3-plane: add function to query atomic update statusLucas Stach2019-02-221-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
|\