summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-301-3/+1
|\
| * drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring2016-07-221-3/+1
* | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-267-36/+70
|\ \ | |/ |/|
| * drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh2016-07-081-2/+2
| * drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom2016-07-011-4/+4
| * drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh2016-07-011-22/+25
| * drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh2016-07-011-3/+22
| * drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-013-0/+9
| * drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-012-8/+8
| * drm/vmwgfx: Add a check to handle host message failureSinclair Yeh2016-07-011-0/+3
* | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-151-2/+1
|\ \
| * | drm/vmwgfx: Stop checking minor type directlyFrank Binns2016-07-121-2/+1
* | | Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-021-1/+3
|\ \ \ | |/ / |/| / | |/
| * objtool, drm/vmwgfx: Fix "duplicate frame pointer save" warningJosh Poimboeuf2016-06-081-1/+3
* | drm: document drm_auth.cDaniel Vetter2016-06-211-0/+1
* | drm: Extract drm_is_current_masterDaniel Vetter2016-06-211-1/+1
* | drm: Refactor drop/set master code a bitDaniel Vetter2016-06-211-2/+1
* | drm/vmwgfx: use *_32_bits() macrosPaul Bolle2016-06-151-5/+2
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-072-5/+7
* | dma-buf/fence: make fence context 64 bit v2Christian König2016-06-021-1/+1
|/
* drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh2016-05-203-2/+25
* drm/vmwgfx: Add VMWare host messaging capabilitySinclair Yeh2016-05-202-0/+607
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-205-14/+21
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-092-8/+8
|\
| * drm/vmwgfx: Fix order of operationSinclair Yeh2016-04-281-3/+3
| * drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-04-281-4/+4
| * drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-04-281-1/+1
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-043-4/+4
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-047-20/+19
* | Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-061-2/+0
|\ \ | |/ |/|
| * vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-2110-460/+505
|\ \
| * | drm/vmwgfx: Bump driver minorThomas Hellstrom2016-03-161-2/+2
| * | drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodesThomas Hellstrom2016-03-141-1/+1
| * | drm/vmwgfx: Send a hotplug event at master_setThomas Hellstrom2016-03-141-0/+1
| * | drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom2016-03-142-2/+2
| * | drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-145-2/+10
| * | drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-146-2/+54
| * | drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-145-4/+55
| * | drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom2016-03-141-1/+16
| * | drm/vmwgfx: Break out implicit fb codeThomas Hellstrom2016-03-144-112/+120
| * | drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom2016-03-141-234/+188
| * | drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom2016-03-143-10/+14
| * | drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom2016-03-141-0/+15
| * | drm/vmwgfx: Add DXGenMips supportCharmaine Lee2016-03-141-1/+21
| * | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-0/+2
| |\ \ | | |/ | |/|
| * | Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-094-92/+9
| |\ \
| | * | drm/vmwgfx: Nuke preclose hookDaniel Vetter2016-02-084-66/+0
| | * | drm/vmwgfx: fix a NULL dereferenceDan Carpenter2016-01-281-1/+1