dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/ttm: Remove reference to the mem_glob member
@ 2020-04-08 22:14 Maya Rashish
  2020-04-09 12:20 ` Christian König
  0 siblings, 1 reply; 2+ messages in thread
From: Maya Rashish @ 2020-04-08 22:14 UTC (permalink / raw)
  To: dri-devel; +Cc: christian.koenig

It was removed in:

Author: Christian König <christian.koenig@amd.com>
Date:   Wed Sep 25 11:38:50 2019 +0200

    drm/ttm: remove pointers to globals

Signed-off-by: Maya Rashish <coypu@sdf.org>
---
 include/drm/ttm/ttm_bo_driver.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index c9e0fd09f4b2..54a527aa79cc 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -390,7 +390,6 @@ struct ttm_bo_driver {
 /**
  * struct ttm_bo_global - Buffer object driver global data.
  *
- * @mem_glob: Pointer to a struct ttm_mem_global object for accounting.
  * @dummy_read_page: Pointer to a dummy page used for mapping requests
  * of unpopulated pages.
  * @shrink: A shrink callback object used for buffer object swap.
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/ttm: Remove reference to the mem_glob member
  2020-04-08 22:14 [PATCH] drm/ttm: Remove reference to the mem_glob member Maya Rashish
@ 2020-04-09 12:20 ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2020-04-09 12:20 UTC (permalink / raw)
  To: Maya Rashish, dri-devel

Am 09.04.20 um 00:14 schrieb Maya Rashish:
> It was removed in:
>
> Author: Christian König <christian.koenig@amd.com>
> Date:   Wed Sep 25 11:38:50 2019 +0200
>
>      drm/ttm: remove pointers to globals
>
> Signed-off-by: Maya Rashish <coypu@sdf.org>

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

I assuming you don't have commit right, so I'm going to push this to 
drm-misc-next as well.

> ---
>   include/drm/ttm/ttm_bo_driver.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
> index c9e0fd09f4b2..54a527aa79cc 100644
> --- a/include/drm/ttm/ttm_bo_driver.h
> +++ b/include/drm/ttm/ttm_bo_driver.h
> @@ -390,7 +390,6 @@ struct ttm_bo_driver {
>   /**
>    * struct ttm_bo_global - Buffer object driver global data.
>    *
> - * @mem_glob: Pointer to a struct ttm_mem_global object for accounting.
>    * @dummy_read_page: Pointer to a dummy page used for mapping requests
>    * of unpopulated pages.
>    * @shrink: A shrink callback object used for buffer object swap.

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-04-09 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 22:14 [PATCH] drm/ttm: Remove reference to the mem_glob member Maya Rashish
2020-04-09 12:20 ` 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).