[Intel-gfx] xf86-video-intel: 6 commits - src/i830_driver.c src/i830_video.c src/i830_video.h src/i965_hwmc.c
Julien Cristau
jcristau at debian.org
Thu Oct 15 22:00:55 CEST 2009
On Thu, Oct 15, 2009 at 12:36:46 -0700, Eric Anholt wrote:
> commit 38ab403d7a1c461c8ac65a056bee2dd5c7f2f58e
> Author: Eric Anholt <eric at anholt.net>
> Date: Thu Oct 15 11:39:32 2009 -0700
>
> Enable XVMC by default on gen4.
>
> diff --git a/src/i830_driver.c b/src/i830_driver.c
> index ede4344..867047c 100644
> --- a/src/i830_driver.c
> +++ b/src/i830_driver.c
> @@ -1387,7 +1387,8 @@ I830ScreenInit(int scrnIndex, ScreenPtr screen, int argc, char **argv)
> xf86DPMSInit(screen, xf86DPMSSet, 0);
>
> #ifdef INTEL_XVMC
> - intel->XvMCEnabled = FALSE;
> + if (IS_I965G(intel))
> + intel->XvMCEnabled = TRUE;
> from = ((intel->directRenderingType == DRI_DRI2) &&
> xf86GetOptValBool(intel->Options, OPTION_XVMC,
> &intel->XvMCEnabled) ? X_CONFIG : X_DEFAULT);
Hi Eric,
the manpage should probably be updated for this?
Cheers,
Julien
More information about the Intel-gfx
mailing list