summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-25drm/i915/dp: Fix colorimetry detectionVille Syrjälä1-3/+6
2024-09-25Merge tag 'drm-xe-next-fixes-2024-09-19' of https://gitlab.freedesktop.org/dr...Dave Airlie7-17/+69
2024-09-25Merge tag 'drm-intel-next-fixes-2024-09-19' of https://gitlab.freedesktop.org...Dave Airlie4-14/+35
2024-09-17drm/xe/oa: Fix overflow in oa batch bufferJosé Roberto de Souza1-1/+2
2024-09-17drm/xe: Do not run GPU page fault handler on a closed VMMatthew Brost1-0/+6
2024-09-17drm/xe/bo: add some annotations in bo_put()Matthew Auld2-5/+15
2024-09-17drm/xe/client: use mem_type from the current resourceMatthew Auld1-6/+1
2024-09-17drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld1-3/+36
2024-09-17drm/xe/client: fix deadlock in show_meminfo()Matthew Auld1-1/+5
2024-09-17drm/xe/vram: fix ccs offset calculationMatthew Auld1-0/+1
2024-09-17drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macrosMichal Wajdeczko1-2/+4
2024-09-17Merge tag 'drm-xe-next-fixes-2024-09-12' of https://gitlab.freedesktop.org/dr...Dave Airlie6-9/+38
2024-09-17Merge tag 'amd-drm-next-6.12-2024-09-13' of https://gitlab.freedesktop.org/ag...Dave Airlie48-353/+588
2024-09-16drm/i915/dp: Fix AUX IO power enabling for eDP PSRImre Deak3-1/+22
2024-09-16drm/i915/display: BMG supports UHBR13.5Arun R Murthy1-2/+11
2024-09-16drm/i915/psr: Do not wait for PSR being idle on on Panel ReplayJouni Högander1-11/+2
2024-09-13Merge tag 'drm-intel-next-fixes-2024-09-12' of https://gitlab.freedesktop.org...Dave Airlie2-1/+4
2024-09-12drm/xe: Fix missing conversion to xe_display_pm_runtime_resumeMaarten Lankhorst1-1/+1
2024-09-12drm/xe/xe2hpg: Add Wa_15016589081Tejas Upadhyay2-0/+5
2024-09-12drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko1-2/+5
2024-09-12drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld1-1/+3
2024-09-12drm/xe: fix build warning with CONFIG_PM=nArnd Bergmann1-0/+4
2024-09-12drm/xe: Suppress missing outer rpm protection warningRodrigo Vivi1-1/+16
2024-09-12drm/xe: prevent potential UAF in pf_provision_vf_ggtt()Matthew Auld1-4/+4
2024-09-11drm/amd/display: Add all planes on CRTC to state for overlay cursorLeo Li1-0/+11
2024-09-11drm/i915/bios: fix printk format widthJani Nikula1-1/+1
2024-09-11drm/i915/display: Fix BMG CCS modifiersJuha-Pekka Heikkila1-0/+3
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter238-1480/+2811
2024-09-11Merge tag 'drm-misc-next-fixes-2024-09-05' of https://gitlab.freedesktop.org/...Dave Airlie1-1/+1
2024-09-11Merge tag 'exynos-drm-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie4-8/+4
2024-09-11Merge tag 'amd-drm-next-6.12-2024-09-06' of https://gitlab.freedesktop.org/ag...Dave Airlie74-1358/+6023
2024-09-11Merge tag 'drm-intel-gt-next-2024-09-06' of https://gitlab.freedesktop.org/dr...Dave Airlie8-11/+104
2024-09-10drm/amdgpu: get rid of bogus includes of fdtable.hAl Viro2-2/+0
2024-09-10drm/amdkfd: CRIU fixesAl Viro1-18/+46
2024-09-10drm/amdgpu: fix a race in kfd_mem_export_dmabuf()Al Viro1-9/+3
2024-09-10drm: new helper: drm_gem_prime_handle_to_dmabuf()Al Viro1-30/+54
2024-09-10drm/amdgpu/atomfirmware: Silence UBSAN warningAlex Deucher1-2/+2
2024-09-10drm/amdgpu: Fix kdoc entry in 'amdgpu_vm_cpu_prepare'Srinivasan Shanmugam1-2/+1
2024-09-10drm/amd/amdgpu: apply command submission parser for JPEG v1David (Ming Qiang) Wu2-1/+86
2024-09-10drm/amd/amdgpu: apply command submission parser for JPEG v2+David (Ming Qiang) Wu10-64/+78
2024-09-10drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3Kenneth Feng1-0/+3
2024-09-10drm/amd/pm: update the features set on smu v14.0.2/3Kenneth Feng2-1/+19
2024-09-10drm/amdkfd: Fix resource leak in criu restore queueJesse Zhang1-0/+1
2024-09-10drm/amd/display: Do not reset planes based on crtc zpos_changedLeo Li1-1/+1
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie59-272/+1972
2024-09-08Merge tag 'timers_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-18/+16
2024-09-08Merge tag 'char-misc-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-78/+122
2024-09-08Merge tag 'usb-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-73/+87
2024-09-07Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-115/+196
2024-09-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3