Message ID | 20170306221057.17894-1-michel.thierry@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Added r-b and applied upstream. On 2017-03-06 05:10 PM, Michel Thierry wrote: > LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE exists in lib/ioctl_wrappers.h > since commit 171b21d9f761 ("igt/gem_ctx_param: Update invalid parma > number"). > > Cc: Chris Wilson <chris@chris-wilson.co.uk> > Signed-off-by: Michel Thierry <michel.thierry@intel.com> > --- > lib/igt_gt.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/lib/igt_gt.c b/lib/igt_gt.c > index 4bdb9114..88b86aff 100644 > --- a/lib/igt_gt.c > +++ b/lib/igt_gt.c > @@ -39,8 +39,6 @@ > #include "intel_reg.h" > #include "intel_chipset.h" > > -#define LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE 0x4 > - > /** > * SECTION:igt_gt > * @short_description: GT support library >
diff --git a/lib/igt_gt.c b/lib/igt_gt.c index 4bdb9114..88b86aff 100644 --- a/lib/igt_gt.c +++ b/lib/igt_gt.c @@ -39,8 +39,6 @@ #include "intel_reg.h" #include "intel_chipset.h" -#define LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE 0x4 - /** * SECTION:igt_gt * @short_description: GT support library
LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE exists in lib/ioctl_wrappers.h since commit 171b21d9f761 ("igt/gem_ctx_param: Update invalid parma number"). Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Michel Thierry <michel.thierry@intel.com> --- lib/igt_gt.c | 2 -- 1 file changed, 2 deletions(-)