[Intel-gfx] [PATCH] drm/i915: fix IVB cursor support

2011-10-12 Thread Jesse Barnes
The cursor regs have moved around, add the offsets and new macros for getting at them. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/i915_reg.h |8 ++ drivers/gpu/drm/i915/intel_display.c | 40 + 2 files changed, 43

Re: [Intel-gfx] [PATCH] drm/i915: fix IVB cursor support

2011-10-12 Thread Adam Jackson
On Wed, 2011-10-12 at 11:12 -0700, Jesse Barnes wrote: The cursor regs have moved around, add the offsets and new macros for getting at them. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org Tested-by: Adam Jackson a...@redhat.com - ajax signature.asc Description: This is a digitally

Re: [Intel-gfx] [PATCH] drm/i915: fix IVB cursor support

2011-10-12 Thread Keith Packard
On Wed, 12 Oct 2011 11:12:59 -0700, Jesse Barnes jbar...@virtuousgeek.org wrote: +#define CURCNTR_IVB(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR_IVB) +#define CURBASE_IVB(pipe) _PIPE(pipe, _CURABASE, _CURBBASE_IVB) +#define CURPOS_IVB(pipe) _PIPE(pipe, _CURAPOS, _CURBPOS_IVB) Only two cursors?

Re: [Intel-gfx] [PATCH] drm/i915: fix IVB cursor support

2011-10-12 Thread Chris Wilson
On Wed, 12 Oct 2011 13:37:53 -0600, Keith Packard kei...@keithp.com wrote: Non-text part: multipart/mixed Non-text part: multipart/signed On Wed, 12 Oct 2011 11:12:59 -0700, Jesse Barnes jbar...@virtuousgeek.org wrote: +#define CURCNTR_IVB(pipe) _PIPE(pipe, _CURACNTR, _CURBCNTR_IVB)

Re: [Intel-gfx] [PATCH] drm/i915: fix IVB cursor support

2011-10-12 Thread Jesse Barnes
On Wed, 12 Oct 2011 21:00:29 +0100 Chris Wilson ch...@chris-wilson.co.uk wrote: On Wed, 12 Oct 2011 13:37:53 -0600, Keith Packard kei...@keithp.com wrote: Non-text part: multipart/mixed Non-text part: multipart/signed On Wed, 12 Oct 2011 11:12:59 -0700, Jesse Barnes jbar...@virtuousgeek.org