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
/
drm
Age
Commit message (
Expand
)
Author
Lines
2025-06-09
drm/msm: Temporarily disable stall-on-fault after a page fault
Connor Abbott
-1
/
+116
2025-06-09
drm/msm: Delete resume_translation()
Connor Abbott
-19
/
+0
2025-06-09
drm/msm: Don't use a worker to capture fault devcoredump
Connor Abbott
-31
/
+19
2025-06-09
drm/msm: Fix another leak in the submit error path
Rob Clark
-2
/
+6
2025-06-09
drm/msm: Fix a fence leak in submit error path
Rob Clark
-0
/
+9
2025-06-09
Merge drm/drm-next into drm-xe-next
Thomas Hellström
-25112
/
+44710
2025-06-09
drm/xe: GSM size should be constant on most platforms
Matt Roper
-1
/
+1
2025-06-09
drm/xe/svm: Fix regression disallowing 64K SVM migration
Maarten Lankhorst
-1
/
+1
2025-06-09
drm/xe/uc: Use GT-oriented firmware messages
Michal Wajdeczko
-9
/
+10
2025-06-09
drm/i915: split out display register macros to a separate file
Jani Nikula
-2934
/
+3020
2025-06-09
Merge drm/drm-next into drm-intel-next
Jani Nikula
-11100
/
+21146
2025-06-09
drm/xe: Do not rely on GGTT internals in xe_guc_buf kunit tests
Maarten Lankhorst
-11
/
+24
2025-06-09
drm/xe: Implement a helper for reading out a GGTT PTE at a specified offset
Maarten Lankhorst
-5
/
+14
2025-06-09
drm/xe: Remove pte_encode_bo callback
Maarten Lankhorst
-17
/
+0
2025-06-09
drm/xe/display: Convert GGTT mapping to use pte_encode_flags
Maarten Lankhorst
-12
/
+5
2025-06-09
drm/xe/display: Dont poke into GGTT internals to fill a DPT
Maarten Lankhorst
-11
/
+26
2025-06-09
drm/xe/ggtt: Seperate flags and address in PTE encoding
Maarten Lankhorst
-27
/
+65
2025-06-09
drm/xe/display: Remove dereferences of ggtt for tile id
Maarten Lankhorst
-6
/
+7
2025-06-09
drm/xe: Add xe_ggtt_alloc
Maarten Lankhorst
-5
/
+19
2025-06-09
drm/xe: Add xe_ggtt_might_lock
Maarten Lankhorst
-1
/
+15
2025-06-09
drm/xe: Use xe_ggtt_map_bo_unlocked for resume
Maarten Lankhorst
-5
/
+17
2025-06-09
drm/xe: Remove IOSF_MBI select.
Maarten Lankhorst
-1
/
+0
2025-06-09
drm: renesas: rz-du: Implement MIPI DSI host transfers
Hugo Villeneuve
-0
/
+240
2025-06-09
drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
Krzysztof Kozlowski
-0
/
+7
2025-06-09
drm/msm/disp: Correct porch timing for SDM845
James A. MacInnes
-5
/
+9
2025-06-09
drm/msm/dp: Disable wide bus support for SDM845
James A. MacInnes
-1
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-23
/
+29
2025-06-06
drm/xe/topology: Stop trying to fix programming mistakes
Michal Wajdeczko
-2
/
+1
2025-06-06
drm/xe/topology: Use register array size instead magic number
Michal Wajdeczko
-2
/
+2
2025-06-06
drm/xe/topology: Simplify code for loading DSS mask
Michal Wajdeczko
-15
/
+18
2025-06-06
drm/xe: don't store the xe device pointer inside xe_ttm_tt
Dave Airlie
-31
/
+32
2025-06-06
Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-2
/
+4
2025-06-06
drm/xe/vf: Store the GuC FW info in guc->fw
Daniele Ceraolo Spurio
-10
/
+64
2025-06-06
drm/xe/vf: Use uc_fw_version to store the negotiated GuC ABI
Daniele Ceraolo Spurio
-76
/
+78
2025-06-06
drm/xe/vf: Boostrap all GTs immediately after MMIO init
Daniele Ceraolo Spurio
-13
/
+6
2025-06-06
drm/xe/uc: Prepare uc_fw_version for storing the VF ABI version
Daniele Ceraolo Spurio
-1
/
+3
2025-06-06
Merge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-617
/
+2274
2025-06-06
drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc()
Luca Ceresoli
-0
/
+89
2025-06-06
drm/bridge: add a .destroy func
Luca Ceresoli
-0
/
+2
2025-06-06
drm/tests: bridge: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
-36
/
+51
2025-06-06
Merge tag 'drm-misc-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
-2
/
+3
2025-06-06
drm/bridge: cdns-dsi: Use pre_enable/post_disable to enable/disable
Aradhya Bhatia
-29
/
+35
2025-06-06
drm/atomic-helper: Re-order bridge chain pre-enable and post-disable
Aradhya Bhatia
-4
/
+4
2025-06-06
drm/atomic-helper: Separate out bridge pre_enable/post_disable from enable/di...
Aradhya Bhatia
-3
/
+88
2025-06-06
drm/atomic-helper: Refactor crtc & encoder-bridge op loops into separate func...
Aradhya Bhatia
-20
/
+49
2025-06-06
drm/panthor: Clean up 64-bit register definitions
Karunika Choo
-80
/
+52
2025-06-06
drm/panthor: Add 64-bit and poll register accessors
Karunika Choo
-161
/
+124
2025-06-06
drm/panthor: Fix the user MMIO offset logic for emulators
Boris Brezillon
-16
/
+58
2025-06-06
Merge tag 'drm-misc-fixes-2025-05-28' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
-0
/
+1
2025-06-06
drm/nouveau/vfn/r535: Convert comma to semicolon
Chen Ni
-1
/
+1
[prev]
[next]