summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/pl111/pl111_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson2023-09-211-0/+7
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-06-191-4/+4
|\
| * drm/pl111: Fix FB depth on IMPD-1 framebufferLinus Walleij2023-05-161-4/+4
* | drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
|/
* drm/pl111: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-4/+4
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/pl111: Remove unused including <linux/version.h>Cai Huoqing2021-07-311-1/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann2020-11-301-1/+1
|/
* drm/cma-helper: Make default object functions the defaultThomas Zimmermann2020-11-091-1/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/pl111: Introduce GEM object functionsThomas Zimmermann2020-09-251-4/+1
* drm: pl111: Update documentationLinus Walleij2020-07-231-15/+5
* drm: pl111: Absorb the external register headerLinus Walleij2020-06-301-1/+0
* drm: pl111: Fix module autoloadingRob Herring2020-04-281-0/+1
* drm/pl111: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-6/+6
* drm: get drm_bridge_panel connector via helperSam Ravnborg2019-12-091-1/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-2/+2
* drm/pl111: drop use of drmP.hSam Ravnborg2019-07-171-4/+5
* drm/pl111: Drop drm_gem_prime_export/importDaniel Vetter2019-06-211-2/+0
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner2019-06-051-6/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-4/+4
* drm/pl111: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-4/+2
* drm/pl111: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-7/+8
* drm/pl111: Set .gem_prime_vmap and .gem_prime_mmapNoralf Trønnes2018-07-101-0/+2
* drm/pl111: Support Nomadik LCDC variantLinus Walleij2018-07-011-4/+40
* drm/pl111: Enable device-specific assigned memoryLinus Walleij2018-05-021-2/+32
* drm/pl111: Use max memory bandwidth for resolutionLinus Walleij2018-03-071-0/+6
* drm/pl111: Make the default BPP a per-variant variableLinus Walleij2018-03-071-1/+3
* drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko2018-02-221-5/+0
* drm/pl111: Support multiple endpoints on the CLCDLinus Walleij2018-02-071-6/+56
* drm/pl111: Support variants with broken VBLANKLinus Walleij2018-02-071-8/+11
* drm/pl111: Properly detect the ARM PL110 variantsLinus Walleij2018-02-071-27/+10
* drm/pl111: Support handling bridge timingsLinus Walleij2018-01-121-9/+11
* drm/pl111: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-12/+4
* drm/pl111: Add handling of Versatile platformsLinus Walleij2017-09-101-3/+5
* drm/pl111: Enable PL110 variantLinus Walleij2017-09-101-3/+83
* drm/pl111: Replace custom connector with panel bridgeLinus Walleij2017-09-101-18/+37
* drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2017-08-161-1/+2
* drm: make drm_mode_config_func constBhumika Goyal2017-08-091-1/+1
* drm/pl111: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/pl111: Use gem_free_object_unlockedDaniel Vetter2017-07-181-1/+1
* drm/pl111: fix warnings without CONFIG_ARM_AMBAArnd Bergmann2017-05-311-3/+3
* drm/pl111: Fix return value check in pl111_amba_probe()Wei Yongjun2017-05-221-2/+2