summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/nvkm: fini object children in reverse orderBen Skeggs2023-07-061-1/+1
* drm: Add kms driver for loongson display controllerSui Jingfeng2023-07-0532-0/+6491
* drm/drm_gem.c: Remove surplus else after returnSui Jingfeng2023-07-051-2/+2
* drm/gud: use vmalloc_array and vcallocJulia Lawall2023-07-041-1/+1
* drm: bridge: samsung-dsim: Drain command transfer FIFO before transferMarek Vasut2023-07-021-1/+1
* drm/edid: Add quirk for OSVR HDK 2.0Ralph Campbell2023-06-291-0/+1
* drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho2023-06-281-2/+2
* drm/edid: make read-only const array staticColin Ian King2023-06-281-1/+1
* drm/ast: Merge config and chip detectionThomas Zimmermann2023-06-271-51/+57
* drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann2023-06-271-3/+15
* drm/ast: Detect AST 2510 modelThomas Zimmermann2023-06-272-5/+11
* drm/ast: Detect AST 1400 modelThomas Zimmermann2023-06-272-5/+11
* drm/ast: Detect AST 1300 modelThomas Zimmermann2023-06-272-5/+12
* drm/ast: Distinguish among chip generationsThomas Zimmermann2023-06-275-57/+89
* drm/ast: Set up release action right after enabling MMIOThomas Zimmermann2023-06-271-19/+19
* drm/ast: Enable and unlock device access early during initThomas Zimmermann2023-06-274-39/+30
* drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann2023-06-273-7/+21
* drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann2023-06-271-27/+25
* drm/ast: Remove dead else branch in POST codeThomas Zimmermann2023-06-271-9/+3
* drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2023-06-272-38/+24
* drm/ast: Remove vga2_clone fieldThomas Zimmermann2023-06-272-2/+0
* drm/ast: Fix DRAM init on AST2200Thomas Zimmermann2023-06-271-1/+1
* drm/ttm: Don't shadow the operation contextThomas Hellström2023-06-271-2/+1
* fbdev: Make support for userspace interfaces configurableThomas Zimmermann2023-06-275-4/+57
* fbdev/core: Rework fb init codeThomas Zimmermann2023-06-273-32/+22
* fbdev/core: Move file-I/O code into separate fileThomas Zimmermann2023-06-274-473/+498
* fbdev/core: Move procfs code to separate fileThomas Zimmermann2023-06-274-43/+80
* fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann2023-06-273-19/+52
* fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann2023-06-274-110/+115
* fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann2023-06-271-3/+3
* fbdev/tdfxfb: Set i2c adapter parent to hardware deviceThomas Zimmermann2023-06-271-2/+2
* fbdev/smscufx: Detect registered fb_info from refcountThomas Zimmermann2023-06-271-2/+2
* fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann2023-06-271-1/+1
* fbdev/sh7760fb: Use hardware device with dev_() output during probeThomas Zimmermann2023-06-271-3/+3
* fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann2023-06-271-4/+4
* fbdev/sh7760fb: Output messages with fb_dbg()Thomas Zimmermann2023-06-271-13/+13
* fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()Thomas Zimmermann2023-06-271-5/+5
* fbdev/rivafb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/rivafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-4/+4
* fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann2023-06-271-2/+1
* fbdev/pxa168fb: Do not assign to struct fb_info.devThomas Zimmermann2023-06-271-1/+1
* fbdev/nvidiafb: Use hardware device as backlight parentThomas Zimmermann2023-06-271-1/+1
* fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann2023-06-271-4/+4
* fbdev/metronomefb: Use hardware device for dev_err()Thomas Zimmermann2023-06-271-1/+1
* fbdev/mb862xxfb: Output messages with fb_dbg()Thomas Zimmermann2023-06-271-5/+4
* fbdev/fsl-diu-fb: Output messages with fb_*() helpersThomas Zimmermann2023-06-271-13/+13
* fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann2023-06-271-1/+0
* fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()Thomas Zimmermann2023-06-271-6/+6
* fbdev/ep93xx-fb: Alloc DMA memory from hardware deviceThomas Zimmermann2023-06-271-4/+4