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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
drm/radeon/dp: switch to the common i2c over aux code
Alex Deucher
5
-200
/
+44
2014-04-08
drm/radeon/dp: handle zero sized i2c over aux transactions (v2)
Alex Deucher
1
-5
/
+18
2014-04-04
drm/radeon: Use two-ended allocation by size, v2
Lauri Kasanen
1
-1
/
+12
2014-04-03
drm/radeon: fix typo in spectre_golden_registers
Alex Deucher
1
-1
/
+1
2014-04-03
drm/radeon: fix endian swap on hawaii clear state buffer setup
Alex Deucher
1
-2
/
+2
2014-04-03
drm/radeon: call drm_edid_to_eld when we update the edid
Alex Deucher
1
-0
/
+1
2014-04-03
drm/radeon: rework finding display PLL numbers v2
Christian König
1
-90
/
+153
2014-04-03
drm/radeon: fix resuming mode in pm runtime resume path
Dave Airlie
1
-4
/
+6
2014-04-03
drm/radeon: fix runtime suspend breaking secondary GPUs
Dave Airlie
1
-5
/
+12
2014-04-03
drm/radeon: clear needs_reset flag if IB test fails
Christian König
1
-0
/
+1
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
6
-24
/
+24
2014-03-25
drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIK
Marek Olšák
2
-4
/
+26
2014-03-25
drm/radeon: use drm_dp_dpcd_read_link_status()
Alex Deucher
1
-25
/
+5
2014-03-25
drm/radeon: use the new drm helpers for dp aux
Alex Deucher
3
-107
/
+104
2014-03-25
drm/radeon: clarify special handling in i2c over aux
Alex Deucher
1
-20
/
+16
2014-03-25
drm/radeon/atom: rework encoder enable/disable sequence
Alex Deucher
1
-48
/
+34
2014-03-25
drm/radeon/dp: move sink power control to a separate function
Alex Deucher
2
-5
/
+23
2014-03-25
drm/radeon/dp: use i2c_get_adapdata rather than casting
Alex Deucher
1
-1
/
+1
2014-03-20
drm/radeon/kms: merge conflicted badly
Dave Airlie
1
-4
/
+0
2014-03-18
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
2
-3
/
+3
2014-03-18
Merge tag 'v3.14-rc7' into drm-next
Dave Airlie
28
-71
/
+113
2014-03-16
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
2
-3
/
+3
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
2
-2
/
+2
2014-03-13
drm/radeon/cik: properly set compute ring status on disable
Alex Deucher
1
-1
/
+4
2014-03-12
drm/radeon/cik: stop the sdma engines in the enable() function
Alex Deucher
1
-7
/
+5
2014-03-12
drm/radeon/cik: properly set sdma ring status on disable
Alex Deucher
1
-0
/
+2
2014-03-12
drm/radeon: fix runpm disabling on non-PX harder
Alex Deucher
1
-1
/
+9
2014-03-07
drm/radeon/atom: select the proper number of lanes in transmitter setup
Alex Deucher
1
-1
/
+1
2014-03-07
drm/radeon/dpm: fix typo in EVERGREEN_SMC_FIRMWARE_HEADER_softRegisters
Alex Deucher
1
-1
/
+1
2014-03-07
drm/radeon/cik: fix typo in documentation
Alex Deucher
1
-1
/
+1
2014-03-07
drm/radeon: silence GCC warning on 32 bit
Paul Bolle
1
-1
/
+1
2014-03-07
drm/radeon: resume old pm late
Alex Deucher
15
-23
/
+16
2014-03-07
drm/radeon: TTM must be init with cpu-visible VRAM, v2
Lauri Kasanen
1
-0
/
+3
2014-03-04
drm/radeon: remove struct radeon_bo_list
Christian König
11
-245
/
+244
2014-03-03
drm/radeon: drop non blocking allocations from sub allocator
Christian König
4
-8
/
+5
2014-03-03
drm/radeon: remove global vm lock
Christian König
5
-14
/
+11
2014-03-03
drm/radeon: use normal BOs for the page tables v4
Christian König
5
-295
/
+269
2014-03-03
drm/radeon: further cleanup vm flushing & fencing
Christian König
4
-16
/
+38
2014-03-03
drm/radeon: separate gart and vm functions
Christian König
3
-959
/
+982
2014-03-03
drm/radeon: fix VCE suspend/resume
Christian König
2
-30
/
+34
2014-03-03
drm/radeon: fix missing bo reservation
Christian König
1
-0
/
+6
2014-03-03
drm/radeon: limit how much memory TTM can move per IB according to VRAM usage
Marek Olšák
3
-8
/
+85
2014-03-03
drm/radeon: validate relocations in the order determined by userspace v3
Marek Olšák
4
-16
/
+61
2014-03-03
drm/radeon: add buffers to the LRU list from smallest to largest
Marek Olšák
1
-0
/
+23
2014-03-03
drm/radeon: deduplicate code in radeon_gem_busy_ioctl
Marek Olšák
1
-12
/
+1
2014-03-03
drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
Marek Olšák
5
-3
/
+62
2014-03-03
drm/radeon: add a way to get and set initial buffer domains v2
Marek Olšák
5
-1
/
+45
2014-02-28
drm/radeon: use variable UVD clocks
Alex Deucher
2
-5
/
+1
2014-02-28
drm/radeon: cleanup the fence ring locking code
Christian König
6
-61
/
+25
2014-02-28
drm/radeon: improve ring lockup detection code v2
Christian König
2
-15
/
+12
[prev]
[next]