summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111/pl111_display.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16drm/pl111: Fix FB depth on IMPD-1 framebufferLinus Walleij1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-1/+1
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-3/+3
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-24drm/pl111: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2021-07-31drm/pl111: Remove unused including <linux/version.h>Cai Huoqing1-1/+0
2021-06-24drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter1-1/+0
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2020-11-17drm/pl111/pl111_display: Make local function staticLee Jones1-1/+1
2020-06-30drm: pl111: Absorb the external register headerLinus Walleij1-1/+0
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter1-2/+2
2019-08-09drm/pl111: Support grayscaleLinus Walleij1-2/+27
2019-08-05drm/pl111: Fix unused variable warningShaokun Zhang1-1/+0
2019-08-03drm/pl111: Drop special pads config checkLinus Walleij1-16/+0
2019-07-17drm/pl111: drop use of drmP.hSam Ravnborg1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 443Thomas Gleixner1-6/+1
2019-05-15drm/pl111: Initialize clock spinlock earlyGuenter Roeck1-2/+3
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