aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-13drm/amdgpu: fix parsing indirect register list v2Evan Quan1-6/+9
2018-06-13drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui1-5/+0
2018-05-31drm/gfx9: Update gc goldensetting for vega20.Feifei Xu1-0/+1
2018-05-17drm/amdgpu: Use vbios table for gpu info on vega20Alex Deucher1-2/+12
2018-05-17drm/amdgpu/gfx9: Add clockgatting support for vega20Feifei Xu1-0/+1
2018-05-17drm/amdgpu/gfx9: Add support for vega20Feifei Xu1-0/+2
2018-05-17drm/amdgpu/gfx9: Add gfx config for vega20. (v4)Feifei Xu1-0/+10
2018-05-17drm/amdgpu/gfx9: Add vega20 golden settings (v3)Feifei Xu1-0/+22
2018-05-17drm/amdgpu/gfx9: Add support for vega20 firmwareFeifei Xu1-0/+10
2018-05-17drm/amdgpu/gfx9: Update golden setting for gfx9_0.Feifei Xu1-12/+5
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-82/+185
2018-05-15drm/amdgpu: fix to disable powergating in hw_finiHuang Rui1-0/+3
2018-05-15drm/amdgpu: add setting powergating method for gfx9Huang Rui1-0/+5
2018-05-15drm/amdgpu: revise init_rlc_save_restore_list behavior to support latest register_list_format/register_restore tableHuang Rui1-54/+87
2018-05-15drm/amdgpu: cleanup init power gating functionHuang Rui1-18/+6
2018-05-15drm/amdgpu: enter rlc safe mode before set cgpgHuang Rui1-4/+3
2018-05-15drm/amdgpu: add save restore list cntl gpm and srm firmware supportHuang Rui1-2/+53
2018-05-15drm/amdgpu: init gfx9 aperture settingsFlora Cui1-1/+4
2018-05-15drm/amdgpu: optionally do a writeback but don't invalidate TC for IB fencesMarek Olšák1-4/+7
2018-05-15drm/amdgpu: limit reg_write_reg_wait workaround to SRIOV v2Christian König1-1/+6
2018-05-15drm/amdgpu/gfx9: add emit_reg_write_reg_wait ring callback (v2)Alex Deucher1-0/+12
2018-05-15drm/amdgpu/gfx9: cache DB_DEBUG2 and make it available to userspaceAlex Deucher1-0/+1
2018-04-10drm/amdgpu: Add GFXv9 kfd2kgd interface functionsFelix Kuehling1-0/+1
2018-04-03drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky1-2/+9
2018-04-03drm/amdgpu: Fix KIQ hang on bare metal for device unbind/bind back v2.Andrey Grodzovsky1-1/+53
2018-03-21drm/amdgpu/gfx9: add golden setting for vega12 (v3)Hawking Zhang1-2/+42
2018-03-21drm/amdgpu/gfx9: add clockgating support for vega12Alex Deucher1-0/+1
2018-03-21drm/amdgpu/gfx9: add support for vega12Alex Deucher1-0/+2
2018-03-21drm/amdgpu/gfx9: add gfx config for vega12Alex Deucher1-0/+9
2018-03-21drm/amdgpu/gfx9: Add placeholder for vega12 golden settingsAlex Deucher1-0/+3
2018-03-21drm/amdgpu/gfx9: add support for vega12 firmwareAlex Deucher1-0/+10
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng1-4/+4
2018-02-28drm/amdgpu: disable GFX ring and disable PQ wptr in hw_finiMonk Liu1-1/+7
2018-02-28drm/amdgpu: change gfx9 ib test to use WBMonk Liu1-50/+57
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-3/+2
2018-02-19drm/amdgpu: move waiting for VM flush into gmc_v9_0_emit_flush_gpu_tlbChristian König1-10/+9
2018-02-19drm/amdgpu: implement gfx_v9_0_ring_emit_reg_waitChristian König1-0/+9
2018-02-19drm/amdgpu: move static CSA address to top of address space v2Christian König1-2/+2
2018-02-19drm/amdgpu: consistently use AMDGPU_CSA_VADDRChristian König1-2/+2
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-12/+2
2018-02-19drm/amdgpu: implement gmc_v9_0_emit_flush_gpu_tlbChristian König1-22/+7
2018-02-19drm/amdgpu: wire up emit_wreg for gfx v9Christian König1-2/+17
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+2
2018-02-19drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König1-2/+2
2018-02-19drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.hChristian König1-1/+1
2018-02-19drm/amdgpu: add high priority compute support for gfx9Andres Rodriguez1-0/+100
2018-01-16drm/amdgpu/gfx9: fix ngg enablement to clear gds reserved memory (v2)Junwei Zhang1-4/+5
2018-01-10drm/amdgpu/gfx9: only init the apertures used by KGD (v2)Alex Deucher1-1/+1
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-9/+9
2017-12-15drm/amdgpu: setup the shared and private apertures on gfx9Alex Deucher1-5/+12