summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_device.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-0/+40
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+40
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-67/+90
2010-02-18drm/radeon: Add asic hook for dma copy to r200 cards.Pauli Nieminen1-1/+3
2010-02-18drm/radeon/kms: Create asic structure for r300 pcie cards.Pauli Nieminen1-5/+4
2010-02-11drm/radeon/kms: set gart pages to invalid on unbind and point to dummy pageDave Airlie1-0/+2
2010-02-09drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)Alex Deucher1-2/+18
2010-02-09drm/radeon/kms: use wait queue (events) for VBLANK syncRafał Miłecki1-0/+1
2010-02-09drm/radeon/kms: add dynamic engine reclocking (V9)Rafał Miłecki1-0/+1
2010-02-09drm/radeon/kms: add support for hw i2c on r1xx-r5xxAlex Deucher1-0/+1
2010-01-14drm/radeon/kms: Use radeon_agp_disable when disabling AGPJerome Glisse1-0/+1
2010-01-07drm/radeon/radeon_device.c: move a dereference below a NULL testDarren Jenkins1-2/+4
2009-12-23drm/radeon/kms: Check module arguments to be valid V2Jerome Glisse1-5/+68
2009-12-23drm/radeon/kms: enable memory clock reading on legacy (V2)Rafał Miłecki1-0/+6
2009-12-23drm/radeon/kms: prevent parallel AtomBIOS callsRafał Miłecki1-0/+1
2009-12-10drm/radeon/kms: restore surface registers on resume.Dave Airlie1-4/+5
2009-12-10drm/radeon/kms: Fix NULL ptr dereferenceJerome Glisse1-2/+4
2009-12-08drm/radeon/kms: enable hpd supportAlex Deucher1-0/+9
2009-12-08drm/radeon/kms: add support to atom parser for FB read/writeDave Airlie1-0/+2
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-5/+11
2009-12-02drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)Alex Deucher1-0/+2
2009-12-02drm/radeon/kms: ignore unposted GPUs with no BIOS.Dave Airlie1-0/+18
2009-12-02drm/radeon/kms: Disable agp only if we are dealing with an AGP GPUJerome Glisse1-1/+1
2009-11-24drm/radeon/kms: resume AGP by calling init.Dave Airlie1-0/+2
2009-11-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-12/+17
2009-10-28drm/radeon/kms/atom: Make card_info per deviceMathias Fröhlich1-12/+17
2009-10-28drm/radeon/kms: ignore vga arbiter return.Dave Airlie1-4/+3
2009-10-08Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie1-198/+39
2009-10-08drm/radeon/kms: Fix AGP support for R600/RV770 family (v2)Jerome Glisse1-0/+1
2009-10-08drm/radeon/kms: Fallback to non AGP when acceleration fails to initialize (v2)Jerome Glisse1-19/+32
2009-10-02drm/radeon/kms: Remove old init path as no hw use it anymoreJerome Glisse1-177/+3
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-4/+7
2009-09-26drm/radeon/kms/r600: fix forcing pci mode on agp cardsAlex Deucher1-4/+7
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-1/+20
2009-09-18drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init().Michel Dänzer1-2/+2
2009-09-18drm/radeon/kms: don't fail if we fail to init GPU accelerationJerome Glisse1-26/+18
2009-09-16drm/radeon: Save and restore bios scratch regs during S/RYang Zhao1-0/+3
2009-09-16drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.Michel Dänzer1-2/+2
2009-09-15drm/radeon/kms: clear confusion in GART init/deinit pathJerome Glisse1-6/+30
2009-09-14drm/radeon/kms: move mtrr range add and memory informationJerome Glisse1-8/+0
2009-09-14drm/radeon/kms: convert r4xx to new init pathJerome Glisse1-7/+12
2009-09-11drm/radeon/kms: move modeset init outside of GPU initJerome Glisse1-17/+3
2009-09-11drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GARTJerome Glisse1-1/+1
2009-09-10drm/radeon/kms: add R4XX mc register access helper.Jerome Glisse1-0/+4
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-149/+191
2009-08-16drm/radeon/kms: cut down indirects in register accesses.Dave Airlie1-10/+3
2009-08-07drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie1-1/+3
2009-07-29drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer1-0/+3
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie1-9/+11