Re: [Intel-gfx] [PATCH] drm/i915: BDW: Adding missing cursor offsets.

2014-06-05 Thread Daniel Vetter
On Wed, Jun 04, 2014 at 05:16:25PM -0700, Ben Widawsky wrote: > On Wed, Jun 04, 2014 at 05:09:30PM -0700, Rodrigo Vivi wrote: > > BDW uses IVB cursor offsets. > > > > Whithout this patch it is not possible to use multiple outputs with cursor > > on BDW. > > The cursor gets completely crazy because

Re: [Intel-gfx] [PATCH] drm/i915: BDW: Adding missing cursor offsets.

2014-06-04 Thread Rodrigo Vivi
I just noticed and verified this patch fixes this bug: https://bugs.freedesktop.org/show_bug.cgi?id=79621 On Wed, Jun 4, 2014 at 5:16 PM, Ben Widawsky wrote: > On Wed, Jun 04, 2014 at 05:09:30PM -0700, Rodrigo Vivi wrote: > > BDW uses IVB cursor offsets. > > > > Whithout this patch it is not p

Re: [Intel-gfx] [PATCH] drm/i915: BDW: Adding missing cursor offsets.

2014-06-04 Thread Ben Widawsky
On Wed, Jun 04, 2014 at 05:09:30PM -0700, Rodrigo Vivi wrote: > BDW uses IVB cursor offsets. > > Whithout this patch it is not possible to use multiple outputs with cursor > on BDW. > The cursor gets completely crazy because update position uses the wrong > cursor register for the second pipe. >

[Intel-gfx] [PATCH] drm/i915: BDW: Adding missing cursor offsets.

2014-06-04 Thread Rodrigo Vivi
BDW uses IVB cursor offsets. Whithout this patch it is not possible to use multiple outputs with cursor on BDW. The cursor gets completely crazy because update position uses the wrong cursor register for the second pipe. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_drv.c | 2 ++ 1