summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ingenic/ingenic-ipu.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-09drm/ingenic: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-1/+1
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-5/+5
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-09drm/ingenic: Don't request full modeset if property is not modifiedPaul Cercueil1-1/+3
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2021-10-29drm/ingenic: Move IPU scale settings to private statePaul Cercueil1-19/+54
2021-10-29drm/ingenic: Add support for private objectsPaul Cercueil1-0/+54
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-05-25drm/ingenic: Add option to alloc cached GEM buffersPaul Cercueil1-4/+17
2021-05-13drm/ingenic: Switch IPU plane to type OVERLAYPaul Cercueil1-1/+1
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-16/+18
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard1-3/+5
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-15/+15
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2020-11-11drm/ingenic: ipu: Search for scaling coefs up to 102% of the screenPaul Cercueil1-8/+15
2020-10-04Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"Paul Cercueil1-10/+2
2020-09-15gpu/drm: ingenic: Add option to mmap GEM buffers cachedPaul Cercueil1-2/+10
2020-07-30drm/ingenic: ipu: Only enable clock when neededPaul Cercueil1-3/+20
2020-07-30drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725BPaul Cercueil1-0/+6
2020-07-30drm/ingenic: ipu: Only restart manually on older SoCsPaul Cercueil1-2/+7
2020-07-17drm/ingenic: Add support for the IPUPaul Cercueil1-0/+853