Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2c01531f08f8ba663a20d8472a3032f6df133b6e
/
drivers
/
gpu
/
drm
/
vmwgfx
24bb5a0
vmwgfx: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 13 years ago
bab9efc
vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()
by Xi Wang
· 13 years ago
baa91d6
vmwgfx: Only allow 64x64 cursors
by Jakob Bornecrantz
· 13 years ago
f0c8a65
vmwgfx: Initialize clip rect loop correctly in surface dirty
by Jakob Bornecrantz
· 13 years ago
c0d1831
vmwgfx: Close screen object system
by Jakob Bornecrantz
· 13 years ago
83dbb15
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
2ac8637
vmwgfx: Snoop DMA transfers with non-covering sizes
by Jakob Bornecrantz
· 13 years ago
d41025c
vmwgfx: Move the prefered mode first in the list
by Jakob Bornecrantz
· 13 years ago
e5c8dbb
vmwgfx: Unreference surface on cursor error path
by Jakob Bornecrantz
· 13 years ago
55bde5b
vmwgfx: Free prefered mode on error path
by Jakob Bornecrantz
· 13 years ago
d982640
vmwgfx: Use pointer return error codes
by Jakob Bornecrantz
· 13 years ago
da7653d
vmwgfx: Fix hw cursor position
by Thomas Hellstrom
· 13 years ago
6987427
vmwgfx: Infrastructure for explicit placement
by Thomas Hellstrom
· 13 years ago
1543b4d
vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh
by Thomas Hellstrom
· 13 years ago
0e708bc
vmwgfx: Remove screen object active list
by Thomas Hellstrom
· 13 years ago
d4528b8
vmwgfx: Screen object cleanups
by Thomas Hellstrom
· 13 years ago
cd2b89e
vmwgfx: Reinstate the update_layout ioctl
by Thomas Hellstrom
· 13 years ago
305151e
vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".
by Thomas Hellstrom
· 13 years ago
e0cd360
gpu: add module.h to drivers/gpu files as required.
by Paul Gortmaker
· 13 years ago
2d1a8a4
gpu: Add export.h as required to drivers/gpu files.
by Paul Gortmaker
· 13 years ago
1717c0e
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
by Dave Airlie
· 13 years ago
c5c4236
vmwgfx: Don't pass unused arguments to do_dirty functions
by Jakob Bornecrantz
· 13 years ago
64fc994
vmwgfx: Emulate depth 32 framebuffers
by Jakob Bornecrantz
· 13 years ago
80d9b24
vmwgfx: information leak in vmw_execbuf_copy_fence_user()
by Dan Carpenter
· 13 years ago
0c5d370
vmwgfx: memory leaks caused by double allocation
by Dan Carpenter
· 13 years ago
d2c184f
vmwgfx: return -EFAULT instead of number of bytes remaining
by Dan Carpenter
· 13 years ago
1c482ab
vmwgfx: Add vblank stubs
by Jakob Bornecrantz
· 13 years ago
74b5ea3
vmwgfx: Whitespace & code style in display unit
by Jakob Bornecrantz
· 13 years ago
60a16a3
vmwgfx: Fix display system init & close functions
by Jakob Bornecrantz
· 13 years ago
5a7b74b
vmwgfx: Take the driver out of staging
by Thomas Hellstrom
· 13 years ago
5438ae8
vmwgfx: Wrap drm_read and drm_poll
by Thomas Hellstrom
· 13 years ago
57c5ee7
vmwgfx: Add fence events
by Thomas Hellstrom
· 13 years ago
8bf445c
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
by Thomas Hellstrom
· 13 years ago
c6ca839
vmwgfx: Don't use virtual coords when using screen objects
by Jakob Bornecrantz
· 13 years ago
414ee50
vmwgfx: Implement memory accounting for resources
by Thomas Hellstrom
· 13 years ago
6ea77d1
vmwgfx: Minor cleanups
by Thomas Hellstrom
· 13 years ago
e5ed157
vmwgfx: Bump driver minor to advertise support for new ioctls.
by Thomas Hellstrom
· 13 years ago
c337ada
vmwgfx: Be more strict with fb depths when using screen objects
by Jakob Bornecrantz
· 13 years ago
5bb39e8
vmwgfx: Handle device surface memory limit
by Thomas Hellstrom
· 13 years ago
90ff18b
vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers.
by Thomas Hellstrom
· 13 years ago
f18c884
vmwgfx: Optimize the command submission resource list
by Thomas Hellstrom
· 13 years ago
e2fa3a7
vmwgfx: Fix up query processing
by Thomas Hellstrom
· 13 years ago
e93daed
vmwgfx: Allow reference and unreference of NULL fence objects.
by Thomas Hellstrom
· 13 years ago
b37a6b9
vmwgfx: minor dmabuf utilities cleanup
by Thomas Hellstrom
· 13 years ago
0cff60c
vmwgfx: Disallow user space to send present and readback commands
by Jakob Bornecrantz
· 13 years ago
2fcd5a7
vmwgfx: Add present and readback ioctls
by Jakob Bornecrantz
· 13 years ago
44031d2
vmwgfx: Place overlays in GMR area if we can
by Jakob Bornecrantz
· 13 years ago
01e8141
vmwgfx: Drop 3D Legacy Display Unit support
by Jakob Bornecrantz
· 13 years ago
b7b7002
vmwgfx: Require HWV8 for 3d support
by Thomas Hellstrom
· 13 years ago
56d1c78
vmwgfx: Add screen object support
by Jakob Bornecrantz
· 13 years ago
d991ef0
vmwgfx: Add dmabuf helper functions for pinning
by Jakob Bornecrantz
· 13 years ago
626ab77
vmwgfx: Refactor common display unit functions to shared file
by Jakob Bornecrantz
· 13 years ago
4084fb8
vmwgfx: Expand the command checker to cover screen object commands
by Jakob Bornecrantz
· 13 years ago
5deb65c
vmwgfx: Break out dirty submission code
by Jakob Bornecrantz
· 13 years ago
922ade0
vmwgfx: Break out execbuf command processing
by Thomas Hellstrom
· 13 years ago
6070e9f
vmwgfx: Some comments and BUG_ON
by Jakob Bornecrantz
· 13 years ago
5f898d9
vmwgfx: Make sure the reserved area is at the start of vram
by Jakob Bornecrantz
· 13 years ago
497a3ff
vmwgfx: Add comments for buffer pinning code
by Jakob Bornecrantz
· 13 years ago
de12d44
vmwgfx: Document vmw_fifo_reserve
by Jakob Bornecrantz
· 13 years ago
8d3713e
vmwgfx: Update register files to latest from vmware-sdk
by Jakob Bornecrantz
· 13 years ago
2ae7b03
vmwgfx: Bump major
by Thomas Hellstrom
· 13 years ago
ae2a104
vmwgfx: Implement fence objects
by Thomas Hellstrom
· 13 years ago
4f73a96
vmwgfx: Make vmw_wait_seqno a bit more readable
by Thomas Hellstrom
· 13 years ago
6bcd8d3
vmwgfx: Fix confusion caused by using "fence" in various places
by Thomas Hellstrom
· 13 years ago
f63f6a5
vmwgfx: Add functionality to get 3D caps
by Thomas Hellstrom
· 13 years ago
07999a7
vmwgfx: Remove the possibility to map the fifo from user-space
by Thomas Hellstrom
· 13 years ago
fe0f5c6
vmwgfx: Remove the update layout IOCTL.
by Thomas Hellstrom
· 13 years ago
781b8bd
vmwgfx: Remove the fifo debug ioctl
by Thomas Hellstrom
· 13 years ago
2de59d0
vmwgfx: Implement GMR2
by Thomas Hellstrom
· 13 years ago
dcca286
vmwgfx: Update register definitions for HWV8 and print out new capabilities
by Thomas Hellstrom
· 13 years ago
fb17f18
vmwgfx: Restrict number of GMR pages to device limit
by Thomas Hellstrom
· 13 years ago
05730b3
vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not active
by Thomas Hellstrom
· 13 years ago
be38ab6
vmwgfx: Fix potential execbuf deadlocks
by Thomas Hellstrom
· 13 years ago
0bef23f
vmwgfx: Print error diagnostics if depth doesn't match the host expectation
by Michel Dänzer
· 13 years ago
6558429b
vmwgfx: Fix 'bbp' typo
by Michel Dänzer
· 13 years ago
e666d66
vmwgfx: Don't write to read-only registers
by Michel Dänzer
· 13 years ago
f01b7ba
vmwgfx: Add support for depth 8
by Michel Dänzer
· 13 years ago
654a4ef
vmwgfx: Let SVGA_REG_NUM_DISPLAYS determine output connectivity
by Thomas Hellstrom
· 13 years ago
dfadbbd
drm/ttm: add a way to bo_wait for either the last read or last write
by Marek Olšák
· 13 years ago
f35119d
drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible
by Rakib Mullick
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
by Dave Airlie
· 14 years ago
de1e7cd
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next
by Dave Airlie
· 14 years ago
b1f559e
drm: Mark constant arrays of drm_display_mode const
by Chris Wilson
· 14 years ago
5a893fc
ttm: Include the 'struct dev' when using the DMA API.
by Konrad Rzeszutek Wilk
· 14 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
27e8b23
ttm: Expand (*populate) to support an array of DMA addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
5b2eef9
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
a666594
vmwgfx: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
57084d0
drm/fb: Don't expose mmio for fbdev emulation layer
by James Simmons
· 14 years ago
6570596
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
by Thomas Hellstrom
· 14 years ago
2f5993c
drm/vmwgfx: Fix up an error path during bo creation
by Thomas Hellstrom
· 14 years ago
dccb2a9
drm: vmwgfx: fix information leak to userland
by Kulikov Vasiliy
· 14 years ago
1ef0724
drm/vmwgfx: Fix oops on failing bo pin
by Thomas Hellstrom
· 14 years ago
85b54e0
drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments
by Joe Perches
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
135cba0
vmwgfx: Implement a proper GMR eviction mechanism
by Thomas Hellstrom
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
0c8eb0d
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next
by Dave Airlie
· 14 years ago
Next »