summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r100.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-02drm/radeon/kms: add HDP flushing for all GPUs.Dave Airlie1-0/+8
2009-12-02drm/radeon/kms: AGP systems need PCI bus mastering enabledDave Airlie1-3/+10
2009-11-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-11/+31
2009-11-04drm/radeon/kms: Don't RMW CP_RB_CNTLAlex Deucher1-6/+6
2009-10-26drm/radeon/kms: add support for msiAlex Deucher1-1/+16
2009-10-26drm/radeon/kms: fix cs parser tex bit 11 checkMathias Fröhlich1-2/+7
2009-10-16drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096Matt Turner1-1/+1
2009-10-12drm/radeon/kms: Fix apparent typo in legacy CRTC memory bandwidth calculation.Michel Dänzer1-1/+1
2009-10-08Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie1-163/+269
2009-10-08drm/radeon/kms: fix vline register for second head.Dave Airlie1-1/+1
2009-10-05drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie1-3/+5
2009-10-02drm/radeon/kms: Remove old init path as no hw use it anymoreJerome Glisse1-1/+0
2009-10-02drm/radeon/kms: Convert R100 to new init path (V2)Jerome Glisse1-158/+255
2009-10-02drm/radeon/kms: Convert RS400/RS480 to new init path & fix legacy VGA (V3)Jerome Glisse1-3/+11
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-120/+77
2009-09-26drm/radeon/kms: fix some bugs in vline relocAlex Deucher1-6/+5
2009-09-25drm/radeon/kms: don't require up to 64k allocations. (v2)Dave Airlie1-115/+73
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+14
2009-09-18drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.Michel Dänzer1-0/+5
2009-09-15drm/radeon/kms: clear confusion in GART init/deinit pathJerome Glisse1-20/+20
2009-09-14drm/radeon/kms: convert r4xx to new init pathJerome Glisse1-6/+108
2009-09-10drm/radeon/kms: Don't try to process irq when we are unloadingJerome Glisse1-0/+3
2009-09-10drm/radeon/kms: call r100_cp_disable rather than duplicating code.Jerome Glisse1-2/+1
2009-09-10drm/radeon/kms: wait for cp idle before stopping it.Jerome Glisse1-0/+18
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-12/+123
2009-09-08drm/radeon/kms: add rn50/r100/r200 CS tracker.Dave Airlie1-120/+691
2009-09-07Merge intel drm-intel-next branchDave Airlie1-0/+10
2009-08-31radeon: Use request_firmware()Ben Hutchings1-35/+84
2009-08-21drm/radeon/kms: add r100/r200 OQ support.Dave Airlie1-0/+10
2009-08-16drm/radeon/kms: cut down indirects in register accesses.Dave Airlie1-20/+0
2009-08-16drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer1-0/+66
2009-08-04drm/radeon: Read buffer overflowRoel Kluin1-1/+2
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie1-12/+22
2009-07-29drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse1-0/+483
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-1/+78