summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-1811-26/+26
* | | | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-108-11/+13
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-166-144/+42Star
| |\ \ | | |/ | |/|
| * | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-2/+2
| * | drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-187-9/+11
* | | drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat2017-06-261-0/+1
| |/ |/|
* | drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2017-06-071-2/+2
* | drm/vmwgfx: Remove unused legacy cursor functionsSinclair Yeh2017-06-072-129/+0Star
* | drm/vmwgfx: fix spelling mistake "exeeds" -> "exceeds"Colin Ian King2017-06-071-1/+1
* | drm/vmwgfx: Fix large topology crashSinclair Yeh2017-06-071-5/+17
* | drm/vmwgfx: Make sure to update STDU when FB is updatedSinclair Yeh2017-06-071-0/+5
* | drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh2017-06-071-7/+11
* | drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter2017-06-071-0/+2
* | drm/vmwgfx: Don't create proxy surface for cursorSinclair Yeh2017-06-071-0/+1
* | drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov2017-06-071-0/+3
|/
* drm/vmwgfx: Convert macro to octal representationØyvind A. Holm2017-04-211-1/+1