Keith Packard writes:
> Make sure the pitch and tiling are correct.
> Make sure there's a BO we can get at.
I thought we couldn't change these parameters, but now I can't find what
prevents them from changing. Can you cite sources?
pgpAYiuAwpzYm.pgp
Description: PGP signature
On Thu, Jul 31, 2014 at 08:20:20AM -0700, Keith Packard wrote:
> Ville Syrjälä writes:
>
> > Now that we have mmio flips in the kernel we can start to relax that
> > restriction. That still needs a bit more work in the mmio flip code
> > but I believe some people working on just that.
>
> I coul
Ville Syrjälä writes:
> Now that we have mmio flips in the kernel we can start to relax that
> restriction. That still needs a bit more work in the mmio flip code
> but I believe some people working on just that.
I couldn't find any tiling restrictions in the current (ring-based) flip
code; did
On Wed, Jul 30, 2014 at 11:01:48PM -0700, Keith Packard wrote:
> Eric Anholt writes:
>
> > Keith Packard writes:
> >
> >> Make sure the pitch and tiling are correct.
> >> Make sure there's a BO we can get at.
> >
> > I thought we couldn't change these parameters, but now I can't find what
> > pr
Eric Anholt writes:
> Keith Packard writes:
>
>> Make sure the pitch and tiling are correct.
>> Make sure there's a BO we can get at.
>
> I thought we couldn't change these parameters, but now I can't find what
> prevents them from changing. Can you cite sources?
Looks like we *can* change til
Make sure the pitch and tiling are correct.
Make sure there's a BO we can get at.
Signed-off-by: Keith Packard
---
src/uxa/intel_present.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/src/uxa/intel_present.c b/src/uxa/intel_present.c
index c53d71d..b901fb1 100644
--- a