From: Junwei Zhang Date: Tue, 21 Feb 2017 02:32:37 +0000 (+0800) Subject: drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config X-Git-Tag: v4.12-rc1~116^2~23^2~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea323f88a23fae24df7cbfd77a375e668394c7dc;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config Signed-off-by: Junwei Zhang Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index ef72f52a6a207..4015fac77e999 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -815,7 +815,7 @@ struct amdgpu_rb_config { uint32_t raster_config_1; }; -struct amdgpu_gca_config { +struct amdgpu_gfx_config { unsigned max_shader_engines; unsigned max_tile_pipes; unsigned max_cu_per_sh; @@ -867,7 +867,7 @@ struct amdgpu_gfx_funcs { struct amdgpu_gfx { struct mutex gpu_clock_mutex; - struct amdgpu_gca_config config; + struct amdgpu_gfx_config config; struct amdgpu_rlc rlc; struct amdgpu_mec mec; struct amdgpu_kiq kiq;