Age | Commit message (Collapse) | Author |
|
The xf86MapVidMem API is gone. Use pciaccess calls where applicable and mmap for XpressROMPtr.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
Preparing to compile geode on X 1.13
All compiler errors are gone as far as I can tell,
but I lack the hardware to verify it works as well.
|
|
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
First argument is the number of elements and second the size of one
element, not vice-versa.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
* Replace the deprecated functions with new ones
Refer to "/xserver/include/os.h"
Signed-off-by: Frank Huang <frankr.huang@amd.com>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
EXA support is broken for GX so we disable it for now.
|
|
This reverts commit 09ddb88781bc9ec12531414beabd95e50237fdd5.
Otavio just sent me a nicer version of this patch.
|
|
|
|
|
|
|
|
|
|
Patch from Kyle McMartin. A recent exa/exa.c commit from Dave Airlie
(02ae85c4..) added a new member to the EXA struct, and corresponding
code to call it if it's non-NULL. We were using calloc with sizeof()
that struct at driver-compile-time; as a result, after the ABI change
the new member contained garbage, passed the EXA test for NULL, was
called, and segfaulted at startup.
RH bug https://bugzilla.redhat.com/show_bug.cgi?id=500086
Signed-off-by: Chris Ball <cjb@laptop.org>
|
|
A wholesale update to Randr 1.2 for LX accompanied by massive
cleanup.
|
|
Teach libDDC to access the DDC pins on the Geode natively, instead
of using the BIOS which has proven to be broken time and time again.
|
|
|
|
remove trailing whitespace, zap unused files and
remove blocks of ifdefed out code.
|
|
change either to geode_ or just to lx_ or gx_ depending on the processor.
Change the name in the Makefiles and other collateral
|