aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r300.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-24drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher1-0/+7
2013-08-20Docs: Comment: Fixed egregious typosMichael Witten1-1/+1
2013-06-03radeon: Fix system hang issue when using KMS with older cardsAdis Hamzić1-3/+6
2013-01-31drm/radeon: consolidate redundant macros and constantsIlija Hadzic1-3/+3
2013-01-31drm/radeon: use common next_reloc functionIlija Hadzic1-8/+8
2013-01-31drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packetIlija Hadzic1-9/+9
2013-01-31drm/radeon: use common cs packet parse functionIlija Hadzic1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen1-2/+2
2012-07-17drm/radeon: move radeon_ib_ring_tests out of chipset codeChristian König1-4/+0
2012-07-17drm/radeon: remove ip_pool start/suspendChristian König1-11/+6
2012-05-09drm/radeon: make the ib an inline objectJerome Glisse1-2/+2
2012-05-03drm/radeon: remove r300_gpu_is_lockupChristian König1-14/+0
2012-05-03drm/radeon: make forcing ring activity a common functionChristian König1-9/+1
2012-05-03drm/radeon: move lockup detection code into radeon_ring.cChristian König1-2/+2
2012-05-03drm/radeon: use central function for IB testingChristian König1-5/+2
2012-05-03drm/radeon: replace gpu_lockup with ring->ready flagChristian König1-1/+0
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie1-1/+7
2012-02-29drm/radeon/kms: reorganize gart callbacksAlex Deucher1-2/+2
2012-02-29drm/radeon/kms: make ring_start, ring_test, and ib_test per ringAlex Deucher1-3/+2
2012-02-22drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse1-1/+7
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse1-3/+3
2011-12-20drm/radeon: introduce a sub allocator and convert ib pool to it v4Jerome Glisse1-2/+19
2011-12-20drm/radeon: precompute fence cpu/gpu addr once v3Jerome Glisse1-1/+7
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-64/+64
2011-12-20drm/radeon: make cp variable an arrayChristian König1-2/+2
2011-12-20drm/radeon: make all functions work with multiple rings.Christian König1-62/+65
2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher1-2/+2
2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák1-43/+51
2011-11-04drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2Jerome Glisse1-12/+4
2011-09-06drm/radeon: Print gart initialization details on all chipsetsTormod Volden1-2/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-02-17drm: Fix printk typo 'failled'Paul Bolle1-2/+2
2011-02-17drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300Marek Olšák1-0/+2
2011-02-14drm/radeon/kms: check AA resolve registers on r300Marek Olšák1-0/+21
2011-02-14drm/radeon/kms: fix tracking of BLENDCNTL, COLOR_CHANNEL_MASK, and GB_Z on r300Marek Olšák1-2/+1
2011-02-14drm/radeon/kms: optimize CS state checking for r100->r500Marek Olšák1-1/+19
2011-01-27drm/radeon/kms: clean up some magic numbersAlex Deucher1-2/+5
2011-01-17drm/radeon/kms: balance asic_reset functionsAlex Deucher1-5/+6
2011-01-07drm/radeon/kms: add pcie get/set lane support for r6xx/r7xx/evergreenAlex Deucher1-4/+1
2011-01-06drm/radeon/kms: manage r300 CMASK RAM access and allow CMASK clearMarek Olšák1-0/+9
2010-12-22drm/radeon/kms: add ARGB2101010 colorbuffer support for r500Marek Olšák1-0/+7
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches1-1/+1
2010-10-06drm/radeon/kms: enable writeback (v2)Alex Deucher1-6/+9
2010-08-02drm/radeon: add basic zmask/hiz support (v4)Dave Airlie1-3/+41
2010-08-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie1-0/+3
2010-08-02drm/radeon/kms: check/restore sanity before doing anything else with GPU.Dave Airlie1-0/+2
2010-07-20drm: radeon: check kzalloc() resultKulikov Vasiliy1-0/+2