summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/pl111
Commit message (Expand)AuthorAgeFilesLines
* drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDINGLukas Bulwahn2024-01-121-1/+0
* drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson2023-09-211-0/+7
* drm: Explicitly include correct DT includesRob Herring2023-07-211-0/+1
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-06-194-12/+12
|\
| * drm/pl111: Fix FB depth on IMPD-1 framebufferLinus Walleij2023-05-164-12/+12
* | drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
|/
* drm/pl111: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of...Liang He2022-08-111-0/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-6/+6
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/pl111: drop unexpected word "the" in the commentsJiang Jian2022-06-241-1/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-203-0/+4
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/pl111: Remove unused including <linux/version.h>Cai Huoqing2021-07-312-2/+0
* drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter2021-06-241-1/+0
* drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG dependsKees Cook2021-06-041-1/+2
* drm/pl111: depend on CONFIG_VEXPRESS_CONFIGKees Cook2021-06-031-1/+1
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-2/+2
|\
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\ \ | |/ |/|
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann2020-11-301-1/+1
|/
* drm/pl111/pl111_debugfs: Make local function 'pl111_debugfs_regs()' staticLee Jones2020-11-171-1/+1
* drm/pl111/pl111_display: Make local function staticLee Jones2020-11-171-1/+1
* drm/cma-helper: Make default object functions the defaultThomas Zimmermann2020-11-091-1/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/pl111: Introduce GEM object functionsThomas Zimmermann2020-09-251-4/+1
* drm: pl111: Update documentationLinus Walleij2020-07-231-15/+5
* drm: pl111: Absorb the external register headerLinus Walleij2020-06-305-4/+73
* drm: pl111: Credit where credit is dueLinus Walleij2020-06-301-0/+9
* drm: pl111: Move VExpress setup into versatile initRob Herring2020-04-284-144/+108
* drm: pl111: Simplify vexpress initRob Herring2020-04-283-66/+4
* drm: pl111: Fix module autoloadingRob Herring2020-04-281-0/+1
* drm/pl111: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-6/+6
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-182-4/+2
* drm/pl111: make pl111_debugfs_init return 0Wambui Karuga2020-03-181-3/+5
* drm/pl111: Support Integrator IM-PD1 moduleLinus Walleij2020-02-161-0/+73
* drm: get drm_bridge_panel connector via helperSam Ravnborg2019-12-091-1/+1
* drm/simple-kms: Standardize arguments for callbacksDaniel Vetter2019-10-241-2/+2
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-2/+2
* drm/pl111: Support grayscaleLinus Walleij2019-08-091-2/+27
* drm/pl111: Fix unused variable warningShaokun Zhang2019-08-051-1/+0
* drm/pl111: Drop special pads config checkLinus Walleij2019-08-031-16/+0
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | drm/pl111: drop use of drmP.hSam Ravnborg2019-07-177-17/+28