Re: [Intel-gfx] [PATCH] drm/i915: Vanish some unused 3d commands

2013-02-19 Thread Chris Wilson
On Mon, Feb 18, 2013 at 09:18:31PM -0800, Ben Widawsky wrote: > i915_reg.h is messy enough without the extra stuff. > > Signed-off-by: Ben Widawsky Would be nice if we could just discard the rest. Since we can't (damn you GEM/DRI1) can we just move them to i915_cmd.h? I would also keep the BLT

[Intel-gfx] [PATCH] drm/i915: Vanish some unused 3d commands

2013-02-18 Thread Ben Widawsky
i915_reg.h is messy enough without the extra stuff. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_reg.h | 21 - 1 file changed, 21 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 11fbeec..f7e7037 100644 --- a/driv