All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/2] amdgpu: add AMDGPU_VM_PAGE_PRT
@ 2017-02-08 12:34 Nicolai Hähnle
       [not found] ` <20170208123430.8853-1-nhaehnle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolai Hähnle @ 2017-02-08 12:34 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Nicolai Hähnle

From: Nicolai Hähnle <nicolai.haehnle@amd.com>

This is a new kernel interface.

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
---
 include/drm/amdgpu_drm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index d8f2497..7012515 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -329,6 +329,8 @@ struct drm_amdgpu_gem_op {
 #define AMDGPU_VM_PAGE_WRITEABLE	(1 << 2)
 /* executable mapping, new for VI */
 #define AMDGPU_VM_PAGE_EXECUTABLE	(1 << 3)
+/* partially resident texture */
+#define AMDGPU_VM_PAGE_PRT		(1 << 4)
 
 struct drm_amdgpu_gem_va {
 	/** GEM object handle */
-- 
2.9.3

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

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

end of thread, other threads:[~2017-02-10 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 12:34 [PATCH libdrm 1/2] amdgpu: add AMDGPU_VM_PAGE_PRT Nicolai Hähnle
     [not found] ` <20170208123430.8853-1-nhaehnle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-08 12:34   ` [PATCH libdrm 2/2] amdgpu: add amdgpu_bo_va_op_raw Nicolai Hähnle
     [not found]     ` <20170208123430.8853-2-nhaehnle-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-08 12:39       ` Christian König
     [not found]         ` <650eb732-6876-f0c6-462e-546f39469ce4-5C7GfCeVMHo@public.gmane.org>
2017-02-08 12:44           ` Nicolai Hähnle
     [not found]             ` <10ad8d45-6c53-0552-e702-ec9e10af73e7-5C7GfCeVMHo@public.gmane.org>
2017-02-08 12:55               ` Nicolai Hähnle
     [not found]                 ` <60f383c8-fc70-0bad-5bbc-a813077c0e3a-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-08 13:12                   ` Christian König
2017-02-09 16:24   ` [PATCH libdrm 1/2] amdgpu: add AMDGPU_VM_PAGE_PRT Emil Velikov
     [not found]     ` <CACvgo52qWjJm2W5HfzfbfMtGzqAjas3bFJ978dTv-AVp=Sz1jA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-10 10:05       ` Nicolai Hähnle

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.