aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ingenic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11drm/ingenic: Use standard drm_atomic_helper_commit_tailPaul Cercueil1-24/+4
2021-08-11drm/ingenic: Remove dead codePaul Cercueil1-3/+0
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-07-19drm/ingenic: Convert to Linux IRQ interfacesThomas Zimmermann1-4/+1
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2-2/+0
2021-05-25drm/ingenic: Add option to alloc cached GEM buffersPaul Cercueil3-7/+74
2021-05-17drm/ingenic: Fix pixclock rate for 24-bit serial panelsPaul Cercueil1-1/+1
2021-05-13drm/ingenic: Switch IPU plane to type OVERLAYPaul Cercueil2-7/+6
2021-03-29drm/ingenic: Register devm action to cleanup encodersPaul Cercueil1-10/+7
2021-03-07drm/ingenic: Fix non-OSD modePaul Cercueil1-4/+7
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard2-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2-4/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard2-24/+26
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2-10/+14
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard2-28/+29
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2-3/+4
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-2/+0
2020-12-08drm/ingenic: Add support for serial 8-bit delta-RGB panelsPaul Cercueil2-1/+20
2020-12-08drm/ingenic: Properly compute timings when using a 3x8-bit panelPaul Cercueil1-1/+14
2020-12-08drm/ingenic: Compute timings according to adjusted_mode->crtc_*Paul Cercueil1-9/+9
2020-12-04drm/ingenic: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2020-11-28drm/ingenic: Add basic PM supportPaul Cercueil1-0/+18
2020-11-11drm/ingenic: ipu: Search for scaling coefs up to 102% of the screenPaul Cercueil1-8/+15
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-2/+5
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-8/+9
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-7/+12
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-10-04Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"Paul Cercueil3-126/+4
2020-09-28drm/ingenic: Add support for paletted 8bppPaul Cercueil1-4/+62
2020-09-26drm/ingenic: Add support for 24-bit modesPaul Cercueil2-0/+10
2020-09-26drm/ingenic: Add support for 30-bit modesPaul Cercueil2-0/+9
2020-09-26drm/ingenic: Support handling different pixel formats in F0/F1 planesPaul Cercueil1-10/+47
2020-09-26drm/ingenic: Alloc F0 and F1 DMA descriptors at oncePaul Cercueil1-23/+28
2020-09-26drm/ingenic: Add support for reserved memoryPaul Cercueil1-0/+19
2020-09-26drm/ingenic: Reset pixclock rate when parent clock rate changesPaul Cercueil1-1/+60
2020-09-15gpu/drm: ingenic: Add option to mmap GEM buffers cachedPaul Cercueil3-4/+126
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter1-8/+12
2020-08-31drm/ingenic: Fix driver not probing when IPU port is missingPaul Cercueil1-8/+11
2020-08-31drm/ingenic: Fix leak of device_node pointerPaul Cercueil1-0/+1
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-29drm/ingenic: Validate mode in a .mode_valid callbackPaul Cercueil1-14/+20
2020-07-29drm/ingenic: Handle errors of drm_atomic_get_plane_statePaul Cercueil1-0/+7
2020-07-19drm/ingenic: Silence uninitialized-variable warningPaul Cercueil1-2/+2
2020-07-17drm/ingenic: Bump driver to version 1.1Paul Cercueil1-2/+2
2020-07-17drm/ingenic: Support multiple panels/bridgesPaul Cercueil1-31/+40