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-03-06
drm/xe/bo: Introduce xe_bo_put_async
Thomas Hellström
-0
/
+55
2025-03-06
drm/xe: Retry BO allocation
Matthew Brost
-0
/
+7
2025-03-06
drm/msm/dpu: Support YUV formats on writeback for DPU 5.x+
Jessica Zhang
-24
/
+24
2025-03-06
drm/msm/dpu: Clear perf params before calculating bw
Jessica Zhang
-1
/
+1
2025-03-06
drm/tegra: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
-3
/
+1
2025-03-06
drm/mxsfb: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
-6
/
+2
2025-03-06
drm/hisilicon: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
-6
/
+2
2025-03-06
drm/fsl-dcu: move to devm_platform_ioremap_resource() usage
Anusha Srivatsa
-3
/
+1
2025-03-06
drm/ttm: test private resv obj on release/destroy
Christian König
-2
/
+2
2025-03-06
drm/sched: Document run_job() refcount hazard
Philipp Stanner
-3
/
+6
2025-03-06
dma-buf: drop caching of sg_tables
Christian König
-2
/
+0
2025-03-06
drm/i915/gt/uc: Fix typo in a comment
Yuichiro Tsuji
-1
/
+1
2025-03-06
dma-buf/dma-fence: remove unnecessary callbacks
Christian König
-31
/
+0
2025-03-06
drm/i915/cdclk: Do cdclk post plane programming later
Ville Syrjälä
-3
/
+2
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
[prev]
[next]