summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* 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
| * | drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
* | | drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-0/+1
| |/ |/|
* | Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-034-7/+11
|\ \
| * | drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-293-3/+6
| * | drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-292-2/+4
| * | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-142-3/+12
| |\|
* | | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-04-013-1/+32
* | | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-04-013-1/+253
* | | drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom2017-04-013-255/+169Star
* | | drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom2017-04-013-1/+298
* | | drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm2017-04-011-4/+4
* | | drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-04-011-20/+21
* | | drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh2017-04-011-7/+16
* | | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-04-011-3/+8
* | | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-04-014-4/+3Star
* | | drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-04-012-295/+25Star
* | | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-04-013-295/+51Star
* | | drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2017-04-011-1/+3
* | | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-04-011-0/+48
* | | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-04-013-0/+24
* | | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-315-1/+695