aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-06-30drm/amdkfd: Update interrupt handling for GFX 9.4.3Mukul Joshi5-1/+82
2023-06-30drm/amdgpu: fix number of fence calculationsChristian König1-5/+6
2023-06-30drm/amd/display: perform a bounds check before filling dirty rectanglesHamza Mahfooz1-9/+4
2023-06-30drm/amd/pm: Provide energy data in 15.625mJ unitsLijo Lazar1-2/+2
2023-06-30drm/amdgpu: Modify for_each_inst macroLijo Lazar1-3/+4
2023-06-30drm/amdgpu:Remove sdma halt/unhalt during frontdoor loadMangesh Gadre1-4/+9
2023-06-30drm/amdgpu: check RAS irq existence for VCN/JPEGTao Zhou2-2/+4
2023-06-30drm/amd/pm: add abnormal fan detection for smu 13.0.0Kenneth Feng1-0/+1
2023-06-30drm/amdgpu: remove vm sanity check from amdgpu_vm_make_computeXiaogang Chen1-6/+6
2023-06-30drm/amd: Disable PSR-SU on Parade 0803 TCONMario Limonciello1-0/+2
2023-06-30drm/amdkfd: Enable GWS on GFX9.4.3Mukul Joshi2-12/+24
2023-06-30drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flagsMarek Vasut1-0/+1
2023-06-29Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-7/+3
2023-06-29drm/panel: Fine tune Starry-ili9882t panel HFP and HBPCong Yang1-3/+3
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1074-21225/+76259
2023-06-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2023-06-29drm/i915: make device info a const pointer to rodataJani Nikula2-15/+6
2023-06-29drm/i915: move display device and runtime info to struct intel_displayJani Nikula4-11/+14
2023-06-29drm/i915: fix display info usageJani Nikula1-1/+1
2023-06-29drm/i915: separate display info printing from the restJani Nikula7-20/+38
2023-06-29drm/i915: move platform_engine_mask and memory_regions to device infoJani Nikula8-43/+42
2023-06-29drm/i915: use mock device info for creating mock deviceJani Nikula1-21/+24
2023-06-29drm/edid: Add quirk for OSVR HDK 2.0Ralph Campbell1-0/+1
2023-06-28drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence()Gustavo Sousa1-3/+0
2023-06-28drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho1-2/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-84/+105
2023-06-28drm/edid: make read-only const array staticColin Ian King1-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-14/+14
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+12
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/i915: Add missing forward declarations/includes to display power headersImre Deak2-0/+6
2023-06-27drm/ttm: Don't shadow the operation contextThomas Hellström1-2/+1
2023-06-27drm/bridge: dw-hdmi: remove dead code and fix indentationAdrián Larumbe1-18/+4
2023-06-27drm/bridge: dw-hdmi: truly enforce 420-only formats when drm mode demands itAdrián Larumbe1-3/+4
2023-06-27drm/bridge: dw-hdmi: change YUV420 selection logic at clock setupAdrián Larumbe2-2/+8
2023-06-27drm/ttm: Don't leak a resource on swapout move errorThomas Hellström1-0/+1
2023-06-27drm/ttm: Don't leak a resource on eviction errorThomas Hellström1-11/+11