Re: [Intel-gfx] [PATCH] Add I915_EXEC_SECURE macro

2014-03-05 Thread Daniel Vetter
On Mon, Feb 24, 2014 at 06:37:35PM -0800, Ben Widawsky wrote: > On Mon, Feb 24, 2014 at 11:56:59AM +, joao.san...@intel.com wrote: > > From: Joao Santos > > > > Making libdrm and kernel drm uniform. The lack of this macro makes igt test > > build break. > > > > Change-Id: Ie62a2507e48eb3927b

Re: [Intel-gfx] [PATCH] Add I915_EXEC_SECURE macro

2014-02-24 Thread Ben Widawsky
On Mon, Feb 24, 2014 at 11:56:59AM +, joao.san...@intel.com wrote: > From: Joao Santos > > Making libdrm and kernel drm uniform. The lack of this macro makes igt test > build break. > > Change-Id: Ie62a2507e48eb3927bcf8f43a1606e56625db2e8 > Signed-off-by: Joao Santos This should already be

[Intel-gfx] [PATCH] Add I915_EXEC_SECURE macro

2014-02-24 Thread joao . santos
From: Joao Santos Making libdrm and kernel drm uniform. The lack of this macro makes igt test build break. Change-Id: Ie62a2507e48eb3927bcf8f43a1606e56625db2e8 Signed-off-by: Joao Santos --- include/drm/i915_drm.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/drm/i915_drm.h