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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-14
drm/radeon: fix problem with changing active VRAM size. (v2)
Dave Airlie
11
-17
/
+28
2011-03-13
drm/radeon: fix page flipping hangs on r300/r400
Dave Airlie
2
-18
/
+2
2011-03-11
drm/radeon: add pageflip hooks for fusion
Dave Airlie
1
-0
/
+3
2011-03-10
drm/i915: Revive combination mode for backlight control
Takashi Iwai
2
-0
/
+46
2011-03-08
drm: index i shadowed in 2nd loop
roel
1
-2
/
+2
2011-03-08
Merge remote branch 'ickle/drm-intel-fixes' into drm-fixes
Dave Airlie
9
-41
/
+70
2011-03-08
drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously
Ben Skeggs
2
-0
/
+12
2011-03-08
drm/nouveau: fix regression causing ttm to not be able to evict vram
Ben Skeggs
2
-3
/
+5
2011-03-07
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
3
-5
/
+21
2011-03-07
drm/i915: Disable GPU semaphores by default
Chris Wilson
3
-2
/
+6
2011-03-06
drm/i915: Do not overflow the MMADDR write FIFO
Chris Wilson
6
-19
/
+42
2011-03-06
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
Chris Wilson
1
-15
/
+1
2011-03-04
drm/nouveau: allocate kernel's notifier object at end of block
Ben Skeggs
3
-6
/
+11
2011-03-01
drm/i915: fix memory corruption with GM965 and >4GB RAM
Jan Niehusmann
1
-0
/
+11
2011-02-28
Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...
Dave Airlie
1
-1
/
+4
2011-02-28
drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.
Dave Airlie
1
-1
/
+2
2011-02-28
drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
Ben Skeggs
1
-1
/
+4
2011-02-25
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
1
-1
/
+1
2011-02-24
drm/i915: Fix unintended recursion in ironlake_disable_rc6
Chris Wilson
1
-1
/
+1
2011-02-24
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
3
-11
/
+104
2011-02-24
drm/i915: fix corruptions on i8xx due to relaxed fencing
Daniel Vetter
1
-1
/
+15
2011-02-23
drm/radeon: fix regression with AA resolve checking
Dave Airlie
1
-1
/
+1
2011-02-23
drm: drop commented out code and preceding comment
Paul Bolle
1
-2
/
+0
2011-02-23
drm/vblank: Enable precise vblank timestamps for interlaced and doublescan mo...
Mario Kleiner
1
-8
/
+6
2011-02-23
drm/vblank: Use memory barriers optimized for atomic_t instead of generics.
Mario Kleiner
1
-3
/
+7
2011-02-23
drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns)
Mario Kleiner
1
-2
/
+2
2011-02-23
drm/radeon/kms: align height of fb allocation.
Dave Airlie
1
-1
/
+4
2011-02-23
Revert "drm/radeon/kms: switch back to min->max pll post divider iteration"
Alex Deucher
1
-1
/
+1
2011-02-22
drm/i915: skip FDI & PCH enabling for DP_A
Jesse Barnes
1
-2
/
+81
2011-02-22
drm/i915: don't enable FDI & transcoder interrupts after all
Jesse Barnes
1
-3
/
+3
2011-02-22
drm/i915: Ignore a hung GPU when flushing the framebuffer prior to a switch
Chris Wilson
1
-5
/
+5
2011-02-21
drm/i915: Do not handle backlight combination mode specially
Indan Zupancic
2
-47
/
+0
2011-02-17
Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...
Dave Airlie
6
-36
/
+40
2011-02-17
drm/radeon/kms: add missing frac fb div flag for dce4+
Alex Deucher
1
-1
/
+3
2011-02-17
drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300
Marek Olšák
1
-0
/
+2
2011-02-17
drm/nouveau: fix suspend/resume on GPUs that don't have PM support
Ben Skeggs
1
-1
/
+1
2011-02-17
drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()
Ben Skeggs
1
-3
/
+3
2011-02-17
drm/nv40: fix tiling-related setup for a number of chipsets
Ben Skeggs
1
-19
/
+27
2011-02-17
drm/nouveau: fix non-EDIDful native mode selection
Ben Skeggs
1
-0
/
+1
2011-02-17
drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards.
Francisco Jerez
1
-1
/
+1
2011-02-17
drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode.
Francisco Jerez
1
-9
/
+3
2011-02-17
drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.
Francisco Jerez
1
-3
/
+4
2011-02-15
drm/radeon/kms: hopefully fix pll issues for real (v3)
Alex Deucher
1
-14
/
+8
2011-02-15
drm/radeon/kms: add bounds checking to avivo pll algo
Alex Deucher
1
-0
/
+10
2011-02-15
drm/radeon/kms: fix a few more atombios endian issues
Alex Deucher
2
-7
/
+7
2011-02-14
Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixes
Dave Airlie
11
-99
/
+229
2011-02-14
drm/radeon/kms: improve 6xx/7xx CS error output
Alex Deucher
1
-20
/
+26
2011-02-14
drm/radeon/kms: check AA resolve registers on r300
Marek Olšák
8
-13
/
+49
2011-02-14
drm/radeon/kms: fix tracking of BLENDCNTL, COLOR_CHANNEL_MASK, and GB_Z on r300
Marek Olšák
5
-12
/
+5
2011-02-14
drm/radeon/kms: use linear aligned for evergreen/ni bo blits
Alex Deucher
1
-2
/
+2
[next]