index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
2025-03-06
drm/gma500: Replace deprecated strncpy() with strscpy()
Thorsten Blum
2025-03-06
drm/prime: Use dma_buf from GEM object instance
Thomas Zimmermann
2025-03-06
drm/mipi-dbi: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-03-06
drm/fb-dma-helper: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-03-06
drm/gem-framebuffer: Use dma_buf from GEM object instance
Thomas Zimmermann
2025-03-06
drm/gem-framebuffer: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-03-06
drm/gem-shmem: Use dma_buf from GEM object instance
Thomas Zimmermann
2025-03-06
drm/gem-shmem: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-03-06
drm/gem-dma: Use dma_buf from GEM object instance
Thomas Zimmermann
2025-03-06
drm/gem-dma: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-03-06
drm/gem: Test for imported GEM buffers with helper
Thomas Zimmermann
2025-03-06
drm/bochs: Fix DPMS regression
Takashi Iwai
2025-03-05
drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump
Rob Clark
2025-03-05
drm/i915: implement vmap/vunmap GEM object functions
Asbjørn Sloth Tønnesen
2025-03-05
drm/fb-helper: Remove struct drm_fb_helper.fb_probe
Thomas Zimmermann
2025-03-05
drm/i915/display: Remove compile guard around fbdev debugfs output
Thomas Zimmermann
2025-03-05
drm/{i915,xe}: Run DRM default client setup
Thomas Zimmermann
2025-03-05
drm/i915/display: Move fbdev code around
Thomas Zimmermann
2025-03-05
drm/i915/display: Remove struct drm_fb_helper from struct intel_fbdev
Thomas Zimmermann
2025-03-05
drm/i915/display: Remove preferred_bpp from struct intel_fbdev
Thomas Zimmermann
2025-03-05
drm/i915/display: fbdev: Move custom suspend code to new callback
Thomas Zimmermann
2025-03-05
drm/i915/display: fbdev: Move custom restore code to new callback
Thomas Zimmermann
2025-03-05
drm/i915/display: Remove fbdev suspend and hotplug tracking
Thomas Zimmermann
2025-03-05
drm/client: Send pending hotplug events after resume
Thomas Zimmermann
2025-03-05
drm/client: Add client-hotplug helper
Thomas Zimmermann
2025-03-05
drm/{i915, xe}: Suspend/resume fbdev emulation via client interfaces
Thomas Zimmermann
2025-03-05
drm/xe/display: Fix fbdev GGTT mapping handling.
Maarten Lankhorst
2025-03-05
drm/xe: Simplify setting release info in xe->info
Gustavo Sousa
2025-03-05
drm/xe: Re-use feature descriptors for pre-GMDID IPs
Gustavo Sousa
2025-03-05
drm/xe: Convert pre-GMDID IPs to struct xe_ip
Gustavo Sousa
2025-03-05
drm/xe: Define xe_ip instances before xe_device_desc
Gustavo Sousa
2025-03-05
drm/xe: Rename gmdid_map to xe_ip
Gustavo Sousa
2025-03-05
drm/xe: Disambiguate GMDID-based IP names
Gustavo Sousa
2025-03-05
drm/xe: Set IP names in functions handling IP version
Gustavo Sousa
2025-03-05
drm/xe/userptr: Unmap userptrs in the mmu notifier
Thomas Hellström
2025-03-05
drm/xe/hmm: Don't dereference struct page pointers without notifier lock
Thomas Hellström
2025-03-05
drm/xe/hmm: Style- and include fixes
Thomas Hellström
2025-03-05
drm/xe: Add staging tree for VM binds
Matthew Brost
2025-03-05
drm/xe: Fix fault mode invalidation with unbind
Thomas Hellström
2025-03-05
drm/xe/vm: Fix a misplaced #endif
Thomas Hellström
2025-03-05
drm/xe/vm: Validate userptr during gpu vma prefetching
Thomas Hellström
2025-03-05
drm/panel: fix Visionox RM692E5 dependencies
Arnd Bergmann
2025-03-05
drm/i915/display: convert intel_display.c to struct intel_display
Jani Nikula
2025-03-05
drm/i915/display: remove dupe intel_update_watermarks() declaration
Jani Nikula
2025-03-05
drm/i915/display: convert intel_has_pending_fb_unpin() to struct intel_display
Jani Nikula
2025-03-05
drm/i915/display: convert some intel_display.[ch] functions to struct intel_d...
Jani Nikula
2025-03-05
drm/i915/display: convert various port/phy helpers to struct intel_display
Jani Nikula
2025-03-05
drm/amd/pm: always allow ih interrupt from fw
Kenneth Feng
2025-03-05
drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M
Richard Thier
2025-03-05
drm/amdkfd: Fix NULL Pointer Dereference in KFD queue
Andrew Martin
[prev]
[next]