<p>Also nacking nouveau almost has xvmc acceleration </p>
<p>Op 28 jul. 2011 00:55 schreef "Ben Skeggs" <<a href="mailto:skeggsb@gmail.com">skeggsb@gmail.com</a>> het volgende:<br type="attribution">> On Wed, 2011-07-27 at 14:08 -0500, Bryan Cain wrote:<br>>> On 07/27/2011 02:42 AM, Ben Skeggs wrote:<br>
>> > On Wed, 2011-07-20 at 13:48 -0500, Bryan Cain wrote:<br>>> >> ---<br>>> >> src/vl_hwmc.c | 4 ++--<br>>> >> 1 files changed, 2 insertions(+), 2 deletions(-)<br>>> > The obvious question I have for this is, why?<br>
>> ><br>>> > Ben<br>>> <br>>> At least at the time I wrote these patches (in April), the iDCT stage<br>>> didn't work correctly with nv50. If it's fixed now, this patch can be<br>
>> ignored.<br>> Then it should be fixed in mesa if that's the case, not disabled in the<br>> DDX, that helps nothing.<br>> <br>> Some time down the track, when it *does* work, we'll re-enable it, and<br>
> someone will update just the DDX and see the breakage because they<br>> haven't updated mesa yet too..<br>> <br>> Ben.<br>> <br>>> <br>>> Bryan<br>>> <br>>> <br>>> >> diff --git a/src/vl_hwmc.c b/src/vl_hwmc.c<br>
>> >> index 6e9e0c7..8e24786 100644<br>>> >> --- a/src/vl_hwmc.c<br>>> >> +++ b/src/vl_hwmc.c<br>>> >> @@ -55,7 +55,7 @@ static XF86MCSurfaceInfoRec yv12_mpeg2_surface =<br>
>> >>         2048,<br>>> >>         2048,<br>>> >>         2048,<br>>> >> -        XVMC_IDCT | XVMC_MOCOMP | XVMC_MPEG_2,<br>>> >> +        /*XVMC_IDCT |*/ XVMC_MOCOMP | XVMC_MPEG_2,<br>>> >>         XVMC_SUBPICTURE_INDEPENDENT_SCALING | XVMC_BACKEND_SUBPICTURE,<br>
>> >>         &subpicture_list<br>>> >> };<br>>> >> @@ -69,7 +69,7 @@ static XF86MCSurfaceInfoRec uyvy_mpeg2_surface =<br>>> >>         2048,<br>>> >>         2048,<br>>> >>         2048,<br>
>> >> -        XVMC_IDCT | XVMC_MOCOMP | XVMC_MPEG_2,<br>>> >> +        /*XVMC_IDCT |*/ XVMC_MOCOMP | XVMC_MPEG_2,<br>>> >>         XVMC_SUBPICTURE_INDEPENDENT_SCALING | XVMC_BACKEND_SUBPICTURE,<br>>> >>         &subpicture_list<br>
>> >> };<br>>> ><br>>> ><br>>> <br>>> _______________________________________________<br>>> Nouveau mailing list<br>>> <a href="mailto:Nouveau@lists.freedesktop.org">Nouveau@lists.freedesktop.org</a><br>
>> <a href="http://lists.freedesktop.org/mailman/listinfo/nouveau">http://lists.freedesktop.org/mailman/listinfo/nouveau</a><br>> <br>> <br>> _______________________________________________<br>> Nouveau mailing list<br>
> <a href="mailto:Nouveau@lists.freedesktop.org">Nouveau@lists.freedesktop.org</a><br>> <a href="http://lists.freedesktop.org/mailman/listinfo/nouveau">http://lists.freedesktop.org/mailman/listinfo/nouveau</a><br></p>