summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111/pl111_drv.c
AgeCommit message (Expand)Author
2024-09-26drm/pl111: Run DRM default client setupThomas Zimmermann
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-05-16drm/pl111: Fix FB depth on IMPD-1 framebufferLinus Walleij
2023-03-14drm/pl111: Use GEM DMA fbdev emulationThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2021-07-31drm/pl111: Remove unused including <linux/version.h>Cai Huoqing
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann
2020-11-09drm/cma-helper: Make default object functions the defaultThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-09-25drm/pl111: Introduce GEM object functionsThomas Zimmermann
2020-07-23drm: pl111: Update documentationLinus Walleij
2020-06-30drm: pl111: Absorb the external register headerLinus Walleij
2020-04-28drm: pl111: Fix module autoloadingRob Herring
2020-03-26drm/pl111: Drop explicit drm_mode_config_cleanup callDaniel Vetter
2019-12-09drm: get drm_bridge_panel connector via helperSam Ravnborg
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-07-17drm/pl111: drop use of drmP.hSam Ravnborg
2019-06-21drm/pl111: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-09-25drm/pl111: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-07-17drm/pl111: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-07-10drm/pl111: Set .gem_prime_vmap and .gem_prime_mmapNoralf Trønnes
2018-07-01drm/pl111: Support Nomadik LCDC variantLinus Walleij
2018-05-02drm/pl111: Enable device-specific assigned memoryLinus Walleij
2018-03-07drm/pl111: Use max memory bandwidth for resolutionLinus Walleij
2018-03-07drm/pl111: Make the default BPP a per-variant variableLinus Walleij
2018-02-22drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko
2018-02-07drm/pl111: Support multiple endpoints on the CLCDLinus Walleij
2018-02-07drm/pl111: Support variants with broken VBLANKLinus Walleij
2018-02-07drm/pl111: Properly detect the ARM PL110 variantsLinus Walleij
2018-01-12drm/pl111: Support handling bridge timingsLinus Walleij
2017-12-08drm/pl111: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes
2017-09-10drm/pl111: Add handling of Versatile platformsLinus Walleij
2017-09-10drm/pl111: Enable PL110 variantLinus Walleij
2017-09-10drm/pl111: Replace custom connector with panel bridgeLinus Walleij
2017-08-16drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes
2017-08-09drm: make drm_mode_config_func constBhumika Goyal
2017-07-29drm/pl111: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-18drm/pl111: Use gem_free_object_unlockedDaniel Vetter
2017-05-31drm/pl111: fix warnings without CONFIG_ARM_AMBAArnd Bergmann