All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/gfx8: remove stale function declaration
@ 2016-08-01 18:30 Alex Deucher
       [not found] ` <1470076249-27614-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2016-08-01 18:30 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This got leftover somehow when I cleaned this up.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
index bc82c79..ebed1f8 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
@@ -26,6 +26,4 @@
 
 extern const struct amd_ip_funcs gfx_v8_0_ip_funcs;
 
-void gfx_v8_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);
-
 #endif
-- 
2.5.5

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

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

* Re: [PATCH] drm/amdgpu/gfx8: remove stale function declaration
       [not found] ` <1470076249-27614-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2016-08-02  1:58   ` zhoucm1
       [not found]     ` <579FFE32.5030808-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: zhoucm1 @ 2016-08-02  1:58 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher



On 2016年08月02日 02:30, Alex Deucher wrote:
> This got leftover somehow when I cleaned this up.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
> index bc82c79..ebed1f8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
> @@ -26,6 +26,4 @@
>   
>   extern const struct amd_ip_funcs gfx_v8_0_ip_funcs;
>   
> -void gfx_v8_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);
> -
>   #endif

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

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

* Re: [PATCH] drm/amdgpu/gfx8: remove stale function declaration
       [not found]     ` <579FFE32.5030808-5C7GfCeVMHo@public.gmane.org>
@ 2016-08-03 12:03       ` Christian König
  0 siblings, 0 replies; 3+ messages in thread
From: Christian König @ 2016-08-03 12:03 UTC (permalink / raw)
  To: zhoucm1, Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Alex Deucher

Am 02.08.2016 um 03:58 schrieb zhoucm1:
>
>
> On 2016年08月02日 02:30, Alex Deucher wrote:
>> This got leftover somehow when I cleaned this up.
>>
>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Reviewed-by: Chunming Zhou <david1.zhou@amd.com>

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

I'm really wondering why the static code checkers don't complain about 
such things.

Regards,
Christian.

>> ---
>>   drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 2 --
>>   1 file changed, 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h 
>> b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
>> index bc82c79..ebed1f8 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
>> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
>> @@ -26,6 +26,4 @@
>>     extern const struct amd_ip_funcs gfx_v8_0_ip_funcs;
>>   -void gfx_v8_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, 
>> u32 sh_num);
>> -
>>   #endif
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


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

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

end of thread, other threads:[~2016-08-03 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 18:30 [PATCH] drm/amdgpu/gfx8: remove stale function declaration Alex Deucher
     [not found] ` <1470076249-27614-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2016-08-02  1:58   ` zhoucm1
     [not found]     ` <579FFE32.5030808-5C7GfCeVMHo@public.gmane.org>
2016-08-03 12:03       ` 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.