summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-11-14drm/tegra: dc: Fix reference leak in tegra_dc_couple()Ma Ke-0/+1
2025-11-14drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper-1/+1
2025-11-14drm/amdgpu: Use amdgpu by default on SI dedicated GPUs (v2)Timur Kristóf-6/+10
2025-11-14drm/amdgpu: Use amdgpu by default on CIK dedicated GPUsTimur Kristóf-3/+9
2025-11-14drm/amdgpu: Fix the issue of missing ras message on sriov hostYiPeng Chai-15/+10
2025-11-14drm/amdgpu: Add lock to serialize sriov command executionYiPeng Chai-5/+15
2025-11-14drm/amdgpu: Synchronize sriov host to add block_mmsch bit fieldYiPeng Chai-1/+2
2025-11-14drm/amdgpu: use GFP_ATOMIC instead of NOWAIT in the critical pathChristian König-3/+3
2025-11-14drm/amdgpu: avoid memory allocation in the critical code path v3Christian König-49/+14
2025-11-14drm/amdgpu: Enable xgmi extended peer links for sriov guestWill Aitken-2/+2
2025-11-14drm/amdgpu: Update headers for sriov xgmi ext peer link support feature flagWill Aitken-1/+6
2025-11-14drm/amdgpu: Refactor sriov xgmi topology filling to common codeWill Aitken-32/+14
2025-11-14drm/amdgpu: Use amdgpu by default on CIK dedicated GPUsTimur Kristóf-1/+7
2025-11-14drm/amdgpu: Refactor how SI and CIK support is determinedTimur Kristóf-67/+88
2025-11-14drm/radeon: Refactor how SI and CIK support is determinedTimur Kristóf-28/+50
2025-11-14drm/amdgpu: Avoid xgmi register accessLijo Lazar-0/+6
2025-11-14drm/xe/pf: Fix kernel-doc warning in migration_save_consumeMichał Winiarski-2/+0
2025-11-14drm/msm/disp: fix kernel-doc warningsRandy Dunlap-6/+7
2025-11-14drm/msm: mdss: Add QCS8300 supportYongxing Mou-0/+1
2025-11-14drm/msm/dp: Add support for GlymurAbel Vesa-0/+9
2025-11-14drm/msm/dpu: Add support for GlymurAbel Vesa-0/+550
2025-11-14drm/msm/mdss: Add Glymur device configurationAbel Vesa-0/+1
2025-11-14drm/msm/dpu: drop dpu_hw_dsc_destroy() prototypeDmitry Baryshkov-6/+0
2025-11-14drm/msm/dp: Add support for lane mapping configurationXiangxu Yin-5/+66
2025-11-14drm/msm/dp: move link-specific parsing from dp_panel to dp_linkXiangxu Yin-72/+70
2025-11-14drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI caseJun Nie-33/+35
2025-11-14gpu: nova-core: implement Display for SpecJohn Hubbard-7/+13
2025-11-14drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin-2/+4
2025-11-14drm/xe/pat: Add helper to query compression enable statusXin Wang-0/+16
2025-11-14gpu: nova-core: gsp: Boot GSPAlistair Popple-6/+64
2025-11-14gpu: nova-core: falcon: Add support to write firmware versionJoel Fernandes-0/+14
2025-11-14gpu: nova-core: falcon: Add support to check if RISC-V is activeJoel Fernandes-1/+15
2025-11-14gpu: nova-core: gsp: Add SetRegistry commandAlistair Popple-7/+165
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple-3/+235
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple-4/+85
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple-4/+1410
2025-11-14gpu: nova-core: Add zeroable trait to bindingsAlistair Popple-9/+12
2025-11-14gpu: nova-core: Add a slice-buffer (sbuffer) datastructureJoel Fernandes-0/+233
2025-11-14gpu: nova-core: gsp: Create wpr metadataAlistair Popple-7/+73
2025-11-14gpu: nova-core: Create initial GspAlistair Popple-7/+197
2025-11-14gpu: nova-core: num: add functions to safely convert a const value to a small...Alexandre Courbot-0/+52
2025-11-14Merge tag 'drm-xe-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-0/+12
2025-11-14Merge tag 'drm-intel-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/...Dave Airlie-1/+6
2025-11-14Merge tag 'drm-misc-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-10/+46
2025-11-14drm/msm/dpu: support plane splitting in quad-pipe caseJun Nie-40/+110
2025-11-14drm/msm/dpu: support SSPP assignment for quad-pipe caseJun Nie-61/+89
2025-11-14drm/msm/dpu: blend pipes per mixer pairs configJun Nie-19/+33
2025-11-14drm/msm/dpu: Use dedicated WB number definitionJun Nie-2/+3
2025-11-14drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixerJun Nie-16/+15
2025-11-14drm/msm/dpu: handle pipes as arrayJun Nie-111/+118