summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/pl111
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner2019-06-053-19/+3Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* drm/pl111: Initialize clock spinlock earlyGuenter Roeck2019-05-151-2/+3
* Merge tag 'drm-misc-next-2019-04-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-121-0/+4
|\
| * drm/pl111: fix possible object reference leakWen Yang2019-04-041-0/+4
* | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-1/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-4/+4
* drm/pl111: add of_node_put()Yangtao Li2018-11-281-0/+2
* Merge drm/drm-next into drm-misc-nextSean Paul2018-09-271-1/+2
|\
| * drm/pl111: Make sure of_device_id tables are NULL terminatedzhong jiang2018-09-101-1/+2
* | drm/pl111: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-4/+2Star
|/
* drm/pl111: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-171-1/+1
* 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-016-13/+145
* drm/pl111: Fix module probe bugLinus Walleij2018-05-043-1/+24
* drm/pl111: Enable device-specific assigned memoryLinus Walleij2018-05-022-2/+33
* drm/pl111: Support the Versatile ExpressLinus Walleij2018-05-024-1/+196
* drm/pl111: Use simple_display_pipe prepare_fb helperDaniel Vetter2018-04-241-7/+1Star
* drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä2018-03-281-1/+2
* drm/pl111: Use max memory bandwidth for resolutionLinus Walleij2018-03-073-0/+43
* drm/pl111: Handle the RealView variant separatelyLinus Walleij2018-03-071-0/+30
* drm/pl111: Make the default BPP a per-variant variableLinus Walleij2018-03-073-1/+7
* drm/pl111: Remove reverse dependency on DRM_DUMB_VGA_DACThierry Reding2018-02-261-1/+0Star
* drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko2018-02-223-10/+12
* drm/pl111: Support multiple endpoints on the CLCDLinus Walleij2018-02-071-6/+56
* drm/pl111: Support variants with broken VBLANKLinus Walleij2018-02-074-10/+18
* drm/pl111: Support variants with broken clock dividerLinus Walleij2018-02-073-0/+12
* drm/pl111: Handle the Versatile RGB/BGR565 modeLinus Walleij2018-02-071-2/+13
* drm/pl111: Properly detect the ARM PL110 variantsLinus Walleij2018-02-073-46/+78
* drm/pl111: Support handling bridge timingsLinus Walleij2018-01-123-13/+43
* drm/pl111: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-13/+4Star
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-169-204/+479
|\
| * drm/pl111: Add handling of Versatile platformsLinus Walleij2017-09-105-10/+285
| * drm/pl111: Add optional variant display en/disable callbacksLinus Walleij2017-09-102-0/+9
| * drm/pl111: Insert delay before powering up PL11xLinus Walleij2017-09-101-3/+28
| * drm/pl111: Enable PL110 variantLinus Walleij2017-09-103-25/+108
| * drm/pl111: Replace custom connector with panel bridgeLinus Walleij2017-09-106-168/+49Star
| * drm/pl111: Add all registers to debugfsLinus Walleij2017-09-101-0/+6
| * drm/pl111: Cleanup local header fileLinus Walleij2017-09-101-4/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2017-08-162-2/+4
* drm: make drm_mode_config_func constBhumika Goyal2017-08-091-1/+1
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0Star
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-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 offset calculation for the primary plane.Eric Anholt2017-06-071-13/+2Star