diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2017-05-15 09:23:25 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 18:22:17 -0400 |
commit | e44143e31c1ce8322a3bc284804c593fdbffca07 (patch) | |
tree | c3b936ae43c89fa8be985bdea352516e57d9b9e6 /drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | |
parent | 2de3aac91bff3076bd15222b13ff43742458cb12 (diff) |
drm/amd/amdgpu: Drop commented out stub function
Drop the function gmc_v6_0_init_compute_vmid() since it wasn't
implemented and commented out.
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c index 2463fcae35a7..1351f9230fcd 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | |||
@@ -1309,11 +1309,6 @@ static void gfx_v6_0_setup_rb(struct amdgpu_device *adev) | |||
1309 | gfx_v6_0_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff); | 1309 | gfx_v6_0_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff); |
1310 | mutex_unlock(&adev->grbm_idx_mutex); | 1310 | mutex_unlock(&adev->grbm_idx_mutex); |
1311 | } | 1311 | } |
1312 | /* | ||
1313 | static void gmc_v6_0_init_compute_vmid(struct amdgpu_device *adev) | ||
1314 | { | ||
1315 | } | ||
1316 | */ | ||
1317 | 1312 | ||
1318 | static void gfx_v6_0_set_user_cu_inactive_bitmap(struct amdgpu_device *adev, | 1313 | static void gfx_v6_0_set_user_cu_inactive_bitmap(struct amdgpu_device *adev, |
1319 | u32 bitmap) | 1314 | u32 bitmap) |