- 30 Jan, 2022 4 commits
-
-
Alan Coopersmith authored
This is the default in gcc 10 & later, and causes build failures with: /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:125: multiple definition of `Alignment'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:125: first defined here /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:124: multiple definition of `G2CmdQueLen'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:124: first defined here /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: multiple definition of `w_port'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: first defined here /usr/sbin/ld: .libs/xgi_driver.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: multiple definition of `r_port'; .libs/xgi_accel.o:/builds/alanc/xf86-video-xgi/_builddir/src/../../src/xgi_accel.h:122: first defined here Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 19 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Jul, 2017 1 commit
-
-
The function was an empty since 2008 at least. Remove it alongside the unused GLX visuals code. With this all the GL/GLX dependencies in the driver are gone. Cc: Connor Behan <connor.behan@gmail.com> Cc: Adam Jackson <ajax@redhat.com> Signed-off-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 19 Jul, 2016 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 28 Apr, 2016 2 commits
-
-
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=30619 Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=95181 Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
- 14 Sep, 2015 2 commits
-
-
Signed-off-by:
Jakub Bogusz <qboosh@pld-linux.org>
-
Signed-off-by:
Jakub Bogusz <qboosh@pld-linux.org>
-
- 21 Aug, 2015 1 commit
-
-
Connor Behan authored
Signed-off-by:
Connor Behan <connor.behan@gmail.com>
-
- 17 Aug, 2015 4 commits
-
-
Connor Behan authored
This looks tacky if nothing else. Signed-off-by:
Connor Behan <connor.behan@gmail.com> Reviewed-by: Matthieu Herrb <matthieu at herrb.eu>
-
Connor Behan authored
Bring this more in line with the maintained drivers. Signed-off-by:
Connor Behan <connor.behan@gmail.com> Reviewed-by: Matthieu Herrb <matthieu at herrb.eu>
-
Connor Behan authored
Fixing these broken EXA hooks would make them equal to a software fallback, so use that instead. Signed-off-by:
Connor Behan <connor.behan@gmail.com>
-
Connor Behan authored
The code for finding the BIOS forgets to provide both map / unmap methods. Signed-off-by:
Connor Behan <connor.behan@gmail.com>
-
- 10 Aug, 2015 19 commits
-
-
Thomas Klausner authored
Fixes. assignment discards ‘const’ qualifier from pointer target type Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Avoids xgi_drv_pic.a(xgi_setup.pico):(.rodata+0x30): multiple definition of `XGIScalingP4Regs' Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes: warning: comparison between pointer and integer Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found using clang -Wunused-value. Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
They are provided by configure (via config.h or command line). Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes warning: assignment from incompatible pointer type Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes a couple more warnings. Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Needed for open() and ioctl(). Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes warning: implicit declaration of function 'bGetEDID' Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes warning: passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
They are used in non-const context. Fixes a couple of warnings: warning: assignment discards 'const' qualifier from pointer target type Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Fixes many warnings of this type: xgi.h:1016:14: note: expected 'XGIIOADDRESS' but argument is of type 'PUCHAR' Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
Thomas Klausner authored
Signed-off-by:
Thomas Klausner <wiz@NetBSD.org> Reviewed-by:
Connor Behan <connor.behan@gmail.com>
-
- 11 Sep, 2014 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 14 Aug, 2013 1 commit
-
-
Egbert Eich authored
Signed-off-by:
Egbert Eich <eich@freedesktop.org>
-
- 29 Jul, 2013 1 commit
-
-
Egbert Eich authored
Don't use #if ... #endif intermixed with bracketing. Signed-off-by:
Egbert Eich <eich@freedesktop.org>
-
- 18 Jan, 2013 1 commit
-
-
Adam Jackson authored
xf86UnloadSubModule() takes a ModuleDescPtr, though you wouldn't know it from the prototype; it most certainly does not take a string. Also, ddc has been a built-in module since RANDR 1.2 or so, so this call would have been a no-op even if it were correct. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-