summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111/pl111_display.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-1/+1
2018-07-17drm/pl111: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-07-01drm/pl111: Support Nomadik LCDC variantLinus Walleij1-9/+45
2018-04-24drm/pl111: Use simple_display_pipe prepare_fb helperDaniel Vetter1-7/+1
2018-03-28drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä1-1/+2
2018-03-07drm/pl111: Use max memory bandwidth for resolutionLinus Walleij1-0/+36
2018-02-22drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko1-3/+12
2018-02-07drm/pl111: Support variants with broken VBLANKLinus Walleij1-2/+4
2018-02-07drm/pl111: Support variants with broken clock dividerLinus Walleij1-0/+8
2018-02-07drm/pl111: Handle the Versatile RGB/BGR565 modeLinus Walleij1-2/+13
2018-01-12drm/pl111: Support handling bridge timingsLinus Walleij1-4/+31
2017-09-10drm/pl111: Add handling of Versatile platformsLinus Walleij1-7/+0
2017-09-10drm/pl111: Add optional variant display en/disable callbacksLinus Walleij1-0/+6
2017-09-10drm/pl111: Insert delay before powering up PL11xLinus Walleij1-3/+28
2017-09-10drm/pl111: Enable PL110 variantLinus Walleij1-22/+8
2017-09-10drm/pl111: Replace custom connector with panel bridgeLinus Walleij1-11/+2
2017-08-16drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes1-1/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-07drm/pl111: Fix offset calculation for the primary plane.Eric Anholt1-13/+2
2017-05-19drm/pl111: make structure pl111_display_funcs staticColin Ian King1-1/+1
2017-05-19drm/pl111: Register the clock divider and use it.Eric Anholt1-15/+147
2017-05-08drm/pl111: Initial drm/kms driver for pl111Tom Cooksey1-0/+344