linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag
@ 2020-11-09 21:07 Bhaskar Chowdhury
  2020-11-09 21:21 ` Alex Deucher
  2020-11-10 11:56 ` Christian König
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2020-11-09 21:07 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, airlied, daniel, jdelvare,
	amd-gfx, dri-devel, linux-kernel, linux-media, linaro-mm-sig
  Cc: Bhaskar Chowdhury

s/falg/flag/p

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
index 2e8a8b57639f..9223502c1e5b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
@@ -509,7 +509,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev,
 	 * to avoid hang caused by placement of scanout BO in GTT on certain
 	 * APUs. So force the BO placement to VRAM in case this architecture
 	 * will not allow USWC mappings.
-	 * Also, don't allow GTT domain if the BO doens't have USWC falg set.
+	 * Also, don't allow GTT domain if the BO doens't have USWC flag set.
 	 */
 	if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) &&
 	    amdgpu_bo_support_uswc(bo_flags) &&
--
2.26.2


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

* Re: [PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag
  2020-11-09 21:07 [PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag Bhaskar Chowdhury
@ 2020-11-09 21:21 ` Alex Deucher
  2020-11-10 11:56 ` Christian König
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2020-11-09 21:21 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Deucher, Alexander, Christian Koenig, Dave Airlie, Daniel Vetter,
	Jean Delvare, amd-gfx list, Maling list - DRI developers, LKML,
	linux-media, moderated list:DMA BUFFER SHARING FRAMEWORK

On Mon, Nov 9, 2020 at 4:16 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> s/falg/flag/p
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Applied.  Thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> index 2e8a8b57639f..9223502c1e5b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> @@ -509,7 +509,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev,
>          * to avoid hang caused by placement of scanout BO in GTT on certain
>          * APUs. So force the BO placement to VRAM in case this architecture
>          * will not allow USWC mappings.
> -        * Also, don't allow GTT domain if the BO doens't have USWC falg set.
> +        * Also, don't allow GTT domain if the BO doens't have USWC flag set.
>          */
>         if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) &&
>             amdgpu_bo_support_uswc(bo_flags) &&
> --
> 2.26.2
>
> _______________________________________________
> 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] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag
  2020-11-09 21:07 [PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag Bhaskar Chowdhury
  2020-11-09 21:21 ` Alex Deucher
@ 2020-11-10 11:56 ` Christian König
  1 sibling, 0 replies; 3+ messages in thread
From: Christian König @ 2020-11-10 11:56 UTC (permalink / raw)
  To: Bhaskar Chowdhury, alexander.deucher, airlied, daniel, jdelvare,
	amd-gfx, dri-devel, linux-kernel, linux-media, linaro-mm-sig

Am 09.11.20 um 22:07 schrieb Bhaskar Chowdhury:
> s/falg/flag/p
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> index 2e8a8b57639f..9223502c1e5b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
> @@ -509,7 +509,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev,
>   	 * to avoid hang caused by placement of scanout BO in GTT on certain
>   	 * APUs. So force the BO placement to VRAM in case this architecture
>   	 * will not allow USWC mappings.
> -	 * Also, don't allow GTT domain if the BO doens't have USWC falg set.
> +	 * Also, don't allow GTT domain if the BO doens't have USWC flag set.
>   	 */
>   	if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) &&
>   	    amdgpu_bo_support_uswc(bo_flags) &&
> --
> 2.26.2
>


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

end of thread, other threads:[~2020-11-10 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 21:07 [PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag Bhaskar Chowdhury
2020-11-09 21:21 ` Alex Deucher
2020-11-10 11:56 ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).