summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-30drm/amdgpu: remove set but not used variable 'priority'Zheng Bin1-2/+0
2020-04-30drm/amdgpu: update RAS sequence to parse TA flagsJohn Clements1-1/+28
2020-04-30drm/amdgpu: update RAS TA to Host interfaceJohn Clements1-17/+42
2020-04-30drm/amdgpu: update RAS error handlingJohn Clements1-9/+31
2020-04-30drm/amdgpu: put the audio codec into suspend state before gpu reset V3Evan Quan1-0/+75
2020-04-30drm/amdkfd: Track GPU memory utilization per processMukul Joshi2-2/+17
2020-04-28drm/amdkfd: Enable GWS based on FW SupportJoseph Greathouse1-4/+3
2020-04-28drm/amdgpu: pass unlocked flag to params at amdgpu_vm_bo_update_mappingAlex Sierra1-0/+1
2020-04-28drm/amdgpu: add new unlocked flag for PTE updatesChristian König3-26/+37
2020-04-28drm/amdgpu: rename direct to immediate for VM updatesChristian König5-50/+51
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König10-56/+71
2020-04-28drm/amdgpu: partial revert VM sync changesChristian König1-0/+5
2020-04-28drm/amdgpu: check ring type for secure IBsAlex Deucher1-0/+6
2020-04-28drm/amdgpu: fix size calculation in amdgpu_ttm_copy_mem_to_memChristian König1-3/+3
2020-04-28drm/amdgpu: add full TMZ support into amdgpu_ttm_map_buffer v2Christian König1-8/+30
2020-04-28drm/amdgpu: cleanup amdgpu_ttm_copy_mem_to_mem and amdgpu_map_buffer v2Christian König2-138/+136
2020-04-28drm/amdgpu: Fix per-IB secure flag GFX hangHuang Rui4-29/+32
2020-04-28drm/amdgpu: Fine-grained TMZ supportLuben Tuikov1-10/+20
2020-04-28drm/amdgpu: stop evicting encrypted BOs to swapChristian König1-0/+3
2020-04-28drm/amdgpu: add TMZ handling to amdgpu_move_blitChristian König2-10/+20
2020-04-28drm/amdgpu: also add the TMZ flag to GARTChristian König1-0/+3
2020-04-28drm/amdgpu: fix the wrong logic checking when secure buffer is created (v3)Huang Rui1-2/+2
2020-04-28drm/amdgpu: Move to a per-IB secure flag (TMZ)Luben Tuikov9-49/+40
2020-04-28drm/amdgpu: implement TMZ accessor (v3)Luben Tuikov10-103/+40
2020-04-28drm/amdgpu: remove the alignment placeholder for secure bufferHuang Rui1-4/+0
2020-04-28drm/amdgpu: enable TMZ bit in FRAME_CONTROL for gfx10Aaron Liu1-1/+1
2020-04-28drm/amdgpu: enable TMZ bit in sdma copy pkt for sdma v5Aaron Liu1-1/+2
2020-04-28drm/amdgpu: enable TMZ bit in sdma copy pkt for sdma v4Aaron Liu1-1/+2
2020-04-28drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameterAaron Liu5-8/+8
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu8-10/+17
2020-04-28drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.hStephen Rothwell1-1/+4
2020-04-28drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)Alex Deucher3-1/+26
2020-04-28drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui3-2/+6
2020-04-28drm/amdgpu: expand the context control interface with trust flagHuang Rui7-9/+16
2020-04-28drm/amdgpu: expand the emit tmz interface with trusted flagHuang Rui4-10/+25
2020-04-28drm/amdgpu: add tmz bit in frame control packetHuang Rui2-0/+2
2020-04-28drm/amdgpu: add function to check tmz capability (v4)Huang Rui4-1/+56
2020-04-28drm/amdgpu: add amdgpu_tmz data structureHuang Rui2-1/+41
2020-04-28drm/amdgpu: add tmz feature parameter (v2)Huang Rui2-0/+13
2020-04-28drm/amdgpu: define the TMZ bit for the PTEAlex Deucher1-0/+3
2020-04-28drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák1-1/+2
2020-04-28drm/amdgpu: invalidate L2 before SDMA IBs (v2)Marek Olšák2-1/+29
2020-04-28drm/amdgpu/vcn2.5: wait for tiles off after unpauseJames Zhu1-3/+3
2020-04-28drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse2-0/+8
2020-04-27drm/amdgpu: remove conversion to bool in amdgpu_device.cJason Yan1-1/+1
2020-04-27drm/amdgpu: decouple EccErrCnt query and clear operationGuchun Chen1-4/+79
2020-04-27drm/amdgpu: switch to SMN interface to operate RSMU index modeGuchun Chen1-5/+24
2020-04-27drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan1-3/+0
2020-04-27drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan1-2/+2
2020-04-27drm/amdgpu: sw pstate switch should only be for vega20Jonathan Kim1-1/+3