index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
r600.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
1
-1
/
+1
2011-12-20
drm/radeon: introduce a sub allocator and convert ib pool to it v4
Jerome Glisse
1
-21
/
+22
2011-12-20
drm/radeon/kms: add support for per-ring fence interrupts
Alex Deucher
1
-1
/
+1
2011-12-20
drm/radeon/kms: add some new ring params to better handle other ring types
Alex Deucher
1
-1
/
+2
2011-12-20
drm/radeon: precompute fence cpu/gpu addr once v3
Jerome Glisse
1
-3
/
+8
2011-12-20
drm/radeon: move ring debugfs into radeon_ring.c
Christian König
1
-26
/
+0
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
1
-94
/
+94
2011-12-20
drm/radeon: make cp variable an array
Christian König
1
-15
/
+15
2011-12-20
drm/radeon: make ring rptr and wptr register offsets variable
Christian König
1
-8
/
+4
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
1
-96
/
+105
2011-12-20
drm/radeon/kms: add support for semaphores v3
Christian König
1
-1
/
+14
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
1
-5
/
+5
2011-11-11
drm/radeon/kms: optimize r600_pm_profile_init
Alex Deucher
1
-68
/
+32
2011-11-11
drm/radeon/kms/pm: add a proper pm profile init function for fusion
Alex Deucher
1
-38
/
+20
2011-11-07
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-23
/
+83
2011-11-04
drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2
Jerome Glisse
1
-12
/
+5
2011-11-03
drm/radeon/kms: set HPD polarity in hpd_init()
Alex Deucher
1
-10
/
+9
2011-11-01
drm/radeon/kms: allocate vram scratch page on 6xx+
Alex Deucher
1
-1
/
+53
2011-11-01
drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3
Jerome Glisse
1
-0
/
+16
2011-11-01
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
1
-0
/
+1
2011-10-18
Merge tag 'v3.1-rc10' into drm-core-next
Dave Airlie
1
-6
/
+8
2011-10-18
drm/radeon/kms: make r600-NI blit suspend code common
Alex Deucher
1
-10
/
+16
2011-10-18
drm/radeon/kms: simplify r6xx blit code
Alex Deucher
1
-2
/
+2
2011-10-18
drm/radeon: Move more code out of line
Andi Kleen
1
-2
/
+2
2011-09-18
drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)
Alex Deucher
1
-4
/
+6
2011-09-14
drm/radeon: Don't read from CP ring write pointer registers.
Michel Dänzer
1
-2
/
+2
2011-09-06
drm/radeon: Print gart initialization details on all chipsets
Tormod Volden
1
-0
/
+3
2011-07-25
drm/radeon: Add a rmb() in IH processing
Benjamin Herrenschmidt
1
-0
/
+3
2011-07-25
drm/radeon: Do an MMIO read on interrupts when not uisng MSIs
Benjamin Herrenschmidt
1
-0
/
+4
2011-07-25
drm/radeon: Writeback endian fixes
Benjamin Herrenschmidt
1
-7
/
+0
2011-07-18
drm/radeon/kms: add info query for backend map
Alex Deucher
1
-0
/
+1
2011-07-07
drm/radeon/kms: free ib pool on module unloading
Jerome Glisse
1
-0
/
+1
2011-06-21
drm/radeon/kms/r6xx+: voltage fixes
Alex Deucher
1
-0
/
+3
2011-06-20
drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.
Dave Airlie
1
-8
/
+7
2011-06-09
drm/radeon: fix GUI idle IH debug statements
Ilija Hadzic
1
-1
/
+1
2011-06-02
drm/radeon/kms: add support for Llano Fusion APUs
Alex Deucher
1
-0
/
+12
2011-04-20
drm/radeon/kms: fix IH writeback on r6xx+ on big endian machines
Cédric Cano
1
-1
/
+1
2011-04-13
drm/radeon/kms: add voltage type to atom set voltage function
Alex Deucher
1
-1
/
+1
2011-04-13
drm/radeon/kms: clean up gart dummy page handling
Alex Deucher
1
-4
/
+0
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-03-16
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
Dave Airlie
1
-2
/
+1
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-5
/
+17
2011-03-14
drm/radeon: fix problem with changing active VRAM size. (v2)
Dave Airlie
1
-2
/
+1
2011-03-03
drm/radeon/kms: add support for cayman irqs
Alex Deucher
1
-3
/
+11
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
1
-1
/
+1
2011-02-17
drm: Fix printk typo 'failled'
Paul Bolle
1
-1
/
+1
2011-02-14
drm/radeon/kms: 6xx/7xx big endian fixes
Cédric Cano
1
-5
/
+17
2011-02-02
drm/radeon/kms: rv6xx+ thermal sensor fixes
Alex Deucher
1
-2
/
+6
2011-01-24
drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asics
Alex Deucher
1
-0
/
+3
2011-01-17
drm/radeon/kms: remove duplicate card_posted() functions
Alex Deucher
1
-19
/
+1
[next]