diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 13:11:12 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-14 13:11:12 -0400 |
commit | 0485f27bc3d75cb6ab320e8164dbe6ea2713c78e (patch) | |
tree | 422f2af7c879c0aac62b5785c1b3ba558aafa11b /src/radeon_textured_videofuncs.c | |
parent | ca4a9efef987108266ae59afbb5142d4d2000c8e (diff) |
R3/4/5xx: fix bicubic Xv filtering with KMS changes
fixes bug 22730
Diffstat (limited to 'src/radeon_textured_videofuncs.c')
-rw-r--r-- | 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 6e8b3f97..280a7990 100644 --- a/src/radeon_textured_videofuncs.c +++ b/src/radeon_textured_videofuncs.c @@ -1220,7 +1220,7 @@ FUNC_NAME(R300DisplayTexturedVideo)(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv) bicubic_offset = 0; else bicubic_offset = pPriv->bicubic_src_offset; - + BEGIN_ACCEL_RELOC(6, 1); OUT_ACCEL_REG(R300_TX_FILTER0_1, txfilter); OUT_ACCEL_REG(R300_TX_FILTER1_1, 0); |