summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-111-13/+33
|\
| * Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"Ulf Hansson2024-10-101-13/+33
* | Merge tag 'drm-xe-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-10-114-26/+33
|\ \
| * | drm/xe: Make wedged_mode debugfs writableMatt Roper2024-10-091-1/+1
| * | drm/xe: Restore GT freq on GSC load errorVinay Belgaumkar2024-10-091-1/+3
| * | drm/xe/guc_submit: fix xa_store() error checkingMatthew Auld2024-10-091-6/+3
| * | drm/xe/ct: fix xa_store() error checkingMatthew Auld2024-10-091-15/+8
| * | drm/xe/ct: prevent UAF in send_recv()Matthew Auld2024-10-091-3/+18
* | | Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-119-88/+31
|\ \ \
| * | | drm/fbdev-dma: Only cleanup deferred I/O if necessaryJanne Grunau2024-10-101-1/+2
| * | | nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy errorYonatan Maman2024-10-081-1/+1
| * | | nouveau/dmem: Fix privileged error in copy engine channelYonatan Maman2024-10-081-1/+1
| * | | drm/vc4: Stop the active perfmon before being destroyedMaíra Canal2024-10-071-1/+6
| * | | drm/v3d: Stop the active perfmon before being destroyedMaíra Canal2024-10-071-1/+8
| * | | drm/nouveau/gsp: remove extraneous ; after mutexColin Ian King2024-10-031-1/+1
| * | | drm/xe: Drop GuC submit_wq poolMatthew Brost2024-10-022-66/+1
| * | | drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost2024-10-021-0/+11
* | | | Merge tag 'drm-intel-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/...Dave Airlie2024-10-111-3/+7
|\ \ \ \
| * | | | drm/i915/hdcp: fix connector refcountingJani Nikula2024-10-071-3/+7
| | |/ / | |/| |
* | | | Merge tag 'amd-drm-fixes-6.12-2024-10-08' of https://gitlab.freedesktop.org/a...Dave Airlie2024-10-099-41/+78
|\ \ \ \ | |/ / / |/| | |
| * | | drm/radeon: always set GEM function pointerChristian König2024-10-082-3/+1
| * | | drm/amd/display: fix hibernate entry for DCN35+Hamza Mahfooz2024-10-071-3/+4
| * | | drm/amd/display: Clear update flags after update has been appliedJosip Pavic2024-10-071-11/+34
| * | | drm/amdgpu: partially revert powerplay `__counted_by` changesAlex Deucher2024-10-071-13/+13
| * | | drm/radeon: add late_register for connectorWu Hoi Pok2024-10-072-7/+19
| * | | drm/amdkfd: Fix an eviction fence leakLang Yu2024-10-072-4/+7
* | | | Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-10-0437-104/+265
|\| | |
| * | | Merge tag 'drm-xe-fixes-2024-10-03' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-10-0419-64/+159
| |\ \ \
| | * | | drm/xe: Fix memory leak when aborting bindsMatthew Brost2024-10-031-1/+1
| | * | | drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong2024-10-031-2/+2
| | * | | drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza2024-10-031-6/+3
| | * | | drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld2024-10-031-1/+3
| | * | | drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld2024-10-031-8/+8
| | * | | drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost2024-10-035-12/+19
| | * | | drm/xe: Resume TDR after GT resetMatthew Brost2024-10-033-0/+8
| | * | | drm/xe/xe2: Add performance tuning for L3 cache flushingGustavo Sousa2024-10-032-0/+13
| | * | | drm/xe/xe2: Extend performance tuning to media GTGustavo Sousa2024-10-032-0/+26
| | * | | drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa2024-10-031-1/+1
| | * | | drm/xe: Use helper for ASID -> VM in GPU faults and access countersMatthew Brost2024-10-031-18/+21
| | * | | drm/xe: Convert to USM lock to rwsemMatthew Brost2024-10-034-12/+10
| | * | | drm/xe: use devm_add_action_or_reset() helperHe Lugang2024-10-032-3/+3
| | * | | drm/xe: fix UAF around queue destructionMatthew Auld2024-10-034-2/+35
| | * | | drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld2024-10-031-2/+8
| | * | | drm/xe: Restore pci state upon resumeRodrigo Vivi2024-10-031-0/+2
| | | |/ | | |/|
| * | | Merge tag 'drm-intel-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/...Dave Airlie2024-10-031-1/+1
| |\ \ \
| | * | | drm/i915/gem: fix bitwise and logical AND mixupJani Nikula2024-10-011-1/+1
| | |/ /
| * | | Merge tag 'drm-misc-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-034-11/+30
| |\ \ \ | | | |/ | | |/|
| | * | drm/panthor: Don't add write fences to the shared BOsBoris Brezillon2024-10-011-6/+1
| | * | drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon2024-10-011-1/+7
| | * | drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon2024-10-011-2/+3