All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/ttm: remove priority hard code when initializing ttm bo
@ 2018-05-11  4:57 Junwei Zhang
  2018-05-11  4:58 ` [PATCH 2/2] drm/amdgpu: set ttm bo priority before initialization Junwei Zhang
  0 siblings, 1 reply; 4+ messages in thread
From: Junwei Zhang @ 2018-05-11  4:57 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Junwei Zhang, christian.koenig

Then priority could be set before initialization.
By default, it requires to kzalloc ttm bo. In fact, we always do so.

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
---
 drivers/gpu/drm/ttm/ttm_bo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c
index 98e06f8..cba5015 100644
--- a/drivers/gpu/drm/ttm/ttm_bo.c
+++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -1175,7 +1175,6 @@ int ttm_bo_init_reserved(struct ttm_bo_device *bdev,
 	reservation_object_init(&bo->ttm_resv);
 	atomic_inc(&bo->bdev->glob->bo_count);
 	drm_vma_node_reset(&bo->vma_node);
-	bo->priority = 0;
 
 	/*
 	 * For ttm_bo_type_device buffers, allocate
-- 
1.9.1

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

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

end of thread, other threads:[~2018-05-11  6:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11  4:57 [PATCH 1/2] drm/ttm: remove priority hard code when initializing ttm bo Junwei Zhang
2018-05-11  4:58 ` [PATCH 2/2] drm/amdgpu: set ttm bo priority before initialization Junwei Zhang
     [not found]   ` <1526014680-4644-2-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
2018-05-11  5:27     ` Zhou, David(ChunMing)
2018-05-11  6:42       ` 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.