Re: [PATCH 2/6] drm/xe: stop asserting on the TTM refcount

2025-06-23 Thread Matthew Brost
On Mon, Jun 16, 2025 at 03:07:22PM +0200, Christian König wrote: > The TTM refcount is about to be removed. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/xe/xe_bo.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c > i

[PATCH 2/6] drm/xe: stop asserting on the TTM refcount

2025-06-16 Thread Christian König
The TTM refcount is about to be removed. Signed-off-by: Christian König --- drivers/gpu/drm/xe/xe_bo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c index 7aa2c17825da..2a8e7cb8c982 100644 --- a/drivers/gpu/drm/xe/xe_bo.c +++ b/drive