summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-07accel/ivpu: Add firmware tracing supportStanislaw Gruszka6-3/+404
2023-07-07accel/ivpu: Initial debugfs supportStanislaw Gruszka4-0/+93
2023-07-06drm/nouveau/disp: drop unused argument in nv50_dp_mode_validKarol Herbst4-6/+4
2023-07-06drm/nouveau/kms: don't call drm_dp_cec_set_edid() on TMDSBen Skeggs1-1/+4
2023-07-06drm/nouveau/nvif: fix potential double-freeBen Skeggs1-0/+3
2023-07-06drm/nouveau/fifo/ga100-: add per-runlist nonstall intr handlingBen Skeggs13-29/+116
2023-07-06drm/nouveau/fifo/ga100-: remove individual runlists rather than failing oneinitBen Skeggs1-11/+35
2023-07-06drm/nouveau/fifo: return ERR_PTR from nvkm_runl_new()Ben Skeggs1-2/+2
2023-07-06drm/nouveau/fifo: remove left-over references to nvkm_fifo_chanBen Skeggs32-47/+37
2023-07-06drm/nouveau/fb/ga102-: construct vidmem heap via new gp102 pathsBen Skeggs4-43/+8
2023-07-06drm/nouveau/fb/gp102-ga100: switch to simpler vram size detection methodBen Skeggs10-4/+72
2023-07-06drm/nouveau/nvkm: punt spurious irq messages to debug levelBen Skeggs1-2/+2
2023-07-06drm/nouveau/nvkm: fini object children in reverse orderBen Skeggs1-1/+1
2023-07-04drm: Add kms driver for loongson display controllerSui Jingfeng32-0/+6491
2023-07-04drm/drm_gem.c: Remove surplus else after returnSui Jingfeng1-2/+2
2023-07-04drm/gud: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-07-02drm: bridge: samsung-dsim: Drain command transfer FIFO before transferMarek Vasut1-1/+1
2023-06-29drm/edid: Add quirk for OSVR HDK 2.0Ralph Campbell1-0/+1
2023-06-29drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho1-2/+2
2023-06-28drm/edid: make read-only const array staticColin Ian King1-1/+1
2023-06-27drm/ast: Merge config and chip detectionThomas Zimmermann1-51/+57
2023-06-27drm/ast: Move widescreen and tx-chip detection into separate helpersThomas Zimmermann1-3/+15
2023-06-27drm/ast: Detect AST 2510 modelThomas Zimmermann2-5/+11
2023-06-27drm/ast: Detect AST 1400 modelThomas Zimmermann2-5/+11
2023-06-27drm/ast: Detect AST 1300 modelThomas Zimmermann2-5/+12
2023-06-27drm/ast: Distinguish among chip generationsThomas Zimmermann5-57/+89
2023-06-27drm/ast: Set up release action right after enabling MMIOThomas Zimmermann1-19/+19
2023-06-27drm/ast: Enable and unlock device access early during initThomas Zimmermann4-39/+30
2023-06-27drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann3-7/+21
2023-06-27drm/ast: Remove device POSTing and config from chip detectionThomas Zimmermann1-27/+25
2023-06-27drm/ast: Remove dead else branch in POST codeThomas Zimmermann1-9/+3
2023-06-27drm/ast: Implement register helpers in ast_drv.hThomas Zimmermann2-38/+24
2023-06-27drm/ast: Remove vga2_clone fieldThomas Zimmermann2-2/+0
2023-06-27drm/ast: Fix DRAM init on AST2200Thomas Zimmermann1-1/+1
2023-06-27drm/ttm: Don't shadow the operation contextThomas Hellström1-2/+1
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann5-4/+57
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann3-32/+22
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann4-473/+498
2023-06-27fbdev/core: Move procfs code to separate fileThomas Zimmermann4-43/+80
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann3-19/+52
2023-06-27fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann4-110/+115
2023-06-27fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann1-3/+3
2023-06-27fbdev/tdfxfb: Set i2c adapter parent to hardware deviceThomas Zimmermann1-2/+2
2023-06-27fbdev/smscufx: Detect registered fb_info from refcountThomas Zimmermann1-2/+2
2023-06-27fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann1-1/+1
2023-06-27fbdev/sh7760fb: Use hardware device with dev_() output during probeThomas Zimmermann1-3/+3
2023-06-27fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann1-4/+4
2023-06-27fbdev/sh7760fb: Output messages with fb_dbg()Thomas Zimmermann1-13/+13
2023-06-27fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()Thomas Zimmermann1-5/+5
2023-06-27fbdev/rivafb: Use hardware device as backlight parentThomas Zimmermann1-1/+1