summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-05-26drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie-1/+1
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher-3/+9
2022-05-26drm/amdgpu: Resolve pcie_bif RAS recovery bugCandice Li-1/+1
2022-05-26drm/amdgpu: clean up asd on the ta_firmware_header_v2_0Prike Liang-6/+0
2022-05-26drm/amdgpu/discovery: validate VCN and SDMA instancesAlex Deucher-3/+14
2022-05-26drm/amdgpu: suppress some compile warningsEvan Quan-1/+2
2022-05-26drm/amdgpu: add support of tmz for GC 10.3.7Sunil Khatri-0/+2
2022-05-26drm/amdgpu: change code name to ip version for tmz setSunil Khatri-9/+18
2022-05-26drm/amdgpu: move amdgpu_gmc_tmz_set after ip_version populatedSunil Khatri-3/+3
2022-05-26drm/amdgpu: support ras on SRIOVStanley.Yang-15/+44
2022-05-26drm/amdgpu/gfx10: rework KIQ programmingHaohui Mai-14/+13
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai-4/+4
2022-05-26drm/amdgpu: cleanup ctx implementationChristian König-31/+30
2022-05-26drm/amdgpu: Clean up of initializing doorbells for gfx_v9 and gfx_v10Haohui Mai-34/+0
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie-1798/+29249
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello-1/+17
2022-05-18drm/amdgpu: Unmap legacy queue when MES is enabledLuben Tuikov-2/+2
2022-05-16drm/amdgpu/discovery: add SMU v13.0.4 into the IP discovery listXiaojian Du-0/+1
2022-05-16drm/amdgpu/gfx11: fix mes mqd settingsJack Xiao-10/+10
2022-05-16drm/amdgpu/gfx11: fix me field handling in map_queue packetJack Xiao-2/+5
2022-05-16drm/amdkfd: allocate MMIO/DOORBELL BOs with AMDGPU_GEM_CREATE_PREEMPTIBLELang Yu-16/+16
2022-05-16drm/amdgpu: Ensure the DMA engine is deactivated during set upsHaohui Mai-45/+64
2022-05-16drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher-0/+5
2022-05-13drm/amdgpu: clean up some inconsistent indentingJiapeng Chong-9/+8
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel-2/+2
2022-05-11drm/amdgpu: move internal vram_mgr function into the C fileChristian König-27/+29
2022-05-11drm/amdgpu: fix start calculation in amdgpu_vram_mgr_newChristian König-8/+14
2022-05-10drm/amdgpu: Remove duplicated argument in vcn_v4_0Wan Jiabing-1/+0
2022-05-10drm/amdgpu: vm flush needed after updating PDEsPhilip Yang-0/+3
2022-05-10drm/amdgpu/vcn: include header for vcn_dec_sw_ring_emit_fenceJames Zhu-0/+1
2022-05-10drm/amdgpu/vcn: Add vcn ras poison consumption event handlingMohammad Zafar Ziya-0/+32
2022-05-10drm/amdgpu/jpeg: add jpeg ras poison consumption handlingMohammad Zafar Ziya-0/+38
2022-05-10drm/amdgpu: refine RAS poison consumption handlerTao Zhou-17/+26
2022-05-10drm/amdgpu: enable RAS IH for poison consumptionTao Zhou-1/+3
2022-05-10drm/amdgpu: support memory power gating for lsdma 6.0.2Likun Gao-0/+1
2022-05-10drm/amdgpu: support memory power gating for lsdmaLikun Gao-2/+27
2022-05-10drm/amdgpu: add LSDMA block for LSDMA v6.0.2Likun Gao-0/+1
2022-05-10drm/amdgpu: add LSDMA block for LSDMA v6.0.0Likun Gao-0/+8
2022-05-10drm/amdgpu: support fill mem for LSDMALikun Gao-16/+92
2022-05-10drm/amdgpu: support mem copy for LSDMALikun Gao-0/+75
2022-05-10drm/amdgpu: add lsdma blockLikun Gao-2/+133
2022-05-10drm/amdgpu/gfx11: unlock on error in gfx_v11_0_kiq_resume()Dan Carpenter-1/+3
2022-05-10drm/amdgpu/mes: fix format specifier for size_tAlex Deucher-1/+1
2022-05-10drm/amdgpu/psp: Return failure when firmware failed to load in SRIOVAlice Wong-3/+4
2022-05-10drm/amdgpu: Implement get_vmid_pasid_mapping for gfx11Graham Sider-12/+4
2022-05-10drm/amdgpu: Disable SDMA WPTR_POLL_ENABLE for sdma_v6_0Graham Sider-1/+1
2022-05-10drm/amd/pm: enable gfxoff control on smu_v13_0_7Kenneth Feng-0/+1
2022-05-10drm/amdgpu: add sysfs to shows psp vbflash statusLikun Gao-2/+47
2022-05-10drm/amdgpu/psp: Add vbflash sysfs interface supportLikun Gao-0/+134
2022-05-06drm/amdgpu/psp: Add VBIOS flash handlerAndrey Grodzovsky-1/+78