summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/pl111/pl111_drv.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner2019-06-051-6/+1Star
* 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/+2Star
* 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/+0Star
* 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/+10Star
* 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/+4Star
* 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/+0Star
* 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
* drm/pl111: Add a debugfs node to dump our registers.Eric Anholt2017-05-191-0/+4
* drm/pl111: make structure mode_config_funcs staticColin Ian King2017-05-191-1/+1
* drm/pl111: Register the clock divider and use it.Eric Anholt2017-05-191-9/+2Star
* drm/pl111: Initial drm/kms driver for pl111Tom Cooksey2017-05-081-0/+272