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_atombios.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-31
drm/radeon: add dpm support for CI dGPUs (v2)
Alex Deucher
1
-1
/
+1
2013-08-31
drm/radeon: add support for thermal controller on KB/KV
Alex Deucher
1
-0
/
+5
2013-08-31
drm/radeon/cik: implement some more atom helpers for DPM
Alex Deucher
1
-0
/
+115
2013-07-30
drm/radeon/atom: fix fb when fetching engine params
Alex Deucher
1
-1
/
+1
2013-07-18
drm/radeon/dpm/atom: fix broken gcc harder
Alex Deucher
1
-3
/
+6
2013-07-17
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
Andre Heider
1
-2
/
+3
2013-07-17
drm/radeon/dpm: fix atom vram table parsing
Alex Deucher
1
-16
/
+10
2013-07-17
drm/radeon: fix an endian bug in atom table parsing
Alex Deucher
1
-1
/
+1
2013-07-06
drm/radeon: set default clocks for SI when DPM is disabled
Alex Deucher
1
-0
/
+4
2013-07-04
drm/radeon: fix endian bug in radeon_atom_get_mclk_range_table()
Alex Deucher
1
-1
/
+1
2013-07-01
drm/radeon: fix typo in radeon_atom_init_mc_reg_table()
Alex Deucher
1
-1
/
+2
2013-07-01
drm/radeon/atom: fix endian bug in radeon_atom_init_mc_reg_table()
Alex Deucher
1
-1
/
+1
2013-06-28
drm/radeon: fix endian issues in atombios dpm code
Alex Deucher
1
-5
/
+5
2013-06-28
drm/radeon/atom: fix voltage table parsing
Alex Deucher
1
-150
/
+170
2013-06-28
drm/radeon: fix typo in atom voltage table handling (si+)
Alex Deucher
1
-2
/
+2
2013-06-28
drm/radeon: fix typo in atom voltage table handling (6xx-ni)
Alex Deucher
1
-4
/
+4
2013-06-28
drm/radeon: update radeon_atombios_get_default_voltages for mvdd
Alex Deucher
1
-4
/
+7
2013-06-28
drm/radeon/dpm: validate voltages against dispclk requirements
Alex Deucher
1
-0
/
+1
2013-06-28
drm/radeon: add atom get leakage vddc function
Alex Deucher
1
-0
/
+7
2013-06-28
drm/radeon: update radeon_atom_get_voltage_table() for SI
Alex Deucher
1
-25
/
+65
2013-06-28
drm/radeon: update radeon_atom_is_voltage_gpio() for SI
Alex Deucher
1
-21
/
+50
2013-06-28
drm/radeon/atom: add helper to calcuate mpll params
Alex Deucher
1
-0
/
+51
2013-06-27
drm/radeon/kms: add dpm support for rv6xx (v3)
Alex Deucher
1
-2
/
+2
2013-06-27
drm/radeon/kms: add atom helper functions for dpm (v3)
Alex Deucher
1
-7
/
+653
2013-06-27
drm/radeon: update radeon_atom_get_clock_dividers for CIK
Alex Deucher
1
-1
/
+19
2013-06-27
drm/radeon: update radeon_atom_get_clock_dividers() for SI
Alex Deucher
1
-1
/
+5
2013-06-27
drm/radeon: add SS override support for KB/KV
Alex Deucher
1
-0
/
+17
2013-06-27
drm/radeon: update power state parsing for CI
Alex Deucher
1
-0
/
+10
2013-06-27
drm/radeon: handle the integrated thermal controller on CI
Alex Deucher
1
-0
/
+6
2013-05-02
drm/radeon: fix handling of v6 power tables
Alex Deucher
1
-6
/
+5
2013-05-02
drm/radeon: clarify family checks in pm table parsing
Alex Deucher
1
-3
/
+3
2013-05-02
drm/radeon: fix possible segfault when parsing pm tables
Alex Deucher
1
-1
/
+9
2013-04-24
drm/radeon: fix endian bugs in radeon_atom_get_clock_dividers() (v3)
Alex Deucher
1
-4
/
+2
2013-04-09
drm/radeon: add radeon_atom_get_clock_dividers helper
Christian König
1
-0
/
+107
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+13
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-09-20
drm/radeon: implement bounds checking on thermal controller lookup
Alex Deucher
1
-2
/
+9
2012-09-20
drm/radeon: track whether the GPU controls the backlight (v2)
Alex Deucher
1
-0
/
+4
2012-08-20
drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...
Tvrtko Ursulin
1
-1
/
+1
2012-08-13
drm/radeon: properly handle SS overrides on TN (v2)
Alex Deucher
1
-12
/
+37
2012-05-29
drm/radeon: fix XFX quirk
Alex Deucher
1
-1
/
+3
2012-03-21
drm/radeon/kms: update power table parsing for SI
Alex Deucher
1
-0
/
+21
2012-03-21
drm/radeon/kms/atom: add support for SI SetVoltage table
Alex Deucher
1
-6
/
+33
2012-03-21
drm/radeon/kms: fix up atom HPD gpio parsing for DCE6
Alex Deucher
1
-1
/
+3
2012-03-21
drm/radeon/kms: upstream power table updates
Alex Deucher
1
-7
/
+7
2012-03-20
drm/radeon/kms: add connector quirk for Fujitsu D3003-S2 board
Alex Deucher
1
-0
/
+14
2012-02-22
drm/radeon/kms/atom: dpms bios scratch reg updates
Alex Deucher
1
-0
/
+3
2012-02-14
drm/radeon/kms/atom: bios scratch reg handling updates
Alex Deucher
1
-0
/
+17
2012-01-03
drm/radeon/kms/atom: fix possible segfault in pm setup
Alexander Müller
1
-1
/
+5
2011-11-23
drm/radeon/kms/atom: unify i2c gpio table handling
Alex Deucher
1
-128
/
+86
[next]