summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * | drm: Create drm_send_event helpersDaniel Vetter2016-01-251-2/+1
| | * | drm/vmwgfx: Use the new event init/free functionsDaniel Vetter2016-01-251-24/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-9/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/vmwgfx: remove userland definition of DIV_ROUND_UPNicolas Dichtel2016-03-041-9/+11
| |/ /
* / / drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding2016-03-081-0/+2
|/ /
* / drm/vmwgfx: respect 'nomodeset'Rob Clark2016-01-291-0/+7
|/
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-141-1/+5
* drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom2016-01-141-1/+1
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-248-19/+62
|\