summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-03-06drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()Ivan Abramov-0/+5
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast-0/+3
2025-03-06drm/gma500: fix inconsistent indenting warningCharles Han-1/+1
2025-03-06drm/gma500: Replace deprecated strncpy() with strscpy()Thorsten Blum-2/+1
2025-03-06drm/prime: Use dma_buf from GEM object instanceThomas Zimmermann-7/+1
2025-03-06drm/mipi-dbi: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-1/+1
2025-03-06drm/fb-dma-helper: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-1/+1
2025-03-06drm/gem-framebuffer: Use dma_buf from GEM object instanceThomas Zimmermann-6/+2
2025-03-06drm/gem-framebuffer: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-2/+2
2025-03-06drm/gem-shmem: Use dma_buf from GEM object instanceThomas Zimmermann-3/+3
2025-03-06drm/gem-shmem: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-12/+12
2025-03-06drm/gem-dma: Use dma_buf from GEM object instanceThomas Zimmermann-1/+1
2025-03-06drm/gem-dma: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-1/+1
2025-03-06drm/gem: Test for imported GEM buffers with helperThomas Zimmermann-2/+2
2025-03-06drm/bochs: Fix DPMS regressionTakashi Iwai-2/+3
2025-03-05drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduumpRob Clark-0/+2
2025-03-05drm/i915: implement vmap/vunmap GEM object functionsAsbjørn Sloth Tønnesen-0/+26
2025-03-05drm/fb-helper: Remove struct drm_fb_helper.fb_probeThomas Zimmermann-4/+4
2025-03-05drm/i915/display: Remove compile guard around fbdev debugfs outputThomas Zimmermann-2/+0
2025-03-05drm/{i915,xe}: Run DRM default client setupThomas Zimmermann-199/+21
2025-03-05drm/i915/display: Move fbdev code aroundThomas Zimmermann-41/+44
2025-03-05drm/i915/display: Remove struct drm_fb_helper from struct intel_fbdevThomas Zimmermann-21/+28
2025-03-05drm/i915/display: Remove preferred_bpp from struct intel_fbdevThomas Zimmermann-6/+23
2025-03-05drm/i915/display: fbdev: Move custom suspend code to new callbackThomas Zimmermann-13/+24
2025-03-05drm/i915/display: fbdev: Move custom restore code to new callbackThomas Zimmermann-2/+11
2025-03-05drm/i915/display: Remove fbdev suspend and hotplug trackingThomas Zimmermann-61/+2
2025-03-05drm/client: Send pending hotplug events after resumeThomas Zimmermann-0/+9
2025-03-05drm/client: Add client-hotplug helperThomas Zimmermann-13/+19
2025-03-05drm/{i915, xe}: Suspend/resume fbdev emulation via client interfacesThomas Zimmermann-8/+27
2025-03-05drm/xe/display: Fix fbdev GGTT mapping handling.Maarten Lankhorst-2/+2
2025-03-05drm/xe: Simplify setting release info in xe->infoGustavo Sousa-42/+29
2025-03-05drm/xe: Re-use feature descriptors for pre-GMDID IPsGustavo Sousa-15/+2
2025-03-05drm/xe: Convert pre-GMDID IPs to struct xe_ipGustavo Sousa-69/+53
2025-03-05drm/xe: Define xe_ip instances before xe_device_descGustavo Sousa-19/+19
2025-03-05drm/xe: Rename gmdid_map to xe_ipGustavo Sousa-27/+27
2025-03-05drm/xe: Disambiguate GMDID-based IP namesGustavo Sousa-25/+14
2025-03-05drm/xe: Set IP names in functions handling IP versionGustavo Sousa-5/+10
2025-03-05drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström-9/+52
2025-03-05drm/xe/hmm: Don't dereference struct page pointers without notifier lockThomas Hellström-26/+86
2025-03-05drm/xe/hmm: Style- and include fixesThomas Hellström-6/+8
2025-03-05drm/xe: Add staging tree for VM bindsMatthew Brost-19/+46
2025-03-05drm/xe: Fix fault mode invalidation with unbindThomas Hellström-60/+75
2025-03-05drm/xe/vm: Fix a misplaced #endifThomas Hellström-1/+1
2025-03-05drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström-1/+10
2025-03-05drm/panel: fix Visionox RM692E5 dependenciesArnd Bergmann-0/+2
2025-03-05drm/i915/display: convert intel_display.c to struct intel_displayJani Nikula-431/+413
2025-03-05drm/i915/display: remove dupe intel_update_watermarks() declarationJani Nikula-2/+0
2025-03-05drm/i915/display: convert intel_has_pending_fb_unpin() to struct intel_displayJani Nikula-11/+12
2025-03-05drm/i915/display: convert some intel_display.[ch] functions to struct intel_d...Jani Nikula-88/+94
2025-03-05drm/i915/display: convert various port/phy helpers to struct intel_displayJani Nikula-36/+31