summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-03-06drm/xe/bo: Introduce xe_bo_put_asyncThomas Hellström-0/+55
2025-03-06drm/xe: Retry BO allocationMatthew Brost-0/+7
2025-03-06drm/msm/dpu: Support YUV formats on writeback for DPU 5.x+Jessica Zhang-24/+24
2025-03-06drm/msm/dpu: Clear perf params before calculating bwJessica Zhang-1/+1
2025-03-06drm/tegra: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-3/+1
2025-03-06drm/mxsfb: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-6/+2
2025-03-06drm/hisilicon: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-6/+2
2025-03-06drm/fsl-dcu: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-3/+1
2025-03-06drm/ttm: test private resv obj on release/destroyChristian König-2/+2
2025-03-06drm/sched: Document run_job() refcount hazardPhilipp Stanner-3/+6
2025-03-06dma-buf: drop caching of sg_tablesChristian König-2/+0
2025-03-06drm/i915/gt/uc: Fix typo in a commentYuichiro Tsuji-1/+1
2025-03-06dma-buf/dma-fence: remove unnecessary callbacksChristian König-31/+0
2025-03-06drm/i915/cdclk: Do cdclk post plane programming laterVille Syrjälä-3/+2
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