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-06
drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()
Ivan Abramov
-0
/
+5
2025-03-06
drm/xe: Allow fault injection in exec queue IOCTLs
Francois Dugast
-0
/
+3
2025-03-06
drm/gma500: fix inconsistent indenting warning
Charles Han
-1
/
+1
2025-03-06
drm/gma500: Replace deprecated strncpy() with strscpy()
Thorsten Blum
-2
/
+1
2025-03-06
drm/prime: Use dma_buf from GEM object instance
Thomas Zimmermann
-7
/
+1
2025-03-06
drm/mipi-dbi: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-1
/
+1
2025-03-06
drm/fb-dma-helper: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-1
/
+1
2025-03-06
drm/gem-framebuffer: Use dma_buf from GEM object instance
Thomas Zimmermann
-6
/
+2
2025-03-06
drm/gem-framebuffer: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-2
/
+2
2025-03-06
drm/gem-shmem: Use dma_buf from GEM object instance
Thomas Zimmermann
-3
/
+3
2025-03-06
drm/gem-shmem: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-12
/
+12
2025-03-06
drm/gem-dma: Use dma_buf from GEM object instance
Thomas Zimmermann
-1
/
+1
2025-03-06
drm/gem-dma: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-1
/
+1
2025-03-06
drm/gem: Test for imported GEM buffers with helper
Thomas Zimmermann
-2
/
+2
2025-03-06
drm/bochs: Fix DPMS regression
Takashi Iwai
-2
/
+3
2025-03-05
drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump
Rob Clark
-0
/
+2
2025-03-05
drm/i915: implement vmap/vunmap GEM object functions
Asbjørn Sloth Tønnesen
-0
/
+26
2025-03-05
drm/fb-helper: Remove struct drm_fb_helper.fb_probe
Thomas Zimmermann
-4
/
+4
2025-03-05
drm/i915/display: Remove compile guard around fbdev debugfs output
Thomas Zimmermann
-2
/
+0
2025-03-05
drm/{i915,xe}: Run DRM default client setup
Thomas Zimmermann
-199
/
+21
2025-03-05
drm/i915/display: Move fbdev code around
Thomas Zimmermann
-41
/
+44
2025-03-05
drm/i915/display: Remove struct drm_fb_helper from struct intel_fbdev
Thomas Zimmermann
-21
/
+28
2025-03-05
drm/i915/display: Remove preferred_bpp from struct intel_fbdev
Thomas Zimmermann
-6
/
+23
2025-03-05
drm/i915/display: fbdev: Move custom suspend code to new callback
Thomas Zimmermann
-13
/
+24
2025-03-05
drm/i915/display: fbdev: Move custom restore code to new callback
Thomas Zimmermann
-2
/
+11
2025-03-05
drm/i915/display: Remove fbdev suspend and hotplug tracking
Thomas Zimmermann
-61
/
+2
2025-03-05
drm/client: Send pending hotplug events after resume
Thomas Zimmermann
-0
/
+9
2025-03-05
drm/client: Add client-hotplug helper
Thomas Zimmermann
-13
/
+19
2025-03-05
drm/{i915, xe}: Suspend/resume fbdev emulation via client interfaces
Thomas Zimmermann
-8
/
+27
2025-03-05
drm/xe/display: Fix fbdev GGTT mapping handling.
Maarten Lankhorst
-2
/
+2
2025-03-05
drm/xe: Simplify setting release info in xe->info
Gustavo Sousa
-42
/
+29
2025-03-05
drm/xe: Re-use feature descriptors for pre-GMDID IPs
Gustavo Sousa
-15
/
+2
2025-03-05
drm/xe: Convert pre-GMDID IPs to struct xe_ip
Gustavo Sousa
-69
/
+53
2025-03-05
drm/xe: Define xe_ip instances before xe_device_desc
Gustavo Sousa
-19
/
+19
2025-03-05
drm/xe: Rename gmdid_map to xe_ip
Gustavo Sousa
-27
/
+27
2025-03-05
drm/xe: Disambiguate GMDID-based IP names
Gustavo Sousa
-25
/
+14
2025-03-05
drm/xe: Set IP names in functions handling IP version
Gustavo Sousa
-5
/
+10
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/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/panel: fix Visionox RM692E5 dependencies
Arnd Bergmann
-0
/
+2
2025-03-05
drm/i915/display: convert intel_display.c to struct intel_display
Jani Nikula
-431
/
+413
2025-03-05
drm/i915/display: remove dupe intel_update_watermarks() declaration
Jani Nikula
-2
/
+0
2025-03-05
drm/i915/display: convert intel_has_pending_fb_unpin() to struct intel_display
Jani Nikula
-11
/
+12
2025-03-05
drm/i915/display: convert some intel_display.[ch] functions to struct intel_d...
Jani Nikula
-88
/
+94
2025-03-05
drm/i915/display: convert various port/phy helpers to struct intel_display
Jani Nikula
-36
/
+31
[prev]
[next]