From: Rob Clark <robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Clark <robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [PATCH 0/3] drm/msm: uabi updates for KHR_robustness
Date: Tue, 16 Apr 2019 18:30:23 -0700 [thread overview]
Message-ID: <20190417013031.555-1-robdclark@gmail.com> (raw)
Collection of a few small UABI updates from Jordan and myself to enable
userspace support for robustness[1]. The userspace side of this is at:
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/673/commits
[1] it doesn't *quite* enable it yet, since we don't have per-context
pagetables yet without some iommu work landing first. But it can
otherwise be tested for the fault detection part of things with a
small hack.
Jordan Crouse (1):
drm/msm/gpu: Add submit queue queries
Rob Clark (2):
drm/msm/gpu: add per-process pagetables param
drm/msm: add param to retrieve # of GPU faults (global)
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 6 ++++
drivers/gpu/drm/msm/msm_drv.c | 9 +++++-
drivers/gpu/drm/msm/msm_drv.h | 2 ++
drivers/gpu/drm/msm/msm_gpu.c | 4 +++
drivers/gpu/drm/msm/msm_gpu.h | 3 ++
drivers/gpu/drm/msm/msm_submitqueue.c | 41 +++++++++++++++++++++++++
include/uapi/drm/msm_drm.h | 14 +++++++++
7 files changed, 78 insertions(+), 1 deletion(-)
--
2.20.1
_______________________________________________
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno
WARNING: multiple messages have this Message-ID (diff)
From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
Rob Clark <robdclark@gmail.com>
Subject: [PATCH 0/3] drm/msm: uabi updates for KHR_robustness
Date: Tue, 16 Apr 2019 18:30:23 -0700 [thread overview]
Message-ID: <20190417013031.555-1-robdclark@gmail.com> (raw)
Message-ID: <20190417013023.gKk12rh89f22vMsSQccqQcuVWbLD5OyfuSoJqLbRZD4@z> (raw)
Collection of a few small UABI updates from Jordan and myself to enable
userspace support for robustness[1]. The userspace side of this is at:
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/673/commits
[1] it doesn't *quite* enable it yet, since we don't have per-context
pagetables yet without some iommu work landing first. But it can
otherwise be tested for the fault detection part of things with a
small hack.
Jordan Crouse (1):
drm/msm/gpu: Add submit queue queries
Rob Clark (2):
drm/msm/gpu: add per-process pagetables param
drm/msm: add param to retrieve # of GPU faults (global)
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 6 ++++
drivers/gpu/drm/msm/msm_drv.c | 9 +++++-
drivers/gpu/drm/msm/msm_drv.h | 2 ++
drivers/gpu/drm/msm/msm_gpu.c | 4 +++
drivers/gpu/drm/msm/msm_gpu.h | 3 ++
drivers/gpu/drm/msm/msm_submitqueue.c | 41 +++++++++++++++++++++++++
include/uapi/drm/msm_drm.h | 14 +++++++++
7 files changed, 78 insertions(+), 1 deletion(-)
--
2.20.1
next reply other threads:[~2019-04-17 1:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-17 1:30 Rob Clark [this message]
2019-04-17 1:30 ` [PATCH 0/3] drm/msm: uabi updates for KHR_robustness Rob Clark
2019-04-17 1:30 ` [PATCH 1/3] drm/msm/gpu: add per-process pagetables param Rob Clark
2019-04-17 1:30 ` Rob Clark
2019-04-19 18:45 ` [Freedreno] " Jordan Crouse
2019-04-19 18:45 ` Jordan Crouse
[not found] ` <20190417013031.555-1-robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-04-17 1:30 ` [PATCH 2/3] drm/msm: add param to retrieve # of GPU faults (global) Rob Clark
2019-04-17 1:30 ` Rob Clark
2019-04-19 18:45 ` [Freedreno] " Jordan Crouse
2019-04-19 18:45 ` Jordan Crouse
2019-04-17 1:30 ` [PATCH 3/3] drm/msm/gpu: Add submit queue queries Rob Clark
2019-04-17 1:30 ` Rob Clark
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190417013031.555-1-robdclark@gmail.com \
--to=robdclark-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.