summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r100.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18drm/radeon/kms/pm: add asic specific callbacks for getting power state (v2)Alex Deucher1-24/+116
2010-05-18drm/radeon/kms/pm: add asic specific callbacks for setting power state (v2)Alex Deucher1-0/+37
2010-05-18drm/radeon/kms: add support for gui idle interrupts (v4)Alex Deucher1-0/+20
2010-05-18drm/radeon/kms: add gui_idle callbackAlex Deucher1-0/+8
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-1/+1
2010-05-05Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2010-04-28drm/radeon/kms: r300 fix CS checker to allow zbuffer-only fastfillMarek Olšák1-1/+1
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie1-5/+0
2010-04-20drm/radeon/kms: enable use of unmappable VRAM V2Jerome Glisse1-5/+0
2010-04-20Merge branch 'drm-radeon-lockup' into drm-core-nextDave Airlie1-107/+141
2010-04-19Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-6/+15
2010-04-19drm/radeon/kms: allow R500 regs VAP_ALT_NUM_VERTICES and VAP_INDEX_OFFSETMarek Olšák1-1/+5
2010-04-12drm/radeon/kms: fix calculation of mipmapped 3D texture sizesMarek Olšák1-5/+10
2010-04-06drm/radeon/kms: simplify & improve GPU reset V2Jerome Glisse1-116/+64
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-0/+86
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-6/+19
2010-04-01drm/radeon/kms: enable ACPI powermanagement mode on radeon gpus.Dave Airlie1-0/+7
2010-04-01drm/radeon/kms: add sanity check to wptr.Dave Airlie1-0/+2
2010-03-31drm/radeon/kms: display watermark updates (v2)Alex Deucher1-0/+2
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-5/+3
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 imp...Tejun Heo1-0/+1
2010-03-15drm/radeon: include radeon_asic.h in the asic specific filesDaniel Vetter1-0/+1
2010-03-15drm/radeon/kms: switch to condition waiting for reclockingRafał Miłecki1-0/+2
2010-02-25drm/radeon/kms: force pinning buffer into visible VRAMJerome Glisse1-1/+4
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-61/+32
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: use wait queue (events) for VBLANK syncRafał Miłecki1-4/+2
2010-02-09drm/radeon/kms: add dynamic engine reclocking (V9)Rafał Miłecki1-0/+4
2010-02-09drm/radeon/kms: clean up some low-hanging magic numbersAlex Deucher1-6/+6
2010-02-09drm/radeon/kms: add workaround for rn50/rv100 serversAlex Deucher1-0/+65
2010-02-05drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse1-3/+1
2010-02-05drm/r100/kms: Emit cache flush to the end of command buffer. (v2)Pauli Nieminen1-2/+8
2010-01-21drm/radeon/kms/r100: fix bug in CS parserAlex Deucher1-0/+1
2010-01-14drm/radeon/kms: Use radeon_agp_disable when disabling AGPJerome Glisse1-3/+1
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse1-1/+7
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-8/+6
2009-12-23drm/radeon/kms: allow rendering while no colorbuffer is set on r300Marek Olšák1-0/+4
2009-12-16drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)Dave Airlie1-4/+48
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: enable hpd supportAlex Deucher1-2/+7
2009-12-08drm/radeon/kms: add hpd support for r1xx-r4xx asicsAlex Deucher1-2/+104
2009-12-08drm/radeon/kms/legacy: set common regs to sane valueAlex Deucher1-0/+14
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-38/+52
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