xf86-video-i128: Changes to 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Mon May 4 12:57:38 PDT 2009


 src/i128_driver.c |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit cee4cdf061ca8e6376846c0eac2fc6d57711129e
Author: Mark Kettenis <mark.kettenis at xs4all.nl>
Date:   Mon May 4 21:54:30 2009 +0200

    Properly unmap things with libpciaccess.
    
    If the xf86-vide-i128 is compiled with XSERVER_LIBPCIACCESS, registers and
    frmaebuffer memory are mapped through libpciaccess.  However, I128UnmapMem
    tried to unmap things vy using xf86UnmapVidMem.  This failed because the memory
    wasn't registered (which only happens if you mapped the memory using
    xf86MapPciMem.
    
    Fixes bugzilla #20541
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>



More information about the xorg-commit mailing list