aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r300.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01drm/radeon/kms: CS checker texture fixes for r1xx/r2xx/r3xxRoland Scheidegger1-0/+5
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-4/+3
2010-05-18drm/radeon/kms/pm: rework power managementAlex Deucher1-3/+0
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-4/+3
2010-05-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2010-04-28drm/radeon/kms: r300 fix CS checker to allow zbuffer-only fastfillMarek Olšák1-1/+1
2010-04-27Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+2
2010-04-27drm/radeon/kms: R3XX-R4XX fix GPU reset codeJerome Glisse1-8/+0
2010-04-23drm/radeon: 9800 SE has only one quadpipeTormod Volden1-3/+2
2010-04-20Merge branch 'drm-radeon-lockup' into drm-core-nextDave Airlie1-74/+82
2010-04-19Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-4/+11
2010-04-19drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSETMarek Olšák1-4/+11
2010-04-09Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+3
2010-04-06drm/radeon/kms: simplify & improve GPU reset V2Jerome Glisse1-75/+59
2010-04-06drm/radeon/kms: rename gpu_reset to asic_resetJerome Glisse1-3/+3
2010-04-06drm/radeon/kms: fence cleanup + more reliable GPU lockup detection V4Jerome Glisse1-2/+26
2010-04-06drm/radeon: R300 AD only has one quad pipe.Michel Dänzer1-2/+3
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+4
2010-03-31drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable)Jerome Glisse1-1/+1
2010-03-31drm/radeon/kms: display watermark fixesAlex Deucher1-0/+1
2010-03-31drm/radeon/kms: expose thermal/fan i2c busesAlex Deucher1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15drm/radeon: include radeon_asic.h in the asic specific filesDaniel Vetter1-0/+1
2010-02-25drm/radeon/kms: add support for square microtiles on r3xx-r5xxMarek Olšák1-1/+7
2010-02-23drm/radeon/kms: implement reading active PCIE lanes on R600+Rafał Miłecki1-1/+4
2010-02-23drm/radeon/kms: fix R3XX/R4XX memory controller initializationJerome Glisse1-1/+6
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-12/+15
2010-02-18drm/radeon: Add asic hook for dma copy to r200 cards.Pauli Nieminen1-44/+0
2010-02-11drm/radeon/kms: set gart pages to invalid on unbind and point to dummy pageDave Airlie1-0/+1
2010-02-09drm/radeon/kms: add functions to get current pcie lanesAlex Deucher1-0/+31
2010-02-09drm/radeon/kms: clean up some low-hanging magic numbersAlex Deucher1-18/+20
2010-02-05drm/radeon/kms: fix r300 vram width calculationsDave Airlie1-4/+7
2010-02-05drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse1-3/+2
2010-01-08drm/radeon/kms: Make sure we release AGP device if we acquired itJerome Glisse1-0/+1
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse1-1/+15
2009-12-23drm/radeon/kms: add 3DC compression supportMarek Olšák1-0/+18
2009-12-23drm/radeon/kms: allow rendering while no colorbuffer is set on r300Marek Olšák1-0/+12
2009-12-16drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)Dave Airlie1-3/+9
2009-12-16drm/radeon/kms: allow for texture tilingMaciej Cencora1-1/+9
2009-12-16drm/radeon/kms: init pm on all chipsetsRafał Miłecki1-0/+2
2009-12-10drm/radeon/kms: restore surface registers on resume.Dave Airlie1-0/+2
2009-12-08drm/radeon/kms/legacy: set common regs to sane valueAlex Deucher1-0/+3
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-5/+10
2009-12-02drm/radeon/kms: add irq mitigation code for sw interrupt.Dave Airlie1-1/+0
2009-12-02drm/radeon/kms: ignore unposted GPUs with no BIOS.Dave Airlie1-4/+2
2009-12-02drm/radeon/kms: AGP systems need PCI bus mastering enabledDave Airlie1-0/+6
2009-10-16drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096Matt Turner1-1/+1
2009-10-02drm/radeon/kms: Remove old init path as no hw use it anymoreJerome Glisse1-1/+0
2009-10-02drm/radeon/kms: Convert R300 to new init pathJerome Glisse1-107/+186
2009-10-02drm/radeon/kms: Convert RS400/RS480 to new init path & fix legacy VGA (V3)Jerome Glisse1-1/+15