summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | | drm: Plumb modifiers through plane initBen Widawsky2017-08-013-6/+6
* | | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-07-261-0/+1
|\| |
| * | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-108-11/+13
| |\ \ | | |/ | |/|
| * | drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat2017-06-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
|\ \ \ | | |/ | |/|
| * | BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-166-144/+42Star
| |\|
| | * 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: 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: 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: Convert macro to octal representationØyvind A. Holm2017-04-211-1/+1
* Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-211-4/+4
|\
| * dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
* | Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-103-4/+60
|\|
| * drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter2017-04-071-2/+56
| * drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-062-2/+4
* | Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-104-48/+68
|\ \
| * | drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-03-301-1/+4
| * | drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-03-301-2/+0Star
| * | drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-303-19/+13Star
| * | drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-03-301-1/+1
| * | drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-03-301-2/+2