All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] allow DRM_MASTER to change client's priorities v2
@ 2017-07-07 19:26 Andres Rodriguez
       [not found] ` <20170707192610.17369-1-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Andres Rodriguez @ 2017-07-07 19:26 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	andresx7-Re5JQEeQqe8AvxtiuMwx3w

Little ping on this series for review.

Also added recent reviews/acks and rebased.

Andres Rodriguez (8):
  drm/amdgpu: add parameter to allocate high priority contexts v11
  drm/amdgpu: add framework for HW specific priority settings v9
  drm/amdgpu: implement ring set_priority for gfx_v8 compute v9
  drm/amdgpu: make amdgpu_to_sched_priority detect invalid parameters
  drm/amd/sched: allow clients to edit an entity's rq v2
  drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSET
  drm/amdgpu: add plumbing for ctx priority changes v2
  drm/amdgpu: add interface for editing a foreign process's priority v3

 drivers/gpu/drm/amd/amdgpu/Makefile           |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  10 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c        |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c       |  75 +++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c       |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c       |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c      |  76 +++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h      |  15 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c     | 109 ++++++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.h     |  34 ++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c         | 105 +++++++++++++++++++++++++
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c |  26 +++++-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h |  19 ++++-
 include/uapi/drm/amdgpu_drm.h                 |  28 ++++++-
 15 files changed, 496 insertions(+), 13 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.h

-- 
2.9.3

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2017-07-24 13:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 19:26 [PATCH resend] allow DRM_MASTER to change client's priorities v2 Andres Rodriguez
     [not found] ` <20170707192610.17369-1-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-07-07 19:26   ` [PATCH 1/8] drm/amdgpu: add parameter to allocate high priority contexts v11 Andres Rodriguez
2017-07-07 19:26   ` [PATCH 2/8] drm/amdgpu: add framework for HW specific priority settings v9 Andres Rodriguez
2017-07-07 19:26   ` [PATCH 3/8] drm/amdgpu: implement ring set_priority for gfx_v8 compute v9 Andres Rodriguez
2017-07-07 19:26   ` [PATCH 4/8] drm/amdgpu: make amdgpu_to_sched_priority detect invalid parameters Andres Rodriguez
2017-07-07 19:26   ` [PATCH 5/8] drm/amd/sched: allow clients to edit an entity's rq v2 Andres Rodriguez
2017-07-07 19:26   ` [PATCH 6/8] drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSET Andres Rodriguez
2017-07-07 19:26   ` [PATCH 7/8] drm/amdgpu: add plumbing for ctx priority changes v2 Andres Rodriguez
2017-07-07 19:26   ` [PATCH 8/8] drm/amdgpu: add interface for editing a foreign process's priority v3 Andres Rodriguez
2017-07-24  7:24   ` [PATCH resend] allow DRM_MASTER to change client's priorities v2 zhoucm1
     [not found]     ` <5975A0AC.8000102-5C7GfCeVMHo@public.gmane.org>
2017-07-24 13:26       ` Andres Rodriguez

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.