index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
ati_pcigart.c
Age
Commit message (
Expand
)
Author
2008-11-03
radeon: fix some warnings
Dave Airlie
2008-09-05
radeon: rs690 GART tables need to be in uncached memory.
Dave Airlie
2008-08-06
pcigart: fixup memset + remove wbinvd
Dave Airlie
2008-08-04
drm: remove unneeded debugging
Dave Airlie
2008-07-26
radeon: add initial atombios modesetting and GEM -> TTM translation layer.
Dave Airlie
2008-05-14
ati_pcigart: oops wrong way around not that it actually mattered
Dave Airlie
2008-05-14
ati_pcigart: stop working in the evenings you mess up too often
Dave Airlie
2008-05-14
Revert "ati_pcigart: fixup properly this version might even work"
Dave Airlie
2008-05-14
ati_pcigart: fixup properly this version might even work
Dave Airlie
2008-05-14
ati_pcigart: fill out 40-bit gart table support properly
Dave Airlie
2008-03-17
drm/pcigart: fix the pci gart to use the drm_pci wrapper.
Dave Airlie
2008-03-16
ati: fix rs690 igp gart by allocating the page table in 32-bit memory
Dave Airlie
2008-03-16
drm: this u32 should be a dma_addr_t
Dave Airlie
2008-03-05
drm: Fix for non-coherent DMA PowerPC
Benjamin Herrenschmidt
2008-01-03
drm: cleanup DRM_DEBUG() parameters
Márton Németh
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
2007-05-26
ati_pcigart: cut to 80 chars
Dave Airlie
2007-04-09
radeon: add support for reverse engineered xpress200m
Dave Airlie
2007-03-04
ati: make pcigart code able to handle variable size PCI GART aperture
Dave Airlie
2006-08-10
drm: ati_pcigart cleanup
Dave Airlie
2006-04-23
fixup GFP_COMP for older kernels and get_page/put_page for newer
Dave Airlie
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
2005-11-10
Fix cpu_to_le32 same as kernel not sure it is correct for ppc
Dave Airlie
2005-11-10
cleanup / whitespace align with kernel
Dave Airlie
2005-11-08
Catch FreeBSD up to the pcie gart changes. Required minor modification to
Eric Anholt
2005-09-30
fix header this is now a c file
Dave Airlie
2005-09-11
back out change as gart is now in framebuffer for PCIE
Dave Airlie
2005-09-11
Add GART in FB support for ati pcigart, and PCIE support for r300
Dave Airlie
2005-08-21
allocating the PCIE table from GFP_DMA seems to stop it NMI'ing
Dave Airlie
2005-07-20
Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,
Eric Anholt
2005-06-04
misc cleanup patch from Adrian Bunk
Dave Airlie
2004-12-10
Use wbinvd macro instead of assembly for it,
Dave Airlie
2004-11-05
Move ati_pcigart shared routines into drm-core module
Jon Smirl
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
2004-09-05
make the AMD64 check a compat thing
Dave Airlie
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
2004-07-20
add x86_64 architecture defines from kernel (leave AMD64 defines in for
Dave Airlie
2004-05-30
fixes from kernel: Make users of page->count use the provided macros
Dave Airlie
2003-09-12
linux drm fixes
Alan Hourihane
2003-05-27
Merged DRM documentation.
Jose Fonseca
2002-09-29
add support for 16K and 64K page sizes (Bjorn Helgaas)
Michel Daenzer
2001-12-10
merge with linux kernel 2.4.15
Alan Hourihane
2001-09-25
merge with 2.4.10 kernel
Alan Hourihane
2001-08-19
No one's maintaining 2.2.x support - so remove all the cruft.
Alan Hourihane
2001-08-13
Sync with Linus 2.4.9-pre2 + make all nopage routines more alike
Jeff Hartmann
2001-08-10
Commit Keith Owens kernel Makefile changes, merge and commit alpha patch
Jeff Hartmann
2001-04-05
Merged ati-pcigart-1-0-0
Kevin E Martin