OSDN Git Service

drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config
authorJunwei Zhang <Jerry.Zhang@amd.com>
Tue, 21 Feb 2017 02:32:37 +0000 (10:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:19 +0000 (23:53 -0400)
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index ef72f52..4015fac 100644 (file)
@@ -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;