index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
txx9
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-07
drm: remove address mask param for drm_pci_alloc()
Zhenyu Wang
6
-14
/
+14
2009-12-23
drm/kms: silencing a false positive warning.
Marin Mitov
1
-1
/
+1
2009-12-23
drm/mm: fix logic for selection of best fit block
Bob Gleitsmann
1
-2
/
+2
2009-12-23
drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.
Thomas Hellstrom
4
-111
/
+209
2009-12-23
drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.
Thomas Hellstrom
3
-10
/
+6
2009-12-23
drm/vmwgfx: Fix unlocked ioctl and add proper access control
Thomas Hellstrom
1
-28
/
+19
2009-12-23
drm/radeon: fix build on 64-bit with some compilers.
Dave Airlie
1
-2
/
+2
2009-12-23
drivers/gpu: Use kzalloc for allocating only one thing
Julia Lawall
1
-2
/
+2
2009-12-23
DRM: Rename clamp variable
Andi Kleen
1
-3
/
+3
2009-12-18
drm: convert drm_ioctl to unlocked_ioctl
Arnd Bergmann
21
-140
/
+89
2009-12-16
drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)
Dave Airlie
4
-9
/
+70
2009-12-16
drm/radeon/kms: allow for texture tiling
Maciej Cencora
1
-1
/
+9
2009-12-16
drm/radeon/kms: init pm on all chipsets
Rafał Miłecki
4
-2
/
+11
2009-12-16
drm/radeon/kms: HDMI support for R600 KMS
Christian Koenig
9
-6
/
+895
2009-12-16
drm/radeon/kms: make sure mc is initialized before mapping blit bo
Alex Deucher
2
-12
/
+16
2009-12-16
drm/radeon/kms: Return to userspace on ERESTARTSYS
Jerome Glisse
1
-11
/
+5
2009-12-16
drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)
Dave Airlie
1
-1
/
+2
2009-12-16
drm/radeon/kms: don't report allocate failure on ERESTARTSYS
Dave Airlie
1
-2
/
+3
2009-12-16
drm/radeon/kms: Check if bo we got from ttm are radeon object or not
Jerome Glisse
3
-4
/
+30
2009-12-16
drm/radeon/kms: If no placement is supplied fallback to system
Jerome Glisse
1
-0
/
+2
2009-12-16
drm/ttm: Fix memory type manager debug information printing
Jerome Glisse
1
-10
/
+9
2009-12-16
drm/ttm: Fix printk format & compute bo->mem.size at bo initialization
Jerome Glisse
1
-2
/
+3
2009-12-16
drm/ttm: Fix potential ttm_mem_evict_first races.
Thomas Hellstrom
1
-5
/
+31
2009-12-16
drm/ttm: Delayed delete fixes.
Thomas Hellstrom
1
-3
/
+4
2009-12-16
drm/ttm: fix two bugs in new placement routines.
Dave Airlie
1
-5
/
+5
2009-12-16
drm/ttm: fix incorrect logic in ttm_bo_io path
Dave Airlie
1
-1
/
+1
2009-12-15
drm/nouveau: remove use of -ERESTART
Ben Skeggs
2
-8
/
+1
2009-12-15
nouveau: Fix endianness with new context program loader
Benjamin Herrenschmidt
1
-8
/
+12
2009-12-15
drm/nouveau: fix build with CONFIG_AGP=n
Ben Skeggs
2
-0
/
+6
2009-12-15
drm/nouveau: fix ch7006 build
Randy Dunlap
1
-2
/
+3
2009-12-14
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
Jakob Bornecrantz
22
-0
/
+7915
2009-12-14
drm/vmwgfx: Add svga headers for vmwgfx driver
Jakob Bornecrantz
5
-0
/
+3474
2009-12-14
drm/ttm: Add more driver type enums
Jakob Bornecrantz
1
-1
/
+5
2009-12-11
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
85
-0
/
+36161
2009-12-11
drm/ttm: export some functions useful to drivers using ttm
Ben Skeggs
1
-0
/
+4
2009-12-11
drm/radeon/kms/avivo: fix typo in new_pll module description
Alex Deucher
1
-1
/
+1
2009-12-11
drm/radeon/kms: Convert radeon to new ttm_bo_init
Jerome Glisse
1
-30
/
+9
2009-12-11
drm/ttm: Convert ttm_buffer_object_init to use ttm_placement
Jerome Glisse
2
-106
/
+87
2009-12-10
drm/radeon/kms: fix warning about cur_placement being uninitialised.
Dave Airlie
1
-1
/
+1
2009-12-10
drm/ttm: Print debug information on memory manager when eviction fails
Jerome Glisse
1
-13
/
+57
2009-12-10
drm: Add memory manager debug function
Jerome Glisse
2
-0
/
+21
2009-12-10
drm/radeon/kms: restore surface registers on resume.
Dave Airlie
11
-7
/
+23
2009-12-10
drm/radeon/kms/r600/r700: fallback gracefully on ucode failure
Alex Deucher
2
-25
/
+25
2009-12-10
drm/ttm: Initialize eviction placement in case the driver callback doesn't
Jerome Glisse
1
-0
/
+4
2009-12-10
drm/radeon/kms: cleanup structure and module if initialization fails
Jerome Glisse
1
-22
/
+20
2009-12-10
drm/radeon/kms: actualy set the eviction placements we choose
Jerome Glisse
1
-0
/
+1
2009-12-10
drm/radeon/kms: Fix NULL ptr dereference
Jerome Glisse
1
-2
/
+4
2009-12-10
drm/radeon/kms/avivo: add support for new pll selection algo
Alex Deucher
6
-3
/
+120
2009-12-10
drm/radeon/kms/avivo: fix some bugs in the display bandwidth setup
Alex Deucher
3
-5
/
+28
2009-12-10
drm/radeon/kms: fix return value from fence function.
Dave Airlie
1
-1
/
+1
[next]