aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_blit_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-06drm/radeon/kms: simplify & improve GPU reset V2Jerome Glisse1-0/+3
2010-03-01drm/radeon: use ALIGN instead of open coding itMatt Turner1-2/+2
2010-02-18drm/radeon/kms: remove HDP flushes from fence emit (v2)Alex Deucher1-2/+2
2010-02-16drm/radeon/kms: fix indirect buffer management V2Jerome Glisse1-3/+0
2010-02-09drm/radeon/kms/r600: reduce gpu cache flushingAlex Deucher1-11/+2
2010-02-01drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse1-2/+5
2010-01-14drm/radeon/kms: Fix r600 blit cleanup pathJerome Glisse1-6/+8
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse1-2/+2
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-11/+19
2009-12-02drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)Alex Deucher1-2/+2
2009-11-06drm/radeon/kms/r600: fix rs880 support v2Alex Deucher1-1/+1
2009-10-12drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie1-2/+1
2009-10-08drm/r600: avoid assigning vb twice in blit codeRobert Noland1-1/+2
2009-09-23drm/radeon/r600: set correct pitch for 4 byte copyAndre Maasikas1-1/+1
2009-09-18drm/radeon/r600: fix some issues with suspend/resume.Dave Airlie1-9/+2
2009-09-18drm/r600/kms: fixup number of loops per blit calculation.Dave Airlie1-7/+14
2009-09-16drm/radeon/kms: IB locking dumps out a lockdep ordering issueDave Airlie1-1/+1
2009-09-12drm/radeon/kms/r600: fix blit dword count for non r6xxAlex Deucher1-2/+7
2009-09-10drm/radeon/kms/r600: fix blit supportAlex Deucher1-8/+31
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-0/+777