index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
2015-08-05
1
-0
/
+26
|
*
vmwgfx: Rework device initialization
Thomas Hellstrom
2015-08-05
1
-149
/
+188
*
|
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-06
1
-1
/
+1
|
/
*
Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-04-01
1
-2
/
+2
|
\
|
*
drm: Drop ioctl->cmd_drv
Ville Syrjälä
2015-03-27
1
-2
/
+2
*
|
drm/vmwgfx: Fix an issue with the device losing its irq line on module unload
Thomas Hellstrom
2015-03-11
1
-0
/
+1
*
|
drm/vmwgfx: Reorder device takedown somewhat
Thomas Hellstrom
2015-03-11
1
-37
/
+40
|
/
*
drm/vmwgfx: Replace the hw mutex with a hw spinlock
Thomas Hellstrom
2015-01-19
1
-23
/
+5
*
drm/vmwgfx: Fix error printout on signals pending
Thomas Hellstrom
2014-12-03
1
-2
/
+6
*
drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
2014-11-21
1
-2
/
+1
*
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
Sinclair Yeh
2014-10-31
1
-1
/
+5
*
drm: add driver->set_busid() callback
David Herrmann
2014-09-10
1
-0
/
+1
*
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
2014-08-07
1
-1
/
+1
*
drm: drop redundant drm_file->is_master
David Herrmann
2014-08-05
1
-1
/
+1
*
drm/ttm: Fix a few sparse warnings
Thierry Reding
2014-07-22
1
-1
/
+1
*
drm/vmwgfx: Fix compat shader namespace
Thomas Hellstrom
2014-07-04
1
-7
/
+0
*
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
Damien Lespiau
2014-06-10
1
-1
/
+1
*
drm: pass the irq explicitly to drm_irq_install
Daniel Vetter
2014-04-23
1
-1
/
+1
*
drm/vmwgfx: Remove authorization requirements around some more ioctls
Thomas Hellstrom
2014-04-03
1
-3
/
+3
*
drm/vmwgfx: Enable render nodes
Thomas Hellstrom
2014-03-28
1
-22
/
+21
*
drm/vmwgfx: Drop authentication requirement on UNREF ioctls
Thomas Hellstrom
2014-03-28
1
-5
/
+5
*
drm/vmwgfx: Reinstate and tighten security around legacy master model
Thomas Hellstrom
2014-03-28
1
-5
/
+89
*
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
2014-03-28
1
-3
/
+3
*
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
2014-03-16
1
-2
/
+3
*
drm: use anon-inode instead of relying on cdevs
David Herrmann
2014-03-16
1
-1
/
+1
*
drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE
Charmaine Lee
2014-02-12
1
-0
/
+3
*
drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2
Thomas Hellstrom
2014-02-05
1
-0
/
+7
*
drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errors
Thomas Hellstrom
2014-01-21
1
-1
/
+3
*
drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function
Thomas Hellstrom
2014-01-17
1
-43
/
+35
*
drm/vmwgfx: Persistent tracking of context bindings
Thomas Hellstrom
2014-01-17
1
-0
/
+1
*
drm/vmwgfx: Implement a buffer object synccpu ioctl.
Thomas Hellstrom
2014-01-17
1
-0
/
+6
*
drm/vmwgfx: Add guest-backed shaders
Thomas Hellstrom
2014-01-17
1
-0
/
+12
*
drm/vmwgfx: Hook up guest-backed surfaces
Thomas Hellstrom
2014-01-17
1
-0
/
+12
*
drm/vmwgfx: Read bounding box memory from the appropriate register
Thomas Hellstrom
2014-01-17
1
-2
/
+7
*
drm/vmwgfx: Hook up MOBs to TTM as a separate memory type
Thomas Hellstrom
2014-01-17
1
-2
/
+21
*
drm/vmwgfx: Add MOB management
Thomas Hellstrom
2014-01-17
1
-0
/
+17
*
drm/vmwgfx: Update the svga register definition
Thomas Hellstrom
2014-01-17
1
-0
/
+6
*
drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution
Thomas Hellstrom
2014-01-17
1
-0
/
+4
*
drm/vmwgfx: Fix the driver for large dma addresses
Thomas Hellstrom
2014-01-17
1
-11
/
+36
*
drm/vmwgfx: Hook up the prime ioctls
Thomas Hellstrom
2013-11-18
1
-2
/
+5
*
Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
2013-11-14
1
-1
/
+6
|
\
|
*
drm/vmwgfx: Fix a couple of compile / sparse warnings and errors
Thomas Hellstrom
2013-11-13
1
-1
/
+8
*
|
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
2013-11-08
1
-5
/
+12
|
\
\
|
*
|
drm/vmwgfx: Don't kill clients on VT switch
Thomas Hellstrom
2013-10-15
1
-5
/
+12
*
|
|
drm/vmwgfx: fix warning if config intel iommu is off.
Dave Airlie
2013-11-08
1
-0
/
+2
|
|
/
|
/
|
*
|
drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages
Thomas Hellstrom
2013-11-06
1
-2
/
+85
|
/
*
drm/vmwgfx: fix error return code in vmw_driver_load()
Wei Yongjun
2013-08-30
1
-1
/
+3
*
drm/vmwgfx: remove ->firstopen callback
Daniel Vetter
2013-08-19
1
-18
/
+0
*
drm: remove FASYNC support
Daniel Vetter
2013-08-19
1
-1
/
+0
*
drm/vmwgfx: remove redundant clearing of driver->dma_quiescent
Daniel Vetter
2013-08-19
1
-1
/
+0
[prev]
[next]