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
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
13
-23
/
+25
2010-11-18
drm/vmwgfx: Fix up an error path during bo creation
Thomas Hellstrom
1
-6
/
+8
2010-11-18
drm/radeon/kms: register an i2c adapter name for the dp aux bus
Alex Deucher
1
-0
/
+1
2010-11-18
drm/radeon/kms/atom: add proper external encoders support
Alex Deucher
2
-0
/
+184
2010-11-18
drm/radeon/kms/atom: cleanup and unify DVO handling
Alex Deucher
4
-46
/
+52
2010-11-18
drm/radeon/kms: properly power up/down the eDP panel as needed (v4)
Alex Deucher
3
-0
/
+70
2010-11-18
drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode()
Alex Deucher
1
-3
/
+15
2010-11-18
drm/radeon/kms: turn the backlight off explicitly for dpms
Alex Deucher
1
-1
/
+14
2010-11-18
drm/radeon/kms: fix typo in r600 cs checker
Alex Deucher
1
-1
/
+1
2010-11-18
drm: radeon: fix error value sign
Vasiliy Kulikov
1
-2
/
+2
2010-11-18
drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx
Alex Deucher
2
-116
/
+199
2010-11-18
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
3
-9
/
+33
2010-11-18
drm/nouveau: Fix a few confusions between "chipset" and "card_type".
Francisco Jerez
3
-3
/
+3
2010-11-18
drm/nouveau: don't expose backlight control when available through ACPI
Ben Skeggs
1
-0
/
+9
2010-11-18
drm/nouveau/pm: improve memtiming mappings
Roy Spliet
1
-12
/
+19
2010-11-18
drm/nouveau: Make PCIE GART size depend on the available RAMIN space.
Francisco Jerez
1
-5
/
+5
2010-11-18
drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.
Francisco Jerez
1
-1
/
+1
2010-11-18
drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not set
Martin Peres
1
-1
/
+6
2010-11-18
drm/nouveau: Don't use load detection for connector polling.
Francisco Jerez
1
-23
/
+2
2010-11-18
drm/nv10-nv20: Fix instability after MPLL changes.
Francisco Jerez
1
-0
/
+9
2010-11-18
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
Ben Skeggs
7
-13
/
+82
2010-11-18
drm/nouveau: Don't poll LVDS outputs.
Francisco Jerez
1
-4
/
+6
2010-11-18
drm/nouveau: Use "force" to decide if analog load detection is ok or not.
Francisco Jerez
3
-49
/
+28
2010-11-18
drm/nv04: Fix scanout over the 16MB mark.
Francisco Jerez
2
-1
/
+20
2010-11-18
drm/nouveau: fix nv40 pcie gart size
Lucas Stach
1
-1
/
+5
2010-11-18
drm/nva3: fix overflow in fixed point math used for pll calculation
Ben Skeggs
1
-6
/
+10
2010-11-18
drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.
Francisco Jerez
1
-0
/
+28
2010-11-18
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
5
-22
/
+39
2010-11-18
drm/nouveau: Reduce severity of the unknown getparam error.
Francisco Jerez
1
-2
/
+2
2010-11-18
drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.
Francisco Jerez
1
-27
/
+44
2010-11-18
drm/nouveau: Some random cleanups.
Francisco Jerez
3
-50
/
+16
2010-11-18
drm/nv11: Fix bad PLL detection false positive.
Francisco Jerez
1
-4
/
+4
2010-11-18
drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.
Francisco Jerez
1
-6
/
+7
2010-11-18
drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.
Francisco Jerez
1
-6
/
+21
2010-11-18
drm/nouveau: Fix sleep while atomic in the semaphore code.
Francisco Jerez
1
-1
/
+6
2010-11-18
drm/nouveau: ratelimit IRQ messages
Jiri Slaby
1
-12
/
+14
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-15
Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
Chris Wilson
34
-296
/
+448
2010-11-15
drm: radeon: fix error value sign
Vasiliy Kulikov
1
-2
/
+2
2010-11-15
drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx
Alex Deucher
2
-116
/
+199
2010-11-13
drm/i915: Retire any pending operations on the old scanout when switching
Chris Wilson
3
-0
/
+28
2010-11-10
drm/ttm: Be consistent on ttm_bo_init() failures
Thomas Hellstrom
1
-0
/
+4
2010-11-10
drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.
Michel Dänzer
1
-2
/
+2
2010-11-09
drm/i915: Fix I2C adapter registration
Jean Delvare
1
-5
/
+6
2010-11-09
drm/radeon/kms: fix thermal sensor reporting on rv6xx
Alex Deucher
1
-7
/
+1
2010-11-09
drm/radeon/kms: fix bugs in ddc and cd path router code
Tyson Whitehead
2
-10
/
+7
2010-11-09
drm/radeon/kms: add support for clock/data path routers
Alex Deucher
6
-29
/
+85
2010-11-09
drm: vmwgfx: fix information leak to userland
Kulikov Vasiliy
1
-0
/
+1
2010-11-09
drivers/gpu: Use vzalloc
Joe Perches
1
-2
/
+2
2010-11-09
drm/vmwgfx: Fix oops on failing bo pin
Thomas Hellstrom
1
-0
/
+5
[prev]
[next]