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
2009-09-16
drm/radeon/kms: we should return 0 when we have no modes not -1.
Dave Airlie
1
-1
/
+1
2009-09-16
drm/radeon/kms: Free CS parser state tracking memory.
Michel Dänzer
1
-0
/
+1
2009-09-16
drm/radeon/kms: Don't kzalloc memory which is immediately overwritten.
Michel Dänzer
1
-1
/
+1
2009-09-16
drm/radeon/kms: Move radeon_clocks_init() call back after getting VRAM info.
Michel Dänzer
1
-2
/
+2
2009-09-16
drm/radeon/kms: Only add common modes which fit in both panel dimensions.
Michel Dänzer
1
-2
/
+4
2009-09-15
drm/radeon/kms: add 32/64 ioctl support.
Dave Airlie
3
-1
/
+18
2009-09-15
drm/radeon/kms: clear confusion in GART init/deinit path
Jerome Glisse
14
-190
/
+306
2009-09-14
drm/radeon/kms: cleanup - remove radeon_share.h
Jerome Glisse
9
-132
/
+84
2009-09-14
drm/radeon/kms: move mtrr range add and memory information
Jerome Glisse
2
-8
/
+8
2009-09-14
drm/radeon/kms: convert r4xx to new init path
Jerome Glisse
10
-124
/
+1121
2009-09-12
drm/radeon/kms: fix typo in quirks
Alex Deucher
1
-2
/
+2
2009-09-12
drm/radeon/kms/r600: fix blit dword count for non r6xx
Alex Deucher
1
-2
/
+7
2009-09-12
drm/radeon/kms: add common lvds modes in the ddc case
Alex Deucher
1
-3
/
+6
2009-09-11
drm/radeon/kms: set fbdev_info for suspend/resume
Dave Airlie
1
-0
/
+1
2009-09-11
drm/radeon/kms: move modeset init outside of GPU init
Jerome Glisse
3
-21
/
+25
2009-09-11
drm/radeon/kms: add common scaled modes for TV and LVDS
Alex Deucher
1
-9
/
+64
2009-09-11
drm/radeon/kms: pull in latest quirks and fixes from ddx
Alex Deucher
2
-16
/
+33
2009-09-11
drm/radeon/kms/r600: use blit for BO moves
Alex Deucher
1
-2
/
+2
2009-09-11
drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GART
Jerome Glisse
4
-3
/
+18
2009-09-10
drm/radeon/kms/r600: fix blit support
Alex Deucher
1
-8
/
+31
2009-09-10
drm/radeon/kms: Don't try to process irq when we are unloading
Jerome Glisse
1
-0
/
+3
2009-09-10
drm/radeon/kms: add R4XX mc register access helper.
Jerome Glisse
4
-0
/
+68
2009-09-10
drm/radeon/kms: call r100_cp_disable rather than duplicating code.
Jerome Glisse
2
-2
/
+4
2009-09-10
drm/radeon/kms: wait for cp idle before stopping it.
Jerome Glisse
2
-0
/
+78
2009-09-10
drm/radeon/r600: fix legacy blit code
Alex Deucher
1
-17
/
+12
2009-09-09
drm/radeon/r600: use fence->timeout directly
Alex Deucher
1
-10
/
+1
2009-09-08
drm/radeon/kms: re-apply 2007d633d639c896396e4c4b53b38068f3831307
Alex Deucher
1
-2
/
+8
2009-09-08
drm/radeon/kms: don't allow ERESTART to hit userspace.
Dave Airlie
1
-3
/
+7
2009-09-08
drm/radeon/kms: lower debugging on dpms events.
Dave Airlie
1
-7
/
+6
2009-09-08
drm/kms/radeon: make kms default a runtime option
Dave Airlie
3
-16
/
+10
2009-09-08
drm/kms: fix kms helper license + Kconfig
Dave Airlie
1
-1
/
+1
2009-09-08
drm/radeon/kms: add r600 KMS support
Jerome Glisse
33
-606
/
+8289
2009-09-08
drm/radeon/kms: add initial radeon tv-out support.
Dave Airlie
15
-388
/
+1941
2009-09-08
drm/radeon/kms: add rn50/r100/r200 CS tracker.
Dave Airlie
11
-440
/
+1712
2009-09-07
Merge intel drm-intel-next branch
Dave Airlie
11
-8
/
+61
2009-09-07
drm: split crtc/fb helpers into a separate module
Dave Airlie
1
-0
/
+1
2009-09-07
drm/radeon/kms: add updated registers from drm-fixes.
Dave Airlie
3
-0
/
+5
2009-09-07
drm/radeon/kms: block depthxy offset from use from userspace.
Dave Airlie
3
-3
/
+0
2009-09-02
drm/mm: add ability to dump mm lists via debugfs
Dave Airlie
1
-0
/
+56
2009-08-31
drm/kms: move driver specific fb common code to helper functions (v2)
Dave Airlie
3
-583
/
+94
2009-08-31
radeon: Use request_firmware()
Ben Hutchings
8
-25371
/
+313
2009-08-31
drm/radeon: cleanup mkregtable.c
Dave Airlie
3
-165
/
+159
2009-08-27
drm/rs600/690: use autogenerated safe register tables.
Dave Airlie
5
-68
/
+745
2009-08-23
drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.
Michel Dänzer
1
-3
/
+9
2009-08-21
drm/radeon: add GET_PARAM/INFO support for Z pipes
Alex Deucher
9
-4
/
+37
2009-08-21
drm/radeon/kms: generate the safe register tables.
Dave Airlie
6
-104
/
+1960
2009-08-21
drm/radeon/kms: add r100/r200 OQ support.
Dave Airlie
2
-0
/
+13
2009-08-21
drm/radeon/kms: implement the bo busy ioctl properly.
Dave Airlie
2
-1
/
+2
2009-08-20
drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"
Thomas Hellstrom
1
-1
/
+1
2009-08-20
Merge Linus master to drm-next
Dave Airlie
43
-1690
/
+3839
[next]