summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'drm-next-2022-06-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-264/+294
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2022-05-26drm/amdgpu: add drm-client-id to fdinfo v2Christian König1-8/+7
2022-05-26drm/amdgpu: Convert to common fdinfo format v5Christian König3-121/+125
2022-05-26drm/amdgpu: bump minor version numberChristian König1-2/+3
2022-05-26drm/amdgpu: add AMDGPU_VM_NOALLOC v2Christian König3-1/+10
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König4-4/+4
2022-05-26drm/amdgpu: add beige goby PCI IDAlex Deucher1-0/+1
2022-05-26drm/amdkfd: fix typo in commentJulia Lawall1-1/+1
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall3-4/+4
2022-05-26drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher2-3/+9
2022-05-26drm/amdgpu: Resolve pcie_bif RAS recovery bugCandice Li1-1/+1
2022-05-26drm/amdgpu: clean up asd on the ta_firmware_header_v2_0Prike Liang1-6/+0
2022-05-26drm/amdgpu/discovery: validate VCN and SDMA instancesAlex Deucher1-3/+14
2022-05-26drm/amdgpu: suppress some compile warningsEvan Quan2-1/+2
2022-05-26drm/amdgpu: add support of tmz for GC 10.3.7Sunil Khatri1-0/+2
2022-05-26drm/amdgpu: change code name to ip version for tmz setSunil Khatri1-9/+18
2022-05-26drm/amdgpu: move amdgpu_gmc_tmz_set after ip_version populatedSunil Khatri1-3/+3
2022-05-26drm/amdgpu: support ras on SRIOVStanley.Yang4-15/+44
2022-05-26drm/amdgpu/gfx10: rework KIQ programmingHaohui Mai1-14/+13
2022-05-26drm/amdgpu: Set CP_HQD_PQ_CONTROL.RPTR_BLOCK_SIZE correctlyHaohui Mai4-4/+4
2022-05-26drm/amdgpu: cleanup ctx implementationChristian König4-31/+30
2022-05-26drm/amdgpu: Clean up of initializing doorbells for gfx_v9 and gfx_v10Haohui Mai2-34/+0
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie116-1798/+29249
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello3-1/+17
2022-05-18drm/amdgpu: Unmap legacy queue when MES is enabledLuben Tuikov2-2/+2
2022-05-16drm/amdgpu/discovery: add SMU v13.0.4 into the IP discovery listXiaojian Du1-0/+1
2022-05-16drm/amdgpu/gfx11: fix mes mqd settingsJack Xiao1-10/+10
2022-05-16drm/amdgpu/gfx11: fix me field handling in map_queue packetJack Xiao1-2/+5
2022-05-16drm/amdkfd: allocate MMIO/DOORBELL BOs with AMDGPU_GEM_CREATE_PREEMPTIBLELang Yu1-16/+16
2022-05-16drm/amdgpu: Ensure the DMA engine is deactivated during set upsHaohui Mai1-45/+64
2022-05-16drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher1-0/+5
2022-05-13drm/amdgpu: clean up some inconsistent indentingJiapeng Chong1-9/+8
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel2-2/+2
2022-05-11drm/amdgpu: Remove duplicated argument in vcn_v4_0Wan Jiabing1-1/+0
2022-05-11drm/amdgpu: vm flush needed after updating PDEsPhilip Yang1-0/+3
2022-05-11drm/amdgpu/vcn: include header for vcn_dec_sw_ring_emit_fenceJames Zhu1-0/+1
2022-05-11drm/amdgpu/vcn: Add vcn ras poison consumption event handlingMohammad Zafar Ziya3-0/+32
2022-05-11drm/amdgpu/jpeg: add jpeg ras poison consumption handlingMohammad Zafar Ziya3-0/+38
2022-05-11drm/amdgpu: refine RAS poison consumption handlerTao Zhou1-17/+26
2022-05-11drm/amdgpu: enable RAS IH for poison consumptionTao Zhou1-1/+3
2022-05-11drm/amdgpu: support memory power gating for lsdma 6.0.2Likun Gao1-0/+1
2022-05-11drm/amdgpu: support memory power gating for lsdmaLikun Gao3-2/+27
2022-05-11drm/amdgpu: add LSDMA block for LSDMA v6.0.2Likun Gao1-0/+1
2022-05-11drm/amdgpu: add LSDMA block for LSDMA v6.0.0Likun Gao1-0/+8
2022-05-11drm/amdgpu: support fill mem for LSDMALikun Gao3-16/+92
2022-05-11drm/amdgpu: support mem copy for LSDMALikun Gao3-0/+75
2022-05-11drm/amdgpu: add lsdma blockLikun Gao7-2/+133
2022-05-11drm/amdgpu/gfx11: unlock on error in gfx_v11_0_kiq_resume()Dan Carpenter1-1/+3