dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy}
@ 2016-08-08  3:28 Michel Dänzer
  2016-08-08  3:28 ` [PATCH 1/2] drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm Michel Dänzer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michel Dänzer @ 2016-08-08  3:28 UTC (permalink / raw)
  To: dri-devel

From: Michel Dänzer <michel.daenzer@amd.com>

I noticed that these parameters are unused.

These patches apply on top of 34b58355ad1d ("drm/ttm: Wait for a BO to
become idle before unbinding it from GTT"), which is being merged to 4.8
via Alex's tree.

Michel Dänzer (2):
  drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
  drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 +++----
 drivers/gpu/drm/nouveau/nouveau_bo.c    | 6 +++---
 drivers/gpu/drm/qxl/qxl_ttm.c           | 4 ++--
 drivers/gpu/drm/radeon/radeon_ttm.c     | 7 +++----
 drivers/gpu/drm/ttm/ttm_bo.c            | 6 ++----
 drivers/gpu/drm/ttm/ttm_bo_util.c       | 7 +++----
 include/drm/ttm/ttm_bo_driver.h         | 7 ++-----
 7 files changed, 18 insertions(+), 26 deletions(-)

-- 
2.8.1

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

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

end of thread, other threads:[~2016-08-08 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08  3:28 [PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy} Michel Dänzer
2016-08-08  3:28 ` [PATCH 1/2] drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm Michel Dänzer
2016-08-08  3:28 ` [PATCH 2/2] drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy Michel Dänzer
2016-08-08  9:08 ` [PATCH 0/2] Remove unused parameter evict from ttm_bo_move_{ttm, memcpy} Christian König
2016-08-08 15:18   ` Alex Deucher

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).