[PATCH] Update for new vgaHW API.
Alex Deucher
alexdeucher at gmail.com
Mon Jan 2 08:22:36 PST 2012
Pushed. Thanks!
On Sun, Jan 1, 2012 at 12:27 PM, Matthieu Herrb <matthieu.herrb at laas.fr> wrote:
> Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
> ---
> 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
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
More information about the xorg-devel
mailing list