summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ingenic/ingenic-ipu.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-1/+1
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-5/+5
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm/ingenic: Don't request full modeset if property is not modifiedPaul Cercueil2022-07-091-1/+3
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/ingenic: Move IPU scale settings to private statePaul Cercueil2021-10-291-19/+54
* drm/ingenic: Add support for private objectsPaul Cercueil2021-10-291-0/+54
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm/ingenic: Add option to alloc cached GEM buffersPaul Cercueil2021-05-251-4/+17
* drm/ingenic: Switch IPU plane to type OVERLAYPaul Cercueil2021-05-131-1/+1
* 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/+2
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-16/+18
* drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2021-02-241-3/+5
* 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/+15
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* drm/ingenic: ipu: Search for scaling coefs up to 102% of the screenPaul Cercueil2020-11-111-8/+15
* Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"Paul Cercueil2020-10-041-10/+2
* gpu/drm: ingenic: Add option to mmap GEM buffers cachedPaul Cercueil2020-09-151-2/+10
* drm/ingenic: ipu: Only enable clock when neededPaul Cercueil2020-07-301-3/+20
* drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725BPaul Cercueil2020-07-301-0/+6
* drm/ingenic: ipu: Only restart manually on older SoCsPaul Cercueil2020-07-301-2/+7
* drm/ingenic: Add support for the IPUPaul Cercueil2020-07-171-0/+853