commit | 6490bd764c9c63df1a65ae8de290c8fc36f53a21 | [log] [tgz] |
---|---|---|
author | Yong Zhao <Yong.Zhao@amd.com> | Mon Feb 25 12:56:53 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Mar 19 15:03:53 2019 -0500 |
tree | 154ec6fa96bdd2e5a50fc8c676686e45697391ad | |
parent | 3c8899124a40b9cd11769c54fb57b67e5d43403d [diff] |
drm/amdgpu: Eliminate the set_pde_pte function pointer in amdgpu_gmc_funcs All the gmc_*_set_pde_pte functions are the same across different ASICs, so we can eliminate the set_pde_pte function pointer and instead use a generic function. Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>