index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
20
-432
/
+594
2011-11-23
drm: integer overflow in drm_mode_dirtyfb_ioctl()
Xi Wang
1
-0
/
+4
2011-11-22
drivers/gpu/vga/vgaarb.c: add missing kfree
Julia Lawall
1
-6
/
+12
2011-11-22
drm/radeon/kms/atom: unify i2c gpio table handling
Alex Deucher
1
-128
/
+86
2011-11-22
drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
Alex Deucher
1
-0
/
+12
2011-11-22
ttm: Don't return the bo reserved on error path
Thomas Hellstrom
1
-1
/
+7
2011-11-22
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ...
Dave Airlie
10
-211
/
+354
2011-11-20
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
Marek Olšák
6
-98
/
+131
2011-11-17
drm/i915: Fix inconsistent backlight level during disabled
Takashi Iwai
1
-1
/
+2
2011-11-17
drm, i915: Fix memory leak in i915_gem_busy_ioctl().
Rakib Mullick
1
-2
/
+4
2011-11-16
drm/i915: Use DPCD value for max DP lanes.
Keith Packard
1
-14
/
+9
2011-11-16
drm/i915: Initiate DP link training only on the lanes we'll be using
Keith Packard
1
-2
/
+3
2011-11-16
drm/i915: Remove trailing white space
Keith Packard
1
-2
/
+2
2011-11-16
drm/i915: Try harder during dp pattern 1 link training
Keith Packard
1
-7
/
+18
2011-11-16
drm/i915: Make DP prepare/commit consistent with DP dpms
Keith Packard
1
-9
/
+13
2011-11-16
drm/i915: Let panel power sequencing hardware do its job
Keith Packard
2
-69
/
+85
2011-11-16
drm/i915: Treat PCH eDP like DP in most places
Keith Packard
2
-34
/
+72
2011-11-16
drm/i915: Remove link_status field from intel_dp structure
Keith Packard
1
-29
/
+36
2011-11-16
drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_control
Keith Packard
1
-18
/
+19
2011-11-15
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-47
/
+38
2011-11-15
drm/radeon/kms: fix segfault in pm rework
Alex Deucher
1
-15
/
+5
2011-11-15
drm/radeon/kms: fix up gpio i2c mask bits for r4xx
Alex Deucher
1
-0
/
+12
2011-11-14
vgaarb: a NULL bridge is acceptable for root devices.
Dave Airlie
1
-23
/
+21
2011-11-14
drm: Remove utterly bogus preempt_disable() sections
Thomas Gleixner
1
-9
/
+0
2011-11-13
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-8
/
+19
2011-11-12
drm/radeon/kms/combios: fix dynamic allocation of PM clock modes
Alex Deucher
1
-8
/
+19
2011-11-11
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
38
-230
/
+425
2011-11-11
drm/radeon/kms/pm: switch to dynamically allocating clock mode array
Alex Deucher
2
-39
/
+82
2011-11-11
drm/radeon/kms: optimize r600_pm_profile_init
Alex Deucher
1
-68
/
+32
2011-11-11
drm/radeon/kms/pm: add a proper pm profile init function for fusion
Alex Deucher
6
-39
/
+94
2011-11-11
drm/radeon/kms: remove extraneous calls to radeon_pm_compute_clocks()
Alex Deucher
2
-12
/
+0
2011-11-11
drm: fix kconfig unmet dependency warning
Randy Dunlap
1
-0
/
+1
2011-11-11
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...
Dave Airlie
17
-65
/
+123
2011-11-11
drm: add some comments to drm_wait_vblank and drm_queue_vblank_event
Ilija Hadzic
1
-1
/
+6
2011-11-11
drm/radeon/benchmark: signedness bug in radeon_benchmark_move()
Dan Carpenter
1
-1
/
+1
2011-11-11
drm: do not sleep on vblank while holding a mutex
Ilija Hadzic
1
-1
/
+1
2011-11-11
drm: try to restore previous CRTC config if mode set fails
Jesse Barnes
1
-0
/
+13
2011-11-11
drm/radeon/kms: make an aux failure debug only
Alex Deucher
1
-1
/
+1
2011-11-11
drm: drop select of SLOW_WORK
Paul Bolle
1
-1
/
+0
2011-11-11
drm: serialize access to list of debugfs files
Marcin Slusarz
2
-4
/
+13
2011-11-11
drm/radeon/kms: fix use of vram scratch page on evergreen/ni
Alex Deucher
1
-1
/
+1
2011-11-11
drm/radeon: Make sure CS mutex is held across GPU reset.
Michel Dänzer
3
-12
/
+62
2011-11-11
drm: Ensure string is null terminated.
Vinson Lee
1
-1
/
+3
2011-11-11
vmwgfx: Only allow 64x64 cursors
Jakob Bornecrantz
1
-0
/
+4
2011-11-11
vmwgfx: Initialize clip rect loop correctly in surface dirty
Jakob Bornecrantz
1
-2
/
+3
2011-11-11
vmwgfx: Close screen object system
Jakob Bornecrantz
1
-1
/
+4
2011-11-10
drm/i915: Module parameters using '-1' as default must be signed type
Keith Packard
2
-4
/
+4
2011-11-10
drm/nouveau: Fix bandwidth calculation for DisplayPort
Adam Jackson
1
-1
/
+1
2011-11-10
drm/nouveau: by default use low bpp framebuffer on low memory cards
Marcin Slusarz
1
-1
/
+10
2011-11-10
drm/nv10: Change the BO size threshold determining the memory placement range.
Francisco Jerez
1
-1
/
+1
[next]