All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: typo fix for vega20 cg flags
@ 2018-05-28  1:24 Evan Quan
       [not found] ` <1527470675-27989-1-git-send-email-evan.quan-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Evan Quan @ 2018-05-28  1:24 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: alexander.deucher-5C7GfCeVMHo, julia.lawall-L2FTfq7BK8M, Evan Quan

Change-Id: If807cc3e9e9e10f8b132095c0a7b537be6285107
Signed-off-by: Evan Quan <evan.quan@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 9a7a85d..83f2717 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -685,7 +685,7 @@ static int soc15_common_early_init(void *handle)
 			AMD_CG_SUPPORT_BIF_MGCG |
 			AMD_CG_SUPPORT_BIF_LS |
 			AMD_CG_SUPPORT_HDP_MGCG |
-			AMD_CG_SUPPORT_BIF_LS |
+			AMD_CG_SUPPORT_HDP_LS |
 			AMD_CG_SUPPORT_ROM_MGCG |
 			AMD_CG_SUPPORT_VCE_MGCG |
 			AMD_CG_SUPPORT_UVD_MGCG;
-- 
2.7.4

_______________________________________________
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: typo fix for vega20 cg flags
       [not found] ` <1527470675-27989-1-git-send-email-evan.quan-5C7GfCeVMHo@public.gmane.org>
@ 2018-05-29 10:08   ` Huang Rui
  0 siblings, 0 replies; 2+ messages in thread
From: Huang Rui @ 2018-05-29 10:08 UTC (permalink / raw)
  To: Evan Quan
  Cc: alexander.deucher-5C7GfCeVMHo, julia.lawall-L2FTfq7BK8M,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

On Mon, May 28, 2018 at 09:24:35AM +0800, Evan Quan wrote:
> Change-Id: If807cc3e9e9e10f8b132095c0a7b537be6285107

Add a description as we heads up.

With that fixed,
Reviewed-by: Huang Rui <ray.huang@amd.com>

> Signed-off-by: Evan Quan <evan.quan@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
> index 9a7a85d..83f2717 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
> @@ -685,7 +685,7 @@ static int soc15_common_early_init(void *handle)
>  			AMD_CG_SUPPORT_BIF_MGCG |
>  			AMD_CG_SUPPORT_BIF_LS |
>  			AMD_CG_SUPPORT_HDP_MGCG |
> -			AMD_CG_SUPPORT_BIF_LS |
> +			AMD_CG_SUPPORT_HDP_LS |
>  			AMD_CG_SUPPORT_ROM_MGCG |
>  			AMD_CG_SUPPORT_VCE_MGCG |
>  			AMD_CG_SUPPORT_UVD_MGCG;
> -- 
> 2.7.4
> 
> _______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2018-05-29 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28  1:24 [PATCH] drm/amdgpu: typo fix for vega20 cg flags Evan Quan
     [not found] ` <1527470675-27989-1-git-send-email-evan.quan-5C7GfCeVMHo@public.gmane.org>
2018-05-29 10:08   ` Huang Rui

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.