All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] drm/amdgpu: remove unused variable from struct amdgpu_bo
@ 2021-02-18 17:06 Nirmoy Das
  2021-02-19  7:46 ` Christian König
  0 siblings, 1 reply; 2+ messages in thread
From: Nirmoy Das @ 2021-02-18 17:06 UTC (permalink / raw)
  To: Christian.Koenig; +Cc: Nirmoy Das, amd-gfx

Fixes: 62914a99dee5a("drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror")

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
index 192627d35bae..8cd96c9330dd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
@@ -102,7 +102,6 @@ struct amdgpu_bo {
 	struct amdgpu_bo		*shadow;
 
 	struct ttm_bo_kmap_obj		dma_buf_vmap;
-	struct amdgpu_mn		*mn;
 
 
 #ifdef CONFIG_MMU_NOTIFIER
-- 
2.30.0

_______________________________________________
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 1/1] drm/amdgpu: remove unused variable from struct amdgpu_bo
  2021-02-18 17:06 [PATCH 1/1] drm/amdgpu: remove unused variable from struct amdgpu_bo Nirmoy Das
@ 2021-02-19  7:46 ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2021-02-19  7:46 UTC (permalink / raw)
  To: Nirmoy Das; +Cc: amd-gfx

Am 18.02.21 um 18:06 schrieb Nirmoy Das:
> Fixes: 62914a99dee5a("drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror")
>
> Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>

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

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
> index 192627d35bae..8cd96c9330dd 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
> @@ -102,7 +102,6 @@ struct amdgpu_bo {
>   	struct amdgpu_bo		*shadow;
>   
>   	struct ttm_bo_kmap_obj		dma_buf_vmap;
> -	struct amdgpu_mn		*mn;
>   
>   
>   #ifdef CONFIG_MMU_NOTIFIER

_______________________________________________
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:[~2021-02-19  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 17:06 [PATCH 1/1] drm/amdgpu: remove unused variable from struct amdgpu_bo Nirmoy Das
2021-02-19  7:46 ` 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.