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.12.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
/
radeon_asic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-24
drm/radeon: switch audio handling to use callbacks
Alex Deucher
1
-0
/
+18
2013-04-09
drm/radeon: add pcie set/get lanes callbacks for newer asics
Alex Deucher
1
-6
/
+6
2013-04-09
drm/radeon: add set_uvd_clocks callback for r7xx v3
Christian König
1
-0
/
+1
2013-04-09
drm/radeon: add set_uvd_clocks callback for SI
Christian König
1
-0
/
+1
2013-04-09
drm/radeon: add set_uvd_clocks callback for evergreen
Alex Deucher
1
-0
/
+3
2013-04-09
drm/radeon: add set_uvd_clocks callback for ON/LN/TN (v4)
Alex Deucher
1
-0
/
+2
2013-04-09
drm/radeon: UVD bringup v8
Christian König
1
-0
/
+63
2013-02-20
drm/radeon: switch get_gpu_clock() to a callback (v2)
Alex Deucher
1
-0
/
+9
2013-02-20
drm/radeon: add a asic callback to get the xclk
Alex Deucher
1
-0
/
+9
2013-02-02
drm/radeon: radeon-asic updates for Oland
Alex Deucher
1
-1
/
+5
2013-02-01
drm/radeon: switch back to using the DMA ring for VM PT updates
Alex Deucher
1
-3
/
+3
2013-02-01
drm/radeon: use the reset mask to determine if rings are hung
Alex Deucher
1
-20
/
+20
2013-02-01
drm/radeon: switch back to the CP ring for VM PT updates
Alex Deucher
1
-3
/
+3
2013-01-04
drm/radeon: split r6xx and r7xx copy_dma functions
Alex Deucher
1
-2
/
+2
2012-12-14
drm/radeon: add VM CS parser support for async DMA on cayman/TN/SI
Alex Deucher
1
-0
/
+6
2012-12-14
drm/radeon/kms: add evergreen/cayman CS parser for async DMA (v2)
Alex Deucher
1
-7
/
+7
2012-12-14
drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)
Alex Deucher
1
-3
/
+3
2012-12-11
drm/radeon: use DMA engine for VM page table updates on SI
Alex Deucher
1
-1
/
+1
2012-12-11
drm/radeon: use DMA engine for VM page table updates on cayman/TN
Alex Deucher
1
-2
/
+2
2012-12-11
drm/radeon: use async dma for ttm buffer moves on 6xx-SI
Alex Deucher
1
-18
/
+18
2012-12-11
drm/radeon/kms: Add initial support for async DMA on SI
Alex Deucher
1
-2
/
+22
2012-12-11
drm/radeon/kms: Add initial support for async DMA on cayman/TN
Alex Deucher
1
-4
/
+44
2012-12-11
drm/radeon/kms: Add initial support for async DMA on evergreen
Alex Deucher
1
-6
/
+33
2012-12-11
drm/radeon/kms: Add initial support for async DMA on r6xx/r7xx
Alex Deucher
1
-6
/
+33
2012-10-02
drm/radeon: add vm set_page() callback for SI
Alex Deucher
1
-1
/
+1
2012-10-02
drm/radeon/pm: fix multi-head profile handling on BTC+ (v2)
Alex Deucher
1
-2
/
+2
2012-09-27
drm/radeon: add get_backlight_level callback
Alex Deucher
1
-0
/
+19
2012-09-20
drm/radeon: make page table updates async v2
Christian König
1
-0
/
+3
2012-09-20
drm/radeon: Move looping over the PTEs into chip code
Christian König
1
-3
/
+0
2012-09-20
drm/radeon: rework VMID handling
Christian König
1
-6
/
+3
2012-09-20
drm/radeon: make VM flushs a ring operation
Christian König
1
-3
/
+9
2012-09-20
drm/radeon: remove vm_unbind
Christian König
1
-3
/
+0
2012-09-20
drm/radeon: move VM funcs into asic structure
Christian König
1
-23
/
+27
2012-09-20
drm/radeon: rework the backlight control to be an asic callback
Alex Deucher
1
-0
/
+20
2012-07-18
drm/radeon: document radeon_asic.c
Alex Deucher
1
-0
/
+46
2012-05-03
drm/radeon: remove cayman_gpu_is_lockup
Christian König
1
-6
/
+6
2012-05-03
drm/radeon: remove r300_gpu_is_lockup
Christian König
1
-8
/
+8
2012-05-03
drm/radeon: make radeon_gpu_is_lockup a per ring function
Christian König
1
-19
/
+25
2012-03-21
drm/radeon/kms: add radeon_asic struct for trinity
Alex Deucher
1
-0
/
+98
2012-03-21
drm/radeon/kms: add radeon_asic struct for SI
Alex Deucher
1
-0
/
+110
2012-02-29
drm/radeon/kms: clean up radeon_asic struct (v2)
Alex Deucher
1
-51
/
+51
2012-02-29
drm/radeon/kms: reorganize surface callbacks
Alex Deucher
1
-35
/
+68
2012-02-29
drm/radeon/kms: move clock/pcie setting callbacks into pm struct
Alex Deucher
1
-123
/
+125
2012-02-29
drm/radeon/kms: reorganize display callbacks
Alex Deucher
1
-51
/
+86
2012-02-29
drm/radeon/kms: reorganize gart callbacks
Alex Deucher
1
-38
/
+72
2012-02-29
drm/radeon/kms: make ring_start, ring_test, and ib_test per ring
Alex Deucher
1
-27
/
+48
2012-02-29
drm/radeon/kms: reorganize irq callbacks
Alex Deucher
1
-34
/
+68
2012-02-29
drm/radeon/kms: reorganize copy callbacks
Alex Deucher
1
-54
/
+136
2012-02-29
drm/radeon: also make the cs_parse function per ring
Christian König
1
-18
/
+20
2012-02-27
drm/radeon/kms: reorganize pm callbacks
Alex Deucher
1
-85
/
+119
[next]