index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-05-18
drm/edid: Fix 1024x768@85Hz
Adam Jackson
1
-1
/
+1
2010-05-18
drivers/gpu/drm: Use kzalloc
Julia Lawall
4
-9
/
+4
2010-05-18
drivers/gpu/drm: Use kmemdup
Julia Lawall
2
-6
/
+3
2010-05-18
vga: fix kconfig text typos
Randy Dunlap
1
-3
/
+3
2010-05-18
drm/edid: remove an unneeded variable
Dan Carpenter
1
-2
/
+0
2010-05-18
drm/radeon/kms/combios: match lvds panel info parsing to ddx
Alex Deucher
1
-12
/
+14
2010-05-18
drm/radeon/kms/atom: fix typo in LVDS panel info parsing
Alex Deucher
1
-1
/
+1
2010-05-11
drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...
Andrew Morton
1
-2
/
+6
2010-05-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-9
/
+10
2010-05-11
drm/radeon/kms: fix copy pasto in disable encoders patch
Alex Deucher
1
-1
/
+1
2010-05-11
drm/radeon: Fix 3 regressions - since buffer rework
Jean Delvare
1
-9
/
+10
2010-05-10
drm/i915: Fix out of tree builds
Peter Clifton
2
-1
/
+3
2010-05-10
drm/i915: move fence lru to struct drm_i915_fence_reg
Daniel Vetter
2
-15
/
+22
2010-05-10
drm/i915: don't allow tiling changes on pinned buffers v2
Daniel Vetter
1
-0
/
+5
2010-05-10
drm/i915: Be extra careful about A/D matching for multifunction SDVO
Adam Jackson
1
-24
/
+21
2010-05-10
drm/i915: Fix DDC bus selection for multifunction SDVO
Adam Jackson
3
-32
/
+11
2010-05-10
Merge remote branch 'origin/master' into drm-intel-next
Eric Anholt
30
-105
/
+356
2010-05-08
drm/radeon/kms/atom: disable the encoders in encoder_disable
Alex Deucher
1
-0
/
+39
2010-05-07
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
3
-33
/
+4
2010-05-07
drm/i915: cleanup mode setting before unmapping registers
Jesse Barnes
1
-2
/
+2
2010-05-07
drm/i915: Make fbc control wrapper functions
Adam Jackson
4
-36
/
+51
2010-05-07
drm/i915: Wait for the GPU whilst shrinking, if truly desperate.
Chris Wilson
1
-0
/
+45
[prev]
[next]