index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-05
vmwgfx: Add present and readback ioctls
Jakob Bornecrantz
5
-0
/
+377
2011-10-05
vmwgfx: Place overlays in GMR area if we can
Jakob Bornecrantz
1
-55
/
+71
2011-10-05
vmwgfx: Drop 3D Legacy Display Unit support
Jakob Bornecrantz
3
-219
/
+20
2011-10-05
vmwgfx: Require HWV8 for 3d support
Thomas Hellstrom
1
-1
/
+1
2011-10-05
vmwgfx: Add screen object support
Jakob Bornecrantz
7
-31
/
+752
2011-10-05
vmwgfx: Add dmabuf helper functions for pinning
Jakob Bornecrantz
7
-107
/
+379
2011-10-05
vmwgfx: Refactor common display unit functions to shared file
Jakob Bornecrantz
3
-255
/
+282
2011-10-05
vmwgfx: Expand the command checker to cover screen object commands
Jakob Bornecrantz
1
-5
/
+72
2011-10-05
vmwgfx: Break out dirty submission code
Jakob Bornecrantz
1
-54
/
+90
2011-10-05
vmwgfx: Break out execbuf command processing
Thomas Hellstrom
2
-56
/
+89
2011-10-05
vmwgfx: Some comments and BUG_ON
Jakob Bornecrantz
1
-0
/
+5
2011-10-05
vmwgfx: Make sure the reserved area is at the start of vram
Jakob Bornecrantz
1
-0
/
+3
2011-10-05
vmwgfx: Add comments for buffer pinning code
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Document vmw_fifo_reserve
Jakob Bornecrantz
1
-0
/
+10
2011-10-05
vmwgfx: Update register files to latest from vmware-sdk
Jakob Bornecrantz
4
-144
/
+359
2011-09-06
vmwgfx: Bump major
Thomas Hellstrom
2
-3
/
+17
2011-09-06
vmwgfx: Implement fence objects
Thomas Hellstrom
9
-72
/
+876
2011-09-06
vmwgfx: Make vmw_wait_seqno a bit more readable
Thomas Hellstrom
3
-24
/
+37
2011-09-06
vmwgfx: Fix confusion caused by using "fence" in various places
Thomas Hellstrom
8
-109
/
+107
2011-09-06
vmwgfx: Add functionality to get 3D caps
Thomas Hellstrom
3
-0
/
+55
2011-09-06
vmwgfx: Remove the possibility to map the fifo from user-space
Thomas Hellstrom
4
-55
/
+2
2011-09-06
vmwgfx: Remove the update layout IOCTL.
Thomas Hellstrom
3
-54
/
+0
2011-09-06
vmwgfx: Remove the fifo debug ioctl
Thomas Hellstrom
4
-55
/
+0
2011-09-01
vmwgfx: Implement GMR2
Thomas Hellstrom
1
-1
/
+80
2011-09-01
vmwgfx: Update register definitions for HWV8 and print out new capabilities
Thomas Hellstrom
2
-1
/
+99
2011-09-01
vmwgfx: Restrict number of GMR pages to device limit
Thomas Hellstrom
3
-11
/
+49
2011-09-01
vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not active
Thomas Hellstrom
3
-18
/
+48
2011-09-01
vmwgfx: Fix potential execbuf deadlocks
Thomas Hellstrom
4
-47
/
+138
2011-09-01
vmwgfx: Print error diagnostics if depth doesn't match the host expectation
Michel Dänzer
4
-17
/
+23
2011-09-01
vmwgfx: Fix 'bbp' typo
Michel Dänzer
3
-7
/
+7
2011-09-01
vmwgfx: Don't write to read-only registers
Michel Dänzer
2
-19
/
+0
2011-09-01
vmwgfx: Add support for depth 8
Michel Dänzer
2
-0
/
+14
2011-09-01
vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivity
Thomas Hellstrom
1
-3
/
+10
2011-08-31
drm/ttm: add a way to bo_wait for either the last read or last write
Marek Olšák
1
-0
/
+1
2011-07-25
drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible
Rakib Mullick
2
-7
/
+4
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-23
Revert "ttm: Include the 'struct dev' when using the DMA API."
Dave Airlie
1
-1
/
+1
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next
Dave Airlie
2
-2
/
+3
2011-02-23
drm: Mark constant arrays of drm_display_mode const
Chris Wilson
1
-2
/
+3
2011-02-22
ttm: Include the 'struct dev' when using the DMA API.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-02-07
drm: rework PCI/platform driver interface.
Dave Airlie
1
-11
/
+12
2011-01-27
ttm: Expand (*populate) to support an array of DMA addresses.
Konrad Rzeszutek Wilk
1
-1
/
+2
2011-01-10
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
Linus Torvalds
3
-6
/
+1
2010-12-24
vmwgfx: don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-12-21
drm/fb: Don't expose mmio for fbdev emulation layer
James Simmons
1
-3
/
+0
2010-11-22
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
Thomas Hellstrom
2
-3
/
+1
2010-11-18
drm/vmwgfx: Fix up an error path during bo creation
Thomas Hellstrom
1
-6
/
+8
2010-11-09
drm: vmwgfx: fix information leak to userland
Kulikov Vasiliy
1
-0
/
+1
2010-11-09
drm/vmwgfx: Fix oops on failing bo pin
Thomas Hellstrom
1
-0
/
+5
2010-11-09
drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments
Joe Perches
2
-2
/
+2
[prev]
[next]