From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 1/3] intel: sanitize i915_drm.h Date: Wed, 6 Jun 2012 14:16:30 -0700 Message-ID: <20120606141630.23e7391d@bwidawsk.net> References: <1338922693-17532-1-git-send-email-ben@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1338922693-17532-1-git-send-email-ben@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Ben Widawsky Cc: mesa-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 5 Jun 2012 11:58:11 -0700 Ben Widawsky wrote: > run make headers_isntall on d-i-n, copy to here > > Signed-off-by: Ben Widawsky This has been pushed with IRC Acked-by Kenneth Graunke > --- > include/drm/i915_drm.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h > index af3ce17..725a8de 100644 > --- a/include/drm/i915_drm.h > +++ b/include/drm/i915_drm.h > @@ -33,6 +33,7 @@ > * subject to backwards-compatibility constraints. > */ > > + > /* Each region is a minimum of 16k, and there are at most 255 of them. > */ > #define I915_NR_TEX_REGIONS 255 /* table size 2k - maximum due to use > @@ -287,7 +288,8 @@ typedef struct drm_i915_irq_wait { > #define I915_PARAM_HAS_EXEC_CONSTANTS 14 > #define I915_PARAM_HAS_RELAXED_DELTA 15 > #define I915_PARAM_HAS_GEN7_SOL_RESET 16 > -#define I915_PARAM_HAS_LLC 17 > +#define I915_PARAM_HAS_LLC 17 > +#define I915_PARAM_HAS_ALIASING_PPGTT 18 > > typedef struct drm_i915_getparam { > int param; -- Ben Widawsky, Intel Open Source Technology Center -- Ben Widawsky, Intel Open Source Technology Center