All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/soc15: drop dead function
@ 2017-07-11 23:00 Alex Deucher
       [not found] ` <1499814009-28657-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2017-07-11 23:00 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Maybe a leftover from bringup?

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

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index dd58de9..9dff294 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -578,13 +578,6 @@ static uint32_t soc15_get_rev_id(struct amdgpu_device *adev)
 		return nbio_v6_1_get_rev_id(adev);
 }
 
-
-int gmc_v9_0_mc_wait_for_idle(struct amdgpu_device *adev)
-{
-	/* to be implemented in MC IP*/
-	return 0;
-}
-
 static void soc15_flush_hdp(struct amdgpu_device *adev)
 {
 	if (adev->flags & AMD_IS_APU)
-- 
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/soc15: drop dead function
       [not found] ` <1499814009-28657-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2017-07-12  2:54   ` zhoucm1
       [not found]     ` <59658F60.2040708-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: zhoucm1 @ 2017-07-12  2:54 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Reviewed-by: Chunming Zhou <david1.zhou@amd.com>

On 2017年07月12日 07:00, Alex Deucher wrote:
> Maybe a leftover from bringup?
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/soc15.c | 7 -------
>   1 file changed, 7 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
> index dd58de9..9dff294 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
> @@ -578,13 +578,6 @@ static uint32_t soc15_get_rev_id(struct amdgpu_device *adev)
>   		return nbio_v6_1_get_rev_id(adev);
>   }
>   
> -
> -int gmc_v9_0_mc_wait_for_idle(struct amdgpu_device *adev)
> -{
> -	/* to be implemented in MC IP*/
> -	return 0;
> -}
> -
>   static void soc15_flush_hdp(struct amdgpu_device *adev)
>   {
>   	if (adev->flags & AMD_IS_APU)

_______________________________________________
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/soc15: drop dead function
       [not found]     ` <59658F60.2040708-5C7GfCeVMHo@public.gmane.org>
@ 2017-07-12  7:44       ` Christian König
  0 siblings, 0 replies; 3+ messages in thread
From: Christian König @ 2017-07-12  7:44 UTC (permalink / raw)
  To: zhoucm1, Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Alex Deucher

Yeah, just a rebasing artifact.

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

Am 12.07.2017 um 04:54 schrieb zhoucm1:
> Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
>
> On 2017年07月12日 07:00, Alex Deucher wrote:
>> Maybe a leftover from bringup?
>>
>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>> ---
>>   drivers/gpu/drm/amd/amdgpu/soc15.c | 7 -------
>>   1 file changed, 7 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c 
>> b/drivers/gpu/drm/amd/amdgpu/soc15.c
>> index dd58de9..9dff294 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
>> @@ -578,13 +578,6 @@ static uint32_t soc15_get_rev_id(struct 
>> amdgpu_device *adev)
>>           return nbio_v6_1_get_rev_id(adev);
>>   }
>>   -
>> -int gmc_v9_0_mc_wait_for_idle(struct amdgpu_device *adev)
>> -{
>> -    /* to be implemented in MC IP*/
>> -    return 0;
>> -}
>> -
>>   static void soc15_flush_hdp(struct amdgpu_device *adev)
>>   {
>>       if (adev->flags & AMD_IS_APU)
>
> _______________________________________________
> 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:[~2017-07-12  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 23:00 [PATCH] drm/amdgpu/soc15: drop dead function Alex Deucher
     [not found] ` <1499814009-28657-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2017-07-12  2:54   ` zhoucm1
     [not found]     ` <59658F60.2040708-5C7GfCeVMHo@public.gmane.org>
2017-07-12  7:44       ` 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.