summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-10-03drm/i915: Extract i915gm_irq_cstate_wa_{disable,enable}()Ville Syrjälä-10/+24
2024-10-03drm/i915/irq: Pair up the vblank enable/disable functionsVille Syrjälä-46/+46
2024-10-03drm/i915/irq: Nuke stale commentsVille Syrjälä-6/+0
2024-10-03drm/xe/ct: drop irq usage of xa_erase()Matthew Auld-2/+2
2024-10-03drm/xe/guc_submit: fix xa_store() error checkingMatthew Auld-6/+3
2024-10-03drm/xe/ct: fix xa_store() error checkingMatthew Auld-15/+8
2024-10-03drm/xe/ct: prevent UAF in send_recv()Matthew Auld-3/+18
2024-10-03drm/xe: Fix memory leak when aborting bindsMatthew Brost-1/+1
2024-10-03drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong-2/+2
2024-10-03drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream closeJosé Roberto de Souza-6/+3
2024-10-03drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld-1/+3
2024-10-03drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld-8/+8
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost-12/+19
2024-10-03drm/xe: Resume TDR after GT resetMatthew Brost-0/+8
2024-10-03drm/xe/xe2: Add performance tuning for L3 cache flushingGustavo Sousa-0/+13
2024-10-03drm/xe/xe2: Extend performance tuning to media GTGustavo Sousa-0/+26
2024-10-03drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPMGustavo Sousa-1/+1
2024-10-03drm/xe: Use helper for ASID -> VM in GPU faults and access countersMatthew Brost-18/+21
2024-10-03drm/xe: Convert to USM lock to rwsemMatthew Brost-12/+10
2024-10-03drm/xe: use devm_add_action_or_reset() helperHe Lugang-3/+3
2024-10-03drm/xe: fix UAF around queue destructionMatthew Auld-2/+35
2024-10-03drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld-2/+8
2024-10-03drm/xe: Restore pci state upon resumeRodrigo Vivi-0/+2
2024-10-03drm/client: Extract drm_connector_first_mode()Ville Syrjälä-7/+9
2024-10-03drm/client: Use drm_mode_destroy()Ville Syrjälä-2/+2
2024-10-03drm/client: s/drm_connector_has_preferred_mode/drm_connector_preferred_mode/Ville Syrjälä-4/+4
2024-10-03Merge tag 'drm-intel-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/...Dave Airlie-1/+1
2024-10-03Merge tag 'drm-misc-fixes-2024-10-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-11/+30
2024-10-03Merge tag 'amd-drm-fixes-6.12-2024-10-02' of https://gitlab.freedesktop.org/a...Dave Airlie-7/+37
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-11/+11
2024-10-02drm/i915/hdcp: fix connector refcountingJani Nikula-3/+7
2024-10-02drm/xe: Drop GuC submit_wq poolMatthew Brost-66/+1
2024-10-02drm/sched: Use drm sched lockdep map for submit_wqMatthew Brost-0/+11
2024-10-02drm/xe: Fix memory leak when aborting bindsMatthew Brost-1/+1
2024-10-02drm/i915:Remove unused parameter in marcoHe Lugang-5/+5
2024-10-02drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()Jani Nikula-6/+6
2024-10-02drm/i915: remove IS_LP()Jani Nikula-12/+9
2024-10-02drm/panthor: add sysfs knob for enabling job profilingAdrián Larumbe-0/+39
2024-10-02drm/panthor: enable fdinfo for memory statsAdrián Larumbe-0/+12
2024-10-02drm/panthor: add DRM fdinfo supportAdrián Larumbe-0/+97
2024-10-02drm/panthor: record current and maximum device clock frequenciesAdrián Larumbe-1/+23
2024-10-02drm/panthor: introduce job cycle and timestamp accountingAdrián Larumbe-49/+306
2024-10-01drm/amd/display: Fix system hang while resume with TBT monitorTom Chung-0/+6
2024-10-01drm/amd/display: Enable idle workqueue for more IPS modesLeo Li-1/+2
2024-10-01drm/amd/display: Add HDR workaround for specific eDPAlex Hung-1/+15
2024-10-01drm/amd/display: avoid set dispclk to 0Charlene Liu-0/+1
2024-10-01drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSCFangzhi Zuo-4/+13
2024-10-01drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal...Yihan Zhu-1/+0
2024-10-01drm/amdgpu: update the handle ptr in post_soft_resetSunil Khatri-20/+21
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri-97/+107