summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/pl111/pl111_display.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner2019-06-051-6/+1Star
* drm/pl111: Initialize clock spinlock earlyGuenter Roeck2019-05-151-2/+3
* drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-1/+1
* drm/pl111: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-171-1/+1
* drm/pl111: Support Nomadik LCDC variantLinus Walleij2018-07-011-9/+45
* 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-071-0/+36
* drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko2018-02-221-3/+12
* drm/pl111: Support variants with broken VBLANKLinus Walleij2018-02-071-2/+4
* drm/pl111: Support variants with broken clock dividerLinus Walleij2018-02-071-0/+8
* drm/pl111: Handle the Versatile RGB/BGR565 modeLinus Walleij2018-02-071-2/+13
* drm/pl111: Support handling bridge timingsLinus Walleij2018-01-121-4/+31
* drm/pl111: Add handling of Versatile platformsLinus Walleij2017-09-101-7/+0Star
* drm/pl111: Add optional variant display en/disable callbacksLinus Walleij2017-09-101-0/+6
* drm/pl111: Insert delay before powering up PL11xLinus Walleij2017-09-101-3/+28
* drm/pl111: Enable PL110 variantLinus Walleij2017-09-101-22/+8Star
* drm/pl111: Replace custom connector with panel bridgeLinus Walleij2017-09-101-11/+2Star
* drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2017-08-161-1/+2
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/pl111: Fix offset calculation for the primary plane.Eric Anholt2017-06-071-13/+2Star
* drm/pl111: make structure pl111_display_funcs staticColin Ian King2017-05-191-1/+1
* drm/pl111: Register the clock divider and use it.Eric Anholt2017-05-191-15/+147
* drm/pl111: Initial drm/kms driver for pl111Tom Cooksey2017-05-081-0/+344