| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | drm/amdgpu: add amdgpu_gmc_pd_addr helper | Christian König | 2018-08-27 | 1 | -0/+2 | |
| | | | | | | | | | | | Add a helper to get the root PD address and remove the workarounds from the GMC9 code for that. Signed-off-by: Christian König <[email protected]> Acked-by: Felix Kuehling <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: move gmc macros into amdgpu_gmc header | Huang Rui | 2018-08-27 | 1 | -0/+7 | |
| | | | | | | | | | Demangle amdgpu.h. Signed-off-by: Huang Rui <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: save vm fault information for amdkfd | shaoyunl | 2018-07-12 | 1 | -0/+2 | |
| | | | | | | | | | | | amdgpu save the vm fault related information for KFD usage and keep the copy until KFD read it. Signed-off-by: shaoyun liu <[email protected]> Signed-off-by: Felix Kuehling <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Oded Gabbay <[email protected]> | |||||
| * | drm/amdgpu: Consolidate visible vs. real vram check v2. | Andrey Grodzovsky | 2018-06-15 | 1 | -0/+15 | |
| | | | | | | | | | | | | | Move all instnaces of this check into a function in amdgpu_gmc.h Rename the original function to a more proper name. v2: Add more places to cleanup. Reviewed-by: Christian König <[email protected]> Signed-off-by: Andrey Grodzovsky <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: separate PASID mapping from VM flush v2 | Christian König | 2018-02-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | Stuffing the PASID mapping into the VM flush isn't flexible enough since the PASID mapping changes not as often as we need a VM flush. v2: add missing use of gmc_v7_0_emit_pasid_mapping Signed-off-by: Christian König <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: implement gmc_v9_0_emit_flush_gpu_tlb | Christian König | 2018-02-19 | 1 | -1/+0 | |
| | | | | | | | | | Unify tlb flushing for gmc v9. Signed-off-by: Christian König <[email protected]> Acked-by: Chunming Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: add new amdgpu_gmc_emit_flush_gpu_tlb callback | Christian König | 2018-02-19 | 1 | -0/+3 | |
| | | | | | | | | | Add a new GMC function to unify vm flushing. Signed-off-by: Christian König <[email protected]> Acked-by: Chunming Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: move struct gart_funcs into amdgpu_gmc.h | Christian König | 2018-02-19 | 1 | -0/+23 | |
| | | | | | | | | | And rename it to struct gmc_funcs. Signed-off-by: Christian König <[email protected]> Reviewed-by: Samuel Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| * | drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h | Christian König | 2018-02-19 | 1 | -0/+84 | |
| And rename it to amdgpu_gmc as well. Signed-off-by: Christian König <[email protected]> Reviewed-by: Samuel Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||||
