On Mon, Feb 1, 2010 at 12:35 PM, Pauli Nieminen <[email protected]> wrote: > Relocation requires different size depending on if KMS is in use or not.
Thanks, already fixed in git: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=77b13a02c70842a58e0590d0243f0ae016c5a640 Alex > > Signed-off-by: Pauli Nieminen <[email protected]> > --- > src/radeon_textured_videofuncs.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/radeon_textured_videofuncs.c > b/src/radeon_textured_videofuncs.c > index bd3fa17..8fb1e7b 100644 > --- a/src/radeon_textured_videofuncs.c > +++ b/src/radeon_textured_videofuncs.c > @@ -2697,7 +2697,7 @@ FUNC_NAME(R500DisplayTexturedVideo)(ScrnInfoPtr pScrn, > RADEONPortPrivPtr pPriv) > else > bicubic_offset = pPriv->bicubic_src_offset; > > - BEGIN_ACCEL(6); > + BEGIN_ACCEL_RELOC(6, 1); > OUT_ACCEL_REG(R300_TX_FILTER0_1, txfilter); > OUT_ACCEL_REG(R300_TX_FILTER1_1, 0); > OUT_ACCEL_REG(R300_TX_FORMAT0_1, txformat0); > -- > 1.6.3.3 > > _______________________________________________ > xorg-driver-ati mailing list > [email protected] > http://lists.x.org/mailman/listinfo/xorg-driver-ati > _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
