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-01-21
drm/xe: Move suballocator init to after display init
Maarten Lankhorst
-4
/
+15
2025-01-21
drm/xe: Do not attempt to bootstrap VF in execlists mode
Maarten Lankhorst
-0
/
+3
2025-01-21
drm/client: Handle tiled displays better
Maarten Lankhorst
-0
/
+9
2025-01-21
drm/modeset: Handle tiled displays in pan_display_atomic.
Maarten Lankhorst
-6
/
+8
2025-01-21
drm/vkms: Switch to dynamic allocation for CRTC
Louis Chauvet
-40
/
+45
2025-01-21
drm/vkms: Switch to dynamic allocation for encoder
Louis Chauvet
-2
/
+6
2025-01-21
drm/vkms: Switch to dynamic allocation for connector
Louis Chauvet
-2
/
+7
2025-01-21
drm/i915/psr: Allow changing Panel Replay mode without full modeset
Jouni Högander
-22
/
+17
2025-01-21
drm/i915/psr: Make intel_psr_enable_sink as local static function
Jouni Högander
-4
/
+2
2025-01-21
drm/i915/psr: Enable Panel Replay on sink always when it's supported
Jouni Högander
-2
/
+1
2025-01-21
drm/i915/psr: Add new function for writing sink panel replay enable bit
Jouni Högander
-0
/
+8
2025-01-21
drm/vkms: Switch to managed for writeback connector
Louis Chauvet
-10
/
+16
2025-01-21
drm: writeback: Create drmm variants for drm_writeback_connector initialization
Louis Chauvet
-0
/
+74
2025-01-21
drm: writeback: Add missing cleanup in case of initialization failure
Louis Chauvet
-4
/
+25
2025-01-21
drm: writeback: Create an helper for drm_writeback_connector initialization
Louis Chauvet
-26
/
+61
2025-01-21
drm/vkms: Switch to managed for crtc
Louis Chauvet
-10
/
+4
2025-01-21
drm/managed: Add DRM-managed alloc_ordered_workqueue
Louis Chauvet
-0
/
+8
2025-01-21
drm/vkms: Switch to managed for encoder
Louis Chauvet
-9
/
+3
2025-01-21
drm/vkms: Switch to managed for connector
Louis Chauvet
-8
/
+4
2025-01-21
drm/xe/display: Re-use display vmas when possible
Maarten Lankhorst
-9
/
+65
2025-01-21
drm/i915/hdcp: Use correct function to check if encoder is HDMI
Suraj Kandpal
-1
/
+1
2025-01-20
drm/i915: Carve up skl_get_plane_caps()
Ville Syrjälä
-24
/
+57
2025-01-20
drm/i915: Relocate xe AUX hack
Ville Syrjälä
-5
/
+10
2025-01-20
drm/i915: Nuke ADL pre-production Wa_22011186057
Ville Syrjälä
-8
/
+0
2025-01-20
drm/i915: Disable scanout VT-d workaround for TGL+
Ville Syrjälä
-1
/
+1
2025-01-20
drm/i915: Reuse vlv_primary_min_alignment() for sprites as well
Ville Syrjälä
-20
/
+9
2025-01-20
drm/i915: Use plane->can_async_flip() for alignment exceptions
Ville Syrjälä
-39
/
+37
2025-01-20
drm/i915: Introduce plane->can_async_flip()
Ville Syrjälä
-52
/
+97
2025-01-20
drm/i915: Allow async flips with compression on ICL
Ville Syrjälä
-1
/
+20
2025-01-20
drm/i915: Allow async flips with render compression on TGL+
Ville Syrjälä
-8
/
+26
2025-01-20
drm/imagination: Use the drm_sched_job_has_dependency helper
Tvrtko Ursulin
-9
/
+3
2025-01-20
drm/sched: Add helper to check job dependencies
Tvrtko Ursulin
-0
/
+23
2025-01-19
drm/vc4: Remove BOs seqnos
Maíra Canal
-113
/
+17
2025-01-19
drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTL
Maíra Canal
-11
/
+14
2025-01-19
drm/vc4: Use DRM Execution Contexts
Maíra Canal
-78
/
+22
2025-01-19
drm/virtio: Don't return error if virtio-gpu PCI dev is not found
Vivek Kasireddy
-10
/
+11
2025-01-19
drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
Vivek Kasireddy
-5
/
+6
2025-01-19
drm/xe: Suppress printing of mode when running in non-sriov mode
Satyanarayana K V P
-1
/
+1
2025-01-19
drm/xe/kunit: Add KUnit tests for GuC Buffer Cache
Michal Wajdeczko
-0
/
+338
2025-01-19
drm/xe/kunit: Allow to replace xe_managed_bo_create_pin_map()
Michal Wajdeczko
-0
/
+4
2025-01-19
drm/xe/pf: Use GuC Buffer Cache during VFs provisioning
Michal Wajdeczko
-33
/
+35
2025-01-19
drm/xe/guc: Introduce the GuC Buffer Cache
Michal Wajdeczko
-0
/
+256
2025-01-19
drm/xe/sa: Minor header cleanups
Michal Wajdeczko
-3
/
+1
2025-01-19
drm/xe/sa: Allow creating suballocator with custom guard size
Michal Wajdeczko
-4
/
+23
2025-01-19
drm/xe/sa: Allow making suballocations using custom gfp flags
Michal Wajdeczko
-5
/
+29
2025-01-19
drm/xe/sa: Tidy up coding style in init()
Michal Wajdeczko
-3
/
+2
2025-01-19
drm/xe/sa: Improve error message on init failure
Michal Wajdeczko
-2
/
+2
2025-01-19
drm/xe/sa: Drop redundant NULL assignments
Michal Wajdeczko
-5
/
+1
2025-01-19
drm/xe/sa: Always call drm_suballoc_manager_fini()
Michal Wajdeczko
-2
/
+1
2025-01-18
drm/xe/vf: Perform early GT MMIO initialization to read GMDID
Michal Wajdeczko
-0
/
+1
[prev]
[next]