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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
drm/radeon/kms: reset ddc_bus in object header parsing
Alex Deucher
1
-3
/
+2
2010-05-19
Merge remote branch 'anholt/drm-intel-next' into drm-next
Dave Airlie
35
-220
/
+526
2010-05-18
drm/radeon/pm: fix device_create_file return value checks.
Dave Airlie
1
-2
/
+7
2010-05-18
drm/radeon/kms/pm: fix r6xx+ profile setup
Alex Deucher
1
-61
/
+53
2010-05-18
drm/radeon/kms/pm: make pm spam debug only
Alex Deucher
4
-24
/
+24
2010-05-18
drm/radeon/kms/pm: rework power management
Alex Deucher
19
-519
/
+790
2010-05-18
drm/radeon/kms/pm: add support for no display power states
Alex Deucher
8
-40
/
+94
2010-05-18
drm/radeon/kms: fix lock ordering in ring, ib handling
Alex Deucher
1
-17
/
+22
2010-05-18
radeon: Use fences to gate entry to reclocking on <r600
Matthew Garrett
1
-0
/
+8
2010-05-18
radeon: Split out ring locking and allocation
Matthew Garrett
2
-6
/
+23
2010-05-18
drm/radeon/kms: enable misc pm power state features on r1xx-r4xx
Alex Deucher
1
-2
/
+0
2010-05-18
drm/radeon/kms: enable misc pm power state features on r5xx, rs6xx
Alex Deucher
2
-4
/
+12
2010-05-18
drm/radeon/kms: re-enable gui idle interrupts on r6xx+
Alex Deucher
1
-11
/
+13
2010-05-18
drm/radeon/kms: take vram mutex pointer before derefing object.
Dave Airlie
1
-2
/
+4
2010-05-18
drm/radeon/kms: more pm fixes
Alex Deucher
4
-63
/
+45
2010-05-18
drm: move radeon_fixed.h to shared drm_fixed.h header
Ben Skeggs
9
-447
/
+380
2010-05-18
radeon: Enable memory reclocking on r100-500
Matthew Garrett
1
-4
/
+5
2010-05-18
radeon: Try harder to ensure we reclock in vblank
Matthew Garrett
4
-1
/
+39
2010-05-18
radeon: Fix locking in power management paths
Matthew Garrett
1
-14
/
+4
2010-05-18
radeon: Make sure that we determine the correct PM state before transition
Matthew Garrett
1
-0
/
+3
2010-05-18
radeon: Enable memory reclockong on r600
Matthew Garrett
1
-9
/
+7
2010-05-18
radeon: Stop the ttm workqueue while reclocking
Matthew Garrett
1
-0
/
+3
2010-05-18
ttm: Provide an API for starting and stopping the delayed workqueue
Matthew Garrett
1
-0
/
+14
2010-05-18
radeon: Take drm struct_mutex over reclocking
Matthew Garrett
1
-0
/
+10
2010-05-18
radeon: Unmap vram pages when reclocking
Matthew Garrett
5
-1
/
+39
2010-05-18
radeon: Unify PM entry paths
Matthew Garrett
1
-58
/
+32
2010-05-18
drm/radeon/kms/pm: rework power management
Alex Deucher
5
-56
/
+229
2010-05-18
drm/radeon/kms/pm: add additional asic callbacks
Alex Deucher
12
-0
/
+441
2010-05-18
drm/radeon/kms/pm: restore default power state on exit
Alex Deucher
4
-1
/
+25
2010-05-18
drm/radeon/kms: minor pm cleanups
Alex Deucher
6
-32
/
+24
2010-05-18
drm/radeon/kms/pm: clean power state printing
Alex Deucher
1
-1
/
+1
2010-05-18
drm/radeon/kms/pm: don't enable pm if there is only on power state
Alex Deucher
1
-1
/
+1
2010-05-18
drm/radeon/kms/atom: load hwmon drivers
Alex Deucher
1
-26
/
+43
2010-05-18
drm/radeon/kms/pm: update display watermarks with power state changes
Alex Deucher
1
-0
/
+5
2010-05-18
drm/radeon/kms/pm: add asic specific callbacks for getting power state (v2)
Alex Deucher
10
-246
/
+413
2010-05-18
drm/radeon/kms/pm: add asic specific callbacks for setting power state (v2)
Alex Deucher
8
-49
/
+148
2010-05-18
drm/radeon/kms/pm: move pm state update to crtc functions
Alex Deucher
4
-20
/
+18
2010-05-18
drm/radeon/kms/pm: interate across crtcs for vblank
Alex Deucher
1
-14
/
+12
2010-05-18
drm/radeon/kms/atom/pm: rework power mode parsing
Alex Deucher
1
-4
/
+19
2010-05-18
drm/radeon/kms: wait for gpu idle before changing power mode
Alex Deucher
1
-0
/
+10
2010-05-18
drm/radeon/kms: add support for gui idle interrupts (v4)
Alex Deucher
9
-1
/
+74
2010-05-18
drm/radeon/kms: add gui_idle callback
Alex Deucher
5
-0
/
+34
2010-05-18
drm/fbdev: fix cloning on fbcon
Dave Airlie
2
-13
/
+94
2010-05-18
drm/fbdev: rework output polling to be back in the core. (v4)
Dave Airlie
23
-146
/
+189
2010-05-18
drm: off by one in drm_edid.c
Dan Carpenter
1
-1
/
+1
2010-05-18
vga16fb, drm: vga16fb->drm handoff
Marcin Slusarz
1
-1
/
+6
2010-05-18
fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
Marcin Slusarz
3
-18
/
+45
2010-05-18
fbdev: allow passing more than one aperture for handoff
Marcin Slusarz
4
-66
/
+48
2010-05-18
drm: Prefix info printk about registering panic notifier with 'drm'
Kirill Smelkov
1
-2
/
+2
2010-05-18
drm/radeon/kms: add query for crtc hw id from crtc id to get info V2
Jerome Glisse
2
-1
/
+20
[next]