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
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
6
-14
/
+21
2012-01-05
drm/radeon/kms: add missing ring ready check in sync tests
Alex Deucher
1
-0
/
+2
2012-01-03
Merge branch 'drm-radeon-testing' of ../drm-radeon-next into drm-core-next
Dave Airlie
6
-54
/
+125
2012-01-03
drm/radeon/kms: define TMDS/LVTM HDMI enabling bits
Rafał Miłecki
2
-4
/
+10
2012-01-03
drm/radeon/kms: workaround invalid AVI infoframe checksum issue
Rafał Miłecki
1
-0
/
+7
2012-01-03
drm/radeon/kms: setup HDMI mode on Evergreen encoders
Rafał Miłecki
2
-8
/
+33
2012-01-03
drm/radeon/kms/atom: fix possible segfault in pm setup
Alexander Müller
1
-1
/
+5
2011-12-22
drm/radeon/kms: bail on BTC parts if MC ucode is missing
Alex Deucher
1
-0
/
+12
2011-12-20
drm/radeon/kms: don't use 0 bpc for adjusting hdmi clock
Dave Airlie
1
-1
/
+1
2011-12-20
drm/radeon: introduce a sub allocator and convert ib pool to it v4
Jerome Glisse
18
-292
/
+601
2011-12-20
drm/radeon/kms: add support for per-ring fence interrupts
Alex Deucher
9
-39
/
+105
2011-12-20
drm/radeon/kms: add cayman specific fence_ring_emit
Alex Deucher
4
-3
/
+50
2011-12-20
drm/radeon/kms: add some new ring params to better handle other ring types
Alex Deucher
7
-11
/
+27
2011-12-20
drm/radeon: improve radeon_test_syncing function
Christian König
1
-14
/
+185
2011-12-20
drm/radeon: precompute fence cpu/gpu addr once v3
Jerome Glisse
14
-53
/
+152
2011-12-20
drm/radeon: move ring debugfs into radeon_ring.c
Christian König
2
-26
/
+50
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
21
-826
/
+826
2011-12-20
drm/radeon: disable compute rings on cayman for now
Christian König
1
-2
/
+2
2011-12-20
drm/radeon: add radeon_fence_count_emited function
Christian König
3
-14
/
+23
2011-12-20
drm/radeon: make some asic pointers per ring
Christian König
5
-64
/
+144
2011-12-20
drm/radeon: Add radeon_test_syncing function v2
Christian König
3
-1
/
+96
2011-12-20
drm/radeon: make cp variable an array
Christian König
20
-96
/
+119
2011-12-20
drm/radeon: make ring rptr and wptr register offsets variable
Christian König
9
-52
/
+29
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
20
-745
/
+812
2011-12-20
drm/radeon/kms: add support for semaphores v3
Christian König
13
-6
/
+248
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
20
-150
/
+201
2011-12-20
drm/radeon: fix a spelling mistake
Christian König
4
-22
/
+22
2011-12-20
drm/radeon: no need to check all relocs for duplicates
Christian König
1
-2
/
+3
2011-12-20
drm/radeon: fix debugfs handling v3
Christian König
2
-19
/
+33
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
25
-384
/
+708
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
4
-6
/
+6
2011-12-19
drm/radeon/kms: support for audio on Evergreen
Rafał Miłecki
3
-3
/
+41
2011-12-19
drm/radeon/kms: minor HDMI audio cleanups
Rafał Miłecki
2
-20
/
+33
2011-12-19
drm/radeon/kms: do not force DVI mode on DCE4 if audio is on
Rafał Miłecki
1
-23
/
+12
2011-12-07
drm/radeon/kms: fix return type for radeon_encoder_get_dp_bridge_encoder_id
Alex Deucher
1
-4
/
+3
2011-12-06
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
1
-2
/
+6
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
1
-21
/
+22
2011-12-06
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
4
-35
/
+84
2011-12-06
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
1
-0
/
+2
2011-12-06
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
1
-136
/
+83
2011-12-06
drm/ttm: remove unused backend flags field
Jerome Glisse
1
-1
/
+0
2011-12-02
drm/radeon/kms: fix 2D tiling CS support on EG/CM
Alex Deucher
2
-26
/
+154
2011-12-02
drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CM
Alex Deucher
2
-2
/
+62
2011-12-01
drm/radeon/kms: Skip ACPI call to ATIF when possible
Jean Delvare
1
-4
/
+4
2011-12-01
drm/radeon/kms: Hide debugging message
Jean Delvare
1
-1
/
+2
2011-12-01
drm/radeon/kms: add some loop timeouts in pageflip code
Alex Deucher
4
-4
/
+24
2011-11-30
drm: move the fb bpp/depth helper into the core.
Dave Airlie
1
-1
/
+1
2011-11-29
drm/radeon/kms: fix up for BIG ENDIAN breakage
Dave Airlie
1
-1
/
+1
2011-11-23
drm/radeon/kms/atom: unify i2c gpio table handling
Alex Deucher
1
-128
/
+86
2011-11-23
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
Alex Deucher
1
-0
/
+12
[prev]
[next]