summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-30drm/xe/debugfs: Update xe_mocs_dump signatureMichal Wajdeczko-16/+15
2025-09-30drm/xe/debugfs: Update xe_tuning_dump signatureMichal Wajdeczko-11/+16
2025-09-30drm/xe/debugfs: Update xe_wa_dump signatureMichal Wajdeczko-12/+17
2025-09-30drm/xe/debugfs: Update xe_gt_topology_dump signatureMichal Wajdeczko-10/+11
2025-09-30drm/i915/irq: duplicate HAS_FBC() for irq error mask usageJani Nikula-3/+3
2025-09-30drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()Thomas Zimmermann-43/+0
2025-09-30Merge tag 'amd-drm-next-6.18-2025-09-26' of https://gitlab.freedesktop.org/ag...Dave Airlie-392/+991
2025-09-30drm/xe/pf: Make GGTT/LMEM debugfs files per-tileMichal Wajdeczko-65/+163
2025-09-29drm/xe/debugfs: Promote xe_tile_debugfs_simple_showMichal Wajdeczko-7/+10
2025-09-29drm/xe/pf: Move SR-IOV GT debugfs files to new treeMichal Wajdeczko-135/+234
2025-09-29drm/xe/pf: Populate SR-IOV debugfs tree with tilesMichal Wajdeczko-1/+129
2025-09-29drm/xe/pf: Create separate debugfs tree for SR-IOV filesMichal Wajdeczko-9/+49
2025-09-29drm/xe/pf: Promote PF debugfs function to its own fileMichal Wajdeczko-48/+74
2025-09-29drm/xe/vf: Don't claim support for firmware late-bind if VFMichal Wajdeczko-0/+1
2025-09-29drm/xe/vf: Rename sriov_update_device_infoMichal Wajdeczko-9/+9
2025-09-29drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-2/+5
2025-09-29drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-4/+4
2025-09-29drm/vmwgfx: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-17/+4
2025-09-29drm/tegra: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-3/+5
2025-09-29drm/rockchip: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-6/+6
2025-09-29drm/renesas/rcar-du: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-2/+5
2025-09-29drm/omapdrm: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-8/+7
2025-09-29drm/nouveau: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-3/+4
2025-09-29drm/msm: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-2/+25
2025-09-29drm/loongson: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-21/+8
2025-09-29drm/imx/ipuv3: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-8/+23
2025-09-29drm/exynos: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-3/+5
2025-09-29drm/gem-shmem: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-11/+5
2025-09-29drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-3/+8
2025-09-29drm/dumb-buffers: Provide helper to set pitch and sizeThomas Zimmermann-0/+130
2025-09-29drm/dumb-buffers: Sanitize output on errorsThomas Zimmermann-11/+29
2025-09-29drm/ast: Remove generic device initializationThomas Zimmermann-166/+2
2025-09-29drm/ast: Move Gen7 device initialization into separate helperThomas Zimmermann-0/+74
2025-09-29drm/ast: Move Gen6 device initialization into separate helperThomas Zimmermann-0/+75
2025-09-29drm/ast: Move Gen5 device initialization into separate helperThomas Zimmermann-0/+107
2025-09-29drm/ast: Move Gen4 device initialization into separate helperThomas Zimmermann-0/+71
2025-09-29drm/ast: Move Gen3 device initialization into separate helperThomas Zimmermann-0/+99
2025-09-29drm/ast: Move Gen2 device initialization into separate helperThomas Zimmermann-0/+65
2025-09-29drm/ast: Move Gen1 device initialization into separate helperThomas Zimmermann-0/+52
2025-09-29drm/ast: Prepare per-Gen device initializationThomas Zimmermann-7/+28
2025-09-29drm/ast: Split ast_detect_tx_chip() per chip generationThomas Zimmermann-89/+119
2025-09-29drm/ast: Move mode-detection helpers to Gen2 source filesThomas Zimmermann-27/+33
2025-09-29drm/ast: Move display-clock tables to per-Gen source filesThomas Zimmermann-62/+72
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki-1/+1
2025-09-29drm/{i915,xe}: driver agnostic drm to display pointer chaseJani Nikula-9/+27
2025-09-29drm/xe/stolen: use the same types as i915 interfaceJani Nikula-8/+7
2025-09-29drm/{i915, xe}/stolen: convert stolen interface to struct drm_deviceJani Nikula-21/+25
2025-09-29drm/{i915, xe}/stolen: use the stored i915/xe device pointerJani Nikula-50/+33
2025-09-29drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_nodeJani Nikula-0/+8
2025-09-29drm/{i915, xe}/stolen: make struct intel_stolen_node opaqueJani Nikula-30/+89