aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-4/+4
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich1-1/+0
2022-06-22drm/sun4i: Add DMA mask and segment sizeJernej Skrabec1-0/+8
2022-06-16drm/sun4i: Fix crash during suspend after component bind failureSamuel Holland1-1/+3
2022-04-26drm/sun4i: Add compatible for D1 display engineSamuel Holland1-0/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+1
2022-02-25drm/sun4i: Make use of the helper component_compare_ofYong Wu1-10/+1
2022-01-27drm/sun4i: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2021-10-21drm/sun4i: virtual CMA addresses are not neededJernej Skrabec1-1/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-29drm/sun4i: Don't set struct drm_device.irq_enabledThomas Zimmermann1-2/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+4
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann1-2/+1
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-1/+0
2020-01-27Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode config"Jernej Skrabec1-1/+0
2019-12-26drm: sun4i: Add support for suspending the display driverOndrej Jirman1-0/+22
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg1-1/+4
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-0/+9
2019-04-24drm/sun4i: Unbind components before releasing DRM and memoryPaul Kocialkowski1-2/+3
2019-04-18drm/sun4i: Use DRM_GEM_CMA_VMAP_DRIVER_OPS for GEM operationsPaul Kocialkowski1-15/+1
2019-04-18drm/sun4i: Fix component unbinding and component master deletionPaul Kocialkowski1-0/+4
2019-04-18drm/sun4i: Set device driver data at bind time for use in unbindPaul Kocialkowski1-0/+2
2019-04-18drm/sun4i: Add missing drm_atomic_helper_shutdown at driver unbindPaul Kocialkowski1-0/+2
2019-01-25drm/sun4i: Add support for A23 display pipelineChen-Yu Tsai1-0/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-2/+2
2019-01-18drm/sun4i: drv: Allow framebuffer modifiers in mode configPaul Kocialkowski1-0/+1
2018-12-04drm/sun4i: Add compatible for H6 display engineJernej Skrabec1-0/+1
2018-11-27drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraintPaul Kocialkowski1-1/+11
2018-11-01drm/sun4i: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+3
2018-09-27Revert "drm/sun4i: Remove R40 display pipeline compatibles"Chen-Yu Tsai1-0/+1
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-1/+0
2018-09-10drm/sun4i: Remove R40 display pipeline compatiblesChen-Yu Tsai1-1/+0
2018-09-05drm/sun4i: Add support for A64 display engineJagan Teki1-0/+1
2018-09-03drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław1-17/+1
2018-07-17drm/sun4i: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-2/+2
2018-07-12drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=mArnd Bergmann1-1/+2
2018-07-11drm/sun4i: Add R40 display engine compatibleJernej Skrabec1-0/+1
2018-06-27drm/sun4i: Don't skip TCONs if they don't have channel 0Jernej Skrabec1-17/+35
2018-06-27drm/sun4i: Add support for traversing graph with TCON TOPJernej Skrabec1-0/+24
2018-06-27drm/sun4i: Split out code for enumerating endpoints in output portJernej Skrabec1-38/+46
2018-06-27drm/sun4i: Fix releasing node when enumerating enpointsJernej Skrabec1-1/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+1
2018-03-19drm/sun4i: Add driver support for A80 display pipelineChen-Yu Tsai1-2/+10
2018-03-12drm/sun4i: Fix an error handling path in 'sun4i_drv_bind()'Christophe JAILLET1-2/+1
2018-03-02drm/sun4i: Add support for H3 display engineJernej Skrabec1-0/+1
2018-01-22drm/sun4i: Add a driver for the display frontendMaxime Ripard1-4/+23