index
:
driver/xf86-video-geode
master
obsd
AMD Geode video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lx_driver.c
Age
Commit message (
Expand
)
Author
2011-03-12
Fix parameter ordering for calloc/xnfcalloc calls
Mart Raudsepp
2010-11-19
Print the panel mode BIOS uses
Frank Huang
2010-09-01
Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
Frank Huang
2009-07-28
geode: change to using ABI version check
Dave Airlie
2009-07-28
geode: update for resources/RAC API removal
Dave Airlie
2009-05-28
Remove useless loader symbol lists.
Adam Jackson
2009-05-12
Crasher fix: Use ExaDriverAlloc() to calloc the EXA struct.
Kyle McMartin
2008-11-18
LX: Put back variable needed when PCIACCCESS is defined
Jordan Crouse
2008-11-18
LX: Change the way EXA memory is allocated
Jordan Crouse
2008-08-25
[LX] - RandR 1.2 updates
Jordan Crouse
2008-08-18
lx: Add rotation for Randr 1.2 + cleanups
Jordan Crouse
2008-08-07
[LX] - Add RandR 1.2 support
Jordan Crouse
2008-06-10
geode: Bring over the DCON detection code from the OLPC tree
Jordan Crouse
2008-06-10
geode: Unmap the PCI memory when we close the screen
Jordan Crouse
2008-04-24
geode: Add "native" DDC parsing to the Geode driver
Jordan Crouse
2008-03-14
amd: fix compile and warning issues from the merge
Jordan Crouse
2008-03-14
Massive coding style fixup - move to X coding style,
Jordan Crouse
2008-03-14
First stage of the rename process - get rid of all amd_ prefixes -
Jordan Crouse