public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH libdrm v3 0/2] 48-bit virtual address support in i915
@ 2015-08-07  9:45 Michel Thierry
  2015-08-07  9:45 ` [PATCH libdrm v3 1/2] intel: Add EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag Michel Thierry
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Michel Thierry @ 2015-08-07  9:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: mesa-dev, dri-devel

48-bit virtual address range will be enabled in i915 soon, but some objects
must be referenced by 32-bit offsets. These patches use a new kernel flag to
specify if this restriction applies or not.

I'm sending these patches to comply with the i915 merge process.
Once the kernel patch is merged, I'll make a new libdrm release and address
the mesa build dependency.

Michel Thierry (2):
  intel: Add EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag
  intel: add new function name to symbol-check test

 include/drm/i915_drm.h    |  3 ++-
 intel/intel-symbol-check  |  1 +
 intel/intel_bufmgr.c      | 16 ++++++++++++++
 intel/intel_bufmgr.h      |  6 +++++-
 intel/intel_bufmgr_gem.c  | 54 +++++++++++++++++++++++++++++++++++++++++++----
 intel/intel_bufmgr_priv.h | 11 ++++++++++
 6 files changed, 85 insertions(+), 6 deletions(-)

-- 
2.5.0

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

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

end of thread, other threads:[~2015-08-10 23:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07  9:45 [PATCH libdrm v3 0/2] 48-bit virtual address support in i915 Michel Thierry
2015-08-07  9:45 ` [PATCH libdrm v3 1/2] intel: Add EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag Michel Thierry
2015-08-07 10:56   ` [Intel-gfx] " Michał Winiarski
2015-08-07 11:00     ` [RFC libdrm] intel: 48b ppgtt support Michał Winiarski
2015-08-07 11:36     ` [PATCH libdrm v3 1/2] intel: Add EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag Michel Thierry
2015-08-10  7:52       ` [Intel-gfx] " Winiarski, Michal
2015-08-07  9:45 ` [PATCH libdrm v3 2/2] intel: add new function name to symbol-check test Michel Thierry
2015-08-07  9:45 ` [PATCH mesa v3] i965/gen8+: bo in state base address must be in 32-bit address range Michel Thierry
2015-08-07 18:33   ` [Intel-gfx] " Matt Turner
2015-08-07 19:57   ` Ilia Mirkin
2015-08-07 21:28     ` [Mesa-dev] " Emil Velikov
2015-08-07 22:46   ` [Intel-gfx] " Kristian Høgsberg
2015-08-10  9:21     ` Michel Thierry
2015-08-10 23:17       ` Kristian Høgsberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox