dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] etnaviv softpin support
@ 2019-08-02 17:29 Lucas Stach
  2019-08-02 17:29 ` [PATCH 1/3] drm/etnaviv: skip command stream validation on PPAS capable GPUs Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lucas Stach @ 2019-08-02 17:29 UTC (permalink / raw)
  To: etnaviv; +Cc: patchwork-lst, kernel, dri-devel, Russell King

Hi all,

this implements the last missing bits for softpin aka putting userspace
in charge of the GPU virtual address space. This builds on top of the
per-process address space series. As this is quite a stack of patches
now, I'm providing a git branch [1] with all the necessary patches.
Please note that I have not yet worked in the feedback I got for the
per-process address space patches.

The corresponding userspace bits can be found at [2]. The Mesa changes
always use softpin where possible and now finally allow GC7000 support
to work with a non-horrible UAPI interface.

Regards,
Lucas

[1] https://git.pengutronix.de/git/lst/linux etnaviv/experimental
[2] https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1559

Lucas Stach (3):
  drm/etnaviv: skip command stream validation on PPAS capable GPUs
  drm/etnaviv: allow to request specific virtual address for gem mapping
  drm/etnaviv: implement softpin

 drivers/gpu/drm/etnaviv/etnaviv_drv.c        |  2 +-
 drivers/gpu/drm/etnaviv/etnaviv_drv.h        |  2 ++
 drivers/gpu/drm/etnaviv/etnaviv_gem.c        |  4 +--
 drivers/gpu/drm/etnaviv/etnaviv_gem.h        |  3 ++-
 drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 28 ++++++++++++++++++--
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c        |  9 +++++++
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c        | 16 +++++++++--
 drivers/gpu/drm/etnaviv/etnaviv_mmu.h        |  2 +-
 include/uapi/drm/etnaviv_drm.h               |  5 +++-
 9 files changed, 61 insertions(+), 10 deletions(-)

-- 
2.20.1

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

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

end of thread, other threads:[~2019-08-05  8:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-02 17:29 [PATCH 0/3] etnaviv softpin support Lucas Stach
2019-08-02 17:29 ` [PATCH 1/3] drm/etnaviv: skip command stream validation on PPAS capable GPUs Lucas Stach
2019-08-05  8:20   ` Philipp Zabel
2019-08-02 17:29 ` [PATCH 2/3] drm/etnaviv: allow to request specific virtual address for gem mapping Lucas Stach
2019-08-05  8:21   ` Philipp Zabel
2019-08-02 17:29 ` [PATCH 3/3] drm/etnaviv: implement softpin Lucas Stach
2019-08-05  8:58   ` Philipp Zabel

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