summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-2/+2
|\ \ \ \ \
| * | | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-2/+2
| |/ / / /
* | | | | drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2018-01-172-4/+4
* | | | | drm/vmwgfx: Fix a boot time warningWoody Suwalski2018-01-171-1/+1
| |_|_|/ |/| | |
* | | | drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter2018-01-101-0/+2
* | | | drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom2018-01-093-36/+13Star
|/ / /
* | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-164-7/+7
|\ \ \ | | |/ | |/|
| * | drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard2017-10-202-4/+4
| * | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-122-3/+3
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\ \
| * \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+2
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
| | |/ | |/|
* | | Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-11-072-2/+2
|\ \ \ | |_|/ |/| |
| * | drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh2017-11-011-1/+1
| * | drm/vmwgfx: constify vmw_fence_opsArvind Yadav2017-11-011-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-0414-249/+540
|\
| * drm/vmwgfx: Bump the version for fence FD supportSinclair Yeh2017-08-281-2/+2
| * drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-284-11/+70
| * drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh2017-08-283-2/+71
| * drm/vmwgfx: Prepare to support fence fdSinclair Yeh2017-08-281-5/+0Star
| * drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom2017-08-281-0/+1
| * drm/vmwgfx: Support the NOP_ERROR commandThomas Hellstrom2017-08-281-0/+2
| * drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom2017-08-283-27/+206
| * drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom2017-08-284-91/+112
| * drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom2017-08-283-21/+40
| * drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-171-2/+2
| * Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-1515-51/+58
| |\
| * | drm: Plumb modifiers through plane initBen Widawsky2017-08-013-6/+6
| * | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-07-261-0/+1
| |\ \
| * | | drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0Star
| * | | drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst2017-07-131-3/+2Star
| * | | drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-303-8/+11
| * | | drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-303-8/+11
| * | | drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-283-8/+8
| * | | drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart2017-06-281-13/+0Star
| * | | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-276-144/+42Star
| |\ \ \
| * | | | drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter2017-06-275-47/+3Star
| * | | | drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter2017-06-201-2/+2
| * | | | drm: Remove drm_driver->set_busid hookDaniel Vetter2017-06-201-1/+0Star
* | | | | drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh2017-08-291-1/+25
| |_|_|/ |/| | |
* | | | Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-2415-51/+58
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/vmwgfx: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
| * | | drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh2017-07-181-1/+1
| * | | drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh2017-07-181-0/+9
| * | | drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh2017-07-181-2/+2
| * | | drm/vmwgfx: dma-buf: Constify ttm_place structures.Arvind Yadav2017-07-181-12/+12
| * | | drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul2017-07-181-1/+1
| * | | drm/vmwgfx: Use dma_pool_zallocSouptick Joarder2017-07-181-6/+4Star
| * | | drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'Christophe JAILLET2017-07-181-2/+2