index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2025-03-05
drm/amd/display: Use scoped guard for dm_resume()
Mario Limonciello
-4
/
+2
2025-03-05
drm/amd/display: Use drm_err() instead of DRM_ERROR in dm_resume()
Mario Limonciello
-2
/
+2
2025-03-05
drm/amd/display: Use _free() macro for amdgpu_dm_commit_zero_streams()
Mario Limonciello
-14
/
+10
2025-03-05
drm/amd/display: Catch failures for amdgpu_dm_commit_zero_streams()
Mario Limonciello
-1
/
+7
2025-03-05
drm/amd/display: Drop `ret` variable from dm_suspend()
Mario Limonciello
-2
/
+1
2025-03-05
drm/amd/display: Change amdgpu_dm_irq_suspend() to void
Mario Limonciello
-3
/
+2
2025-03-05
drm/amd/display: Add tunneling IRQ handler
Cruise Hung
-7
/
+112
2025-03-05
drm/amd/display: Added visual confirm for DCC
Leo Zeng
-3
/
+59
2025-03-05
drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35
Nicholas Kazlauskas
-8
/
+13
2025-03-05
drm/amd/display: Revert "Increase halt timeout for DMCUB to 1s"
Nicholas Kazlauskas
-11
/
+6
2025-03-05
drm/amd/display: Check NULL connector before it is used
Alex Hung
-0
/
+3
2025-03-05
drm/amd/display: Remove unused struct definition
George Shen
-8
/
+0
2025-03-05
drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination
George Shen
-15
/
+15
2025-03-05
drm/amd/display: misc for dio encoder refactor
Peichen Huang
-40
/
+133
2025-03-05
drm/amd/display: read mso dpcd caps
Hansen Dsouza
-0
/
+13
2025-03-05
drm/amd/display: Fix DMUB reset sequence for DCN401
Dillon Varone
-18
/
+32
2025-03-05
drm/amd/display: Fix p-state type when p-state is unsupported
Dillon Varone
-0
/
+1
2025-03-05
drm/amd/display: Request HW cursor on DCN3.2 with SubVP
Aric Cyr
-1
/
+3
2025-03-05
drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters()
Vitaliy Shevtsov
-6
/
+6
2025-03-05
drm/amdgpu: Avoid HDP flush on JPEG v5.0.1
Lijo Lazar
-1
/
+3
2025-03-05
drm/amdgpu: Initialize RRMT status on JPEG v5.0.1
Lijo Lazar
-1
/
+7
2025-03-05
drm/amdgpu: Update SDMA scheduler mask handling to include page queue
Jesse.zhang@amd.com
-7
/
+49
2025-03-05
drm/amdgpu: Add offset normalization in VCN v5.0.1
Lijo Lazar
-15
/
+28
2025-03-05
drm/amdgpu: Initialize RRMT status on VCN v5.0.1
Lijo Lazar
-0
/
+5
2025-03-05
drm/amdgpu: Free CPER entry after committing to ring
Xiang Liu
-0
/
+3
2025-03-05
drm/amdgpu: fix spelling typos in SI
Alexandre Demers
-3
/
+3
2025-03-05
drm/radeon: fix spelling typos
Alexandre Demers
-5
/
+5
2025-03-05
drm/amdgpu: fix spelling typos
Alexandre Demers
-6
/
+7
2025-03-05
drm/panthor: Clean up FW version information display
Steven Price
-5
/
+4
2025-03-05
drm/panthor: Avoid sleep locking in the internal BO size path
Adrián Larumbe
-39
/
+31
2025-03-05
drm/panthor: Replace sleep locks with spinlocks in fdinfo path
Adrián Larumbe
-14
/
+12
2025-03-05
drm: adp: Remove unnecessary print function dev_err()
Jiapeng Chong
-6
/
+2
2025-03-05
drm/xe/userptr: Unmap userptrs in the mmu notifier
Thomas Hellström
-9
/
+52
2025-03-05
drm/xe/hmm: Don't dereference struct page pointers without notifier lock
Thomas Hellström
-26
/
+86
2025-03-05
drm/xe/hmm: Style- and include fixes
Thomas Hellström
-6
/
+8
2025-03-05
drm/sched: drm_sched_job_cleanup(): correct false doc
Philipp Stanner
-5
/
+7
2025-03-05
drm/panthor: Update CS_STATUS_ defines to correct values
Ashley Smith
-3
/
+3
2025-03-05
drm/i915/reset: add modeset_stuck callback to intel_display_reset_prepare()
Jani Nikula
-5
/
+15
2025-03-05
drm/i915/reset: pass test only parameter to intel_display_reset_finish()
Jani Nikula
-12
/
+4
2025-03-05
drm/i915/reset: decide whether display reset is needed on gt side
Jani Nikula
-6
/
+9
2025-03-05
drm/i915/reset: remove I915_RESET_MODESET flag
Jani Nikula
-22
/
+15
2025-03-05
drm/i915/reset: add intel_display_reset_test()
Jani Nikula
-1
/
+9
2025-03-05
drm/i915/reset: add intel_gt_gpu_reset_clobbers_display() helper
Jani Nikula
-7
/
+16
2025-03-05
drm/i915: move pending_fb_pin to struct intel_display
Jani Nikula
-12
/
+14
2025-03-05
drm/i915/display: convert display reset to struct intel_display *
Jani Nikula
-29
/
+35
2025-03-05
drm/xe: Add staging tree for VM binds
Matthew Brost
-19
/
+46
2025-03-05
drm/xe: Fix fault mode invalidation with unbind
Thomas Hellström
-60
/
+75
2025-03-05
drm/xe/vm: Fix a misplaced #endif
Thomas Hellström
-1
/
+1
2025-03-05
drm/xe/vm: Validate userptr during gpu vma prefetching
Thomas Hellström
-1
/
+10
2025-03-05
drm/xe/uapi: Use hint for guc to set GT frequency
Tejas Upadhyay
-3
/
+38
[prev]
[next]