summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-04-07drm/amdgpu: remove PACKET3 duplicated defines from si_enums.hAlexandre Demers-123/+0
2025-04-07drm/amdgpu: use proper defines, shifts and masks in DCE6 codeAlexandre Demers-35/+12
2025-04-07drm/amdgpu: wire up defines, shifts and masks through SI codeAlexandre Demers-4/+43
2025-04-07drm/amdgpu: move GFX6 defines into gfx_v6_0.cAlexandre Demers-2/+3
2025-04-07drm/radeon: fix MAX_POWER_SHIFT valueAlexandre Demers-1/+1
2025-04-07drm/amdgpu: move X_GB_ADDR_CONFIG_GOLDEN in GFX7Alexandre Demers-3/+3
2025-04-07drm/amdgpu: small cleanup to CIK SDMAAlexandre Demers-9/+3
2025-04-07drm/amdgpu: use cik_sdma_is_idle() in CIK SDMAAlexandre Demers-5/+1
2025-04-07drm/amdgpu: use gmc_v7_0_is_idle() since it is available under GMC7Alexandre Demers-8/+1
2025-04-07drm/amd/display: add proper error message for vblank initSaleemkhan Jamadar-1/+1
2025-04-07drm/amd/display: add proper error message for vblank initSaleemkhan Jamadar-2/+2
2025-04-07drm/amdgpu/vcn: during dpc recovery will corrupt VCPU bufferCe Sun-2/+2
2025-04-07drm/amdgpu: Multi-GPU DPC recovery supportCe Sun-57/+125
2025-04-07drm/amdgpu: refactor amdgpu_device_gpu_recoverCe Sun-90/+150
2025-04-07drm/amd/pm: Add link reset for SMU 13.0.6Ce Sun-3/+98
2025-04-07drm/amdkfd: Use dev_* instead of pr_* for messagesLijo Lazar-113/+263
2025-04-07drm/amd/display: DC v3.2.326Aric Cyr-1/+1
2025-04-07drm/amd/display: Use sync version of indirect register access.JinZe.Xu-15/+18
2025-04-07drm/amd/display: Create a temporary scratch dc_linkAric Cyr-169/+170
2025-04-07drm/amd/display: fix zero value for APU watermark_cCharlene Liu-1/+4
2025-04-07drm/amdgpu: allow pinning DMA-bufs into VRAM if all importers can do P2PChristian König-7/+18
2025-04-07drm/amd/display: Add Read Histogram command headerChun-Liang Chang-0/+61
2025-04-07drm/amdgpu: Add cgroups implementationMaarten Lankhorst-0/+4
2025-04-07drm/amd/display: Skip to enable dsc if it has been offPaul Hsieh-0/+14
2025-04-07drm/amdgpu: Increase KIQ invalidate_tlbs timeoutJay Cornwall-6/+14
2025-04-07drm/amd/display: DML21 ReintegrationAustin Zheng-1727/+1633
2025-04-07drm/amd/display: Remove BW Allocation from DPIA notificationCruise-21/+0
2025-04-07drm/amd/display: Get visual confirm color for streamLeo Zeng-1/+50
2025-04-07drm/amd/display: Add override for visual confirmLeo Zeng-0/+7
2025-04-07drm/amdkfd: limit sdma queue reset caps flagging for gfx9Jonathan Kim-3/+3
2025-04-07drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1Mario Limonciello-0/+7
2025-04-07drm/amd/display: Add HP Probook 445 and 465 to the quirk list for eDP on DP1Mario Limonciello-0/+14
2025-04-07drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()Huacai Chen-2/+12
2025-04-07drm/amd/display: Protect FPU in dml2_init()/dml21_init()Huacai Chen-0/+8
2025-04-07drm/amd/display: Protect FPU in dml21_copy()Huacai Chen-0/+4
2025-04-07drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_co...Tom Chung-2/+4
2025-04-07drm/amdkfd: sriov doesn't support per queue resetEmily Deng-1/+2
2025-04-07drm/amdgpu/ip_discovery: add missing ip_discovery fwFlora Cui-0/+2
2025-04-07drm/amdgpu/dma_buf: fix page_link checkMatthew Auld-1/+1
2025-04-07drm/amdgpu: immediately use GTT for new allocationsChristian König-2/+2
2025-04-07drm/amdgpu/mes11: optimize MES pipe FW version fetchingAlex Deucher-0/+4
2025-04-07drm/xe: Ensure XE_BO_FLAG_CPU_ADDR_MIRROR has a unique valueMatt Roper-10/+11
2025-04-07drm/i915/dp_mst: Rename intel_dp::mst.active_links to mst.active_streamsImre Deak-7/+7
2025-04-07drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding itImre Deak-6/+7
2025-04-07drm/i915/dp_mst: Rename intel_dp_mst_encoder_active_links() to intel_dp_mst_a...Imre Deak-21/+20
2025-04-07drm/i915/dp_mst: Remove stream count assert from intel_dp_check_mst_status()Imre Deak-2/+0
2025-04-07drm/i915/dp_mst: Add intel_dp_mst_{inc, dec}_active_streams()Imre Deak-16/+27
2025-04-07drm/i915/dp: Rename intel_dp::link_trained to link.activeImre Deak-12/+12
2025-04-07drm/ast: Validate display modes against framebuffer and format limitsThomas Zimmermann-9/+15
2025-04-07drm/ast: Remove vaddr field from struct ast_planeThomas Zimmermann-14/+17