Pushed.  Thanks!

On Sun, Jan 1, 2012 at 12:27 PM, Matthieu Herrb <[email protected]> wrote:
> Signed-off-by: Matthieu Herrb <[email protected]>
> ---
>  src/radeon_driver.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/src/radeon_driver.c b/src/radeon_driver.c
> index a9abd66..81f5645 100644
> --- a/src/radeon_driver.c
> +++ b/src/radeon_driver.c
> @@ -3131,8 +3131,10 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
>     } else
>            xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VGAAccess option set to 
> FALSE,"
>                       " VGA module load skipped\n");
> -    if (info->VGAAccess)
> +    if (info->VGAAccess) {
> +       vgaHWSetStdFuncs(VGAHWPTR(pScrn));
>         vgaHWGetIOBase(VGAHWPTR(pScrn));
> +    }
>  #endif
>
>
> --
> 1.7.6
>
> _______________________________________________
> [email protected]: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to