aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-11-02drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga1-0/+1
2023-11-02drm/v3d: fix up register addresses for V3D 7.xIago Toral Quiroga5-156/+204
2023-11-02drm/i915/display: Use dma_fence interfaces instead of i915_sw_fenceJouni Högander4-95/+61
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-02Merge tag 'shmob-drm-atomic-dt-tag2' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie12-756/+642
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-11-01Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2023-11-01drm/i915/mtl: Add Wa_14019821291Dnyaneshwar Bhadane2-0/+24
2023-11-01drm/sched: Add a helper to queue TDR immediatelyMatthew Brost1-1/+17
2023-11-01drm/sched: Add drm_sched_start_timeout_unlocked helperMatthew Brost1-10/+13
2023-11-01drm/sched: Split free_job into own work itemMatthew Brost1-48/+98
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost8-76/+77
2023-11-01drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost5-18/+56
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1236-16859/+289703
2023-11-01drm/i915/mst: Always write CHICKEN_TRANSVille Syrjälä1-6/+8
2023-11-01drm/i915/mst: Clear ACT just before triggering payload allocationVille Syrjälä1-2/+2
2023-11-01drm/i915/mst: Disable transcoder before deleting the payloadVille Syrjälä1-6/+2
2023-11-01drm/i915/mst: Swap TRANSCONF vs. FECSTALL_DIS_DPTSTREAM_DPTTG disableVille Syrjälä1-1/+2
2023-10-31dma-buf: add dma_fence_timestamp helperChristian König1-1/+1
2023-10-31drm/amdgpu: remove unused macro HW_REVYang Wang1-3/+0
2023-10-31drm/amd/pm: Fix error of MACO flag setting codeMa Jun2-8/+9
2023-10-31drm/amdgpu: Fix the vram base start addressArunpravin Paneer Selvam1-2/+13
2023-10-31drm/amdgpu: set XGMI IP version manually for v6_4Tao Zhou1-0/+3
2023-10-31drm/amdgpu: add unmap latency when gfx11 set kiq resourcesTong Liu011-0/+1
2023-10-31drm/amd/pm: fix the high voltage and temperature issueKenneth Feng7-15/+94
2023-10-31drm/amdgpu: remove amdgpu_mes_self_test in gpu recoverYifan Zhang1-4/+0
2023-10-31drm/amdgpu: Drop deferred error in uncorrectable error checkCandice Li1-2/+1
2023-10-31drm/amd/pm: Fix warningsLijo Lazar2-2/+2
2023-10-31drm/amdgpu: check RAS supported first in ras_reset_error_countTao Zhou1-4/+4
2023-10-31Revert "drm/omapdrm: Annotate dma-fence critical section in commit path"Tomi Valkeinen1-5/+4
2023-10-31Revert "drm/tidss: Annotate dma-fence critical section in commit path"Tomi Valkeinen1-4/+0
2023-10-31drm/i915: Set copy engine arbitration for Wa_16018031267 / Wa_16018063123Jonathan Cavitt2-0/+8
2023-10-31drm/i915/gt: add selftest to exercise WABBAndrzej Hajda1-18/+47
2023-10-31drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123Andrzej Hajda4-4/+105
2023-10-31drm/i915: Reserve some kernel space per vmAndrzej Hajda2-0/+47
2023-10-31drm/i915/mtl: Apply notify_guc to all GTsNirmoy Das1-3/+6
2023-10-31drm/i915/hdcp: Add more conditions to enable hdcpSuraj Kandpal1-2/+12
2023-10-31drm/i915/hdcp: Convert intel_hdcp_enable to a blanket functionSuraj Kandpal4-17/+22
2023-10-31drm/i915/hdcp: Rename HCDP 1.4 enablement functionSuraj Kandpal1-3/+3
2023-10-31drm/i915: Move the g45 PEG band gap HPD workaround to the HPD codeVille Syrjälä3-20/+16
2023-10-31drm/i915: Extract _intel_{enable,disable}_shared_dpll()Ville Syrjälä1-14/+23
2023-10-31drm/i915: Move the DPLL extra power domain handling up one levelVille Syrjälä1-6/+10
2023-10-31drm/i915: Abstract the extra JSL/EHL DPLL4 power domain betterVille Syrjälä2-22/+14
2023-10-31drm/i915: Use named initializers for DPLL infoVille Syrjälä1-63/+67
2023-10-31drm/i915/bios: Clamp VBT HDMI level shift on BDWVille Syrjälä1-0/+22
2023-10-31nouveau/disp: fix post-gsp build on 32-bit arm.Dave Airlie1-11/+13
2023-10-31nouveau: fix r535 build on 32-bit arm.Dave Airlie1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+4
2023-10-31drm/nouveau/ofa/r535: initial supportBen Skeggs17-0/+294
2023-10-31drm/nouveau/nvjpg/r535: initial supportBen Skeggs16-0/+246