aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus 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/airlied/drm-2.6Linus 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
2009-07-15drm/radeon/kms: block RN50 from using 3D engine.Dave Airlie1-0/+5
2009-07-15drm/radeon/kms: fix VRAM sizing like DDX does it.Dave Airlie1-2/+63
2009-07-15drm/radeon: fix support for vline relocations.Dave Airlie1-0/+105
2009-07-15drm/radeon/kms: respect TOM on rs100->rs480 IGP variants.Dave Airlie1-1/+4
2009-07-15drm/radeon/kms: fix some GART table entry bugs.Dave Airlie1-1/+1
2009-06-19drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse1-31/+45
2009-06-19radeon: Fix CP byte order on big endian architectures with KMS.Michel Dänzer1-0/+3
2009-06-19drm/radeon: this VRAM vs aperture test is wrong, just remove it.Dave Airlie1-6/+0
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+1524