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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-01
drm/radeon/kms/evergreen: add initial CS parser
Alex Deucher
1
-0
/
+1
2010-05-18
drm/radeon/kms/pm: rework power management
Alex Deucher
1
-6
/
+6
2010-05-18
drm/radeon/kms/pm: rework power management
Alex Deucher
1
-2
/
+2
2010-05-18
drm/radeon/kms/pm: add additional asic callbacks
Alex Deucher
1
-0
/
+11
2010-05-18
drm/radeon/kms/pm: add asic specific callbacks for getting power state (v2)
Alex Deucher
1
-0
/
+4
2010-05-18
drm/radeon/kms/pm: add asic specific callbacks for setting power state (v2)
Alex Deucher
1
-0
/
+3
2010-05-18
drm/radeon/kms: add gui_idle callback
Alex Deucher
1
-0
/
+2
2010-04-09
drm/radeon/kms/evergreen: implement irq support
Alex Deucher
1
-0
/
+4
2010-04-09
drm/radeon/kms/evergreen: add gart support
Alex Deucher
1
-0
/
+1
2010-04-06
drm/radeon/kms: simplify & improve GPU reset V2
Jerome Glisse
1
-4
/
+2
2010-04-06
drm/radeon/kms: rename gpu_reset to asic_reset
Jerome Glisse
1
-5
/
+5
2010-04-06
drm/radeon/kms: fence cleanup + more reliable GPU lockup detection V4
Jerome Glisse
1
-2
/
+5
2010-03-15
drm/radeon: collect r100 asic related declarations in radeon_asic.h
Daniel Vetter
1
-4
/
+48
2010-03-15
drm/radeon: unconfuse return value of radeon_asic->clear_surface_reg
Daniel Vetter
1
-2
/
+2
2010-03-15
drm/radeon: move asic structs to radeon_asic.c
Daniel Vetter
1
-489
/
+0
2010-03-01
drm/radeon/kms: initialize set_surface_reg reg for rs600 asic
Jerome Glisse
1
-0
/
+2
2010-02-23
drm/radeon/kms: implement reading active PCIE lanes on R600+
Rafał Miłecki
1
-2
/
+2
2010-02-18
drm/radeon: Add asic hook for dma copy to r200 cards.
Pauli Nieminen
1
-14
/
+55
2010-02-18
drm/radeon/kms: Create asic structure for r300 pcie cards.
Pauli Nieminen
1
-0
/
+38
2010-02-09
drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)
Alex Deucher
1
-0
/
+50
2010-02-09
drm/radeon/kms: dynclks fixes
Alex Deucher
1
-1
/
+1
2010-02-09
drm/radeon/kms: add functions to get current pcie lanes
Alex Deucher
1
-0
/
+11
2010-02-05
drm/radeon/kms: fix regression rendering issue on R6XX/R7XX
Jerome Glisse
1
-0
/
+11
2010-01-08
drm/radeon/kms: Schedule host path read cache flush through the ring V2
Jerome Glisse
1
-12
/
+0
2009-12-23
drm/radeon/kms: enable memory clock reading on legacy (V2)
Rafał Miłecki
1
-3
/
+4
2009-12-08
drm/radeon/kms: add asic callbacks for hpd
Alex Deucher
1
-0
/
+56
2009-12-02
drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)
Alex Deucher
1
-0
/
+2
2009-12-02
drm/radeon/kms: add HDP flushing for all GPUs.
Dave Airlie
1
-0
/
+12
2009-11-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-0
/
+23
2009-11-06
drm/radeon/kms: add debugfs for power management for AtomBIOS devices
Rafał Miłecki
1
-0
/
+23
2009-10-08
Merge branch 'drm-next' of ../drm-next into drm-linus
Dave Airlie
1
-201
/
+52
2009-10-02
drm/radeon/kms: Remove old init path as no hw use it anymore
Jerome Glisse
1
-138
/
+0
2009-10-02
drm/radeon/kms: Convert RS600 to new init path
Jerome Glisse
1
-23
/
+21
2009-10-02
drm/radeon/kms: Convert RS690/RS740 to new init path (V2).
Jerome Glisse
1
-19
/
+22
2009-10-02
drm/radeon/kms: Convert R100 to new init path (V2)
Jerome Glisse
1
-29
/
+21
2009-10-02
drm/radeon/kms: Convert R300 to new init path
Jerome Glisse
1
-39
/
+36
2009-10-02
drm/radeon/kms: Convert RS400/RS480 to new init path & fix legacy VGA (V3)
Jerome Glisse
1
-23
/
+22
2009-09-30
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
1
-39
/
+41
2009-09-29
drm/radeon/kms: Convert R520 to new init path and associated cleanup
Jerome Glisse
1
-22
/
+21
2009-09-29
drm/radeon/kms: Convert RV515 to new init path and associated cleanup
Jerome Glisse
1
-17
/
+20
2009-09-21
drm/vgaarb: add VGA arbitration support to the drm and kms.
Dave Airlie
1
-0
/
+12
2009-09-15
drm/radeon/kms: clear confusion in GART init/deinit path
Jerome Glisse
1
-8
/
+30
2009-09-14
drm/radeon/kms: convert r4xx to new init path
Jerome Glisse
1
-15
/
+18
2009-09-11
drm/radeon/kms/r600: use blit for BO moves
Alex Deucher
1
-2
/
+2
2009-09-08
drm/radeon/kms: add r600 KMS support
Jerome Glisse
1
-1
/
+155
2009-09-08
drm/radeon/kms: add rn50/r100/r200 CS tracker.
Dave Airlie
1
-0
/
+1
2009-08-27
drm/rs600/690: use autogenerated safe register tables.
Dave Airlie
1
-3
/
+3
2009-08-16
drm/radeon/kms: Fix up vertical blank interrupt support.
Michel Dänzer
1
-6
/
+17
2009-08-15
drm/radeon/kms: Add specific rs690 authorized register table
Jerome Glisse
1
-1
/
+2
2009-07-29
drm/radeon/kms: fix bandwidth computation on avivo hardware
Jerome Glisse
1
-0
/
+13
[next]