[PATCH resend] allow DRM_MASTER to change client's priorities v2

Andres Rodriguez andresx7 at gmail.com
Mon Jul 24 13:26:28 UTC 2017


Hey David,

I'm not sure if it's been merged yet (I don't have push permissions).

I just had a little baby girl, so I'm taking a couple of weeks off :)

Regards,
Andres

On Jul 24, 2017 3:25 AM, "zhoucm1" <david1.zhou at amd.com> wrote:

Hi Andres,

How about your this set? Have you pushed?

Regards,
David Zhou


On 2017年07月08日 03:26, Andres Rodriguez wrote:

> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20170724/1a97bcbf/attachment.html>


More information about the amd-gfx mailing list