All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config
@ 2017-02-21  2:35 Junwei Zhang
       [not found] ` <1487644551-7951-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Junwei Zhang @ 2017-02-21  2:35 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	deathsimple-ANTagKRnAhcb1SvskN2V4Q
  Cc: Junwei Zhang

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index e2d583c..d0c0009 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -827,7 +827,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;
@@ -879,7 +879,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;
-- 
1.9.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config
       [not found] ` <1487644551-7951-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
@ 2017-02-21  9:14   ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2017-02-21  9:14 UTC (permalink / raw)
  To: Junwei Zhang, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Am 21.02.2017 um 03:35 schrieb Junwei Zhang:
> Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>.

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index e2d583c..d0c0009 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -827,7 +827,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;
> @@ -879,7 +879,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;


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-21  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  2:35 [PATCH] drm/amdgpu: rename amdgpu_gca_config to amdgpu_gfx_config Junwei Zhang
     [not found] ` <1487644551-7951-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
2017-02-21  9:14   ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.