summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-8/+2
* Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-02-017-12/+12
|\
| * drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-261-4/+3
| * drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh2017-01-261-2/+1
| * drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-261-1/+1
| * drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom2017-01-261-0/+2
| * drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom2017-01-263-4/+4
| * drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-261-1/+1
* | drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0
* | drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-0/+1
|/
* drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-3/+1
* drm/vmwgfx: use designated initializersKees Cook2016-12-181-5/+5
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-154-6/+6
* drm: Nuke fb->depthVille Syrjälä2016-12-153-5/+7
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-2/+2
* drm/vmwgfx: Switch to mode_cmd2Daniel Vetter2016-12-023-84/+53
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+2
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-283-27/+27
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-253-27/+27
* | drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-0/+1
|/
* Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-252-3/+11
|\
| * drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart2016-10-181-2/+10
| * drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-121-4/+2
* | Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie2016-10-215-73/+146
|\ \ | |/ |/|
| * drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring2016-10-101-16/+15
| * drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-10-101-16/+5
| * drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring2016-10-101-4/+6
| * drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom2016-10-101-13/+58
| * drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-101-3/+3
| * drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom2016-10-101-3/+0
| * drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom2016-10-101-15/+26
| * drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2016-10-102-1/+33
| * drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-101-4/+2
| * drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni2016-10-101-5/+5
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-201-4/+4
|\ \
| * | drm/ttm: rework handling of private mem typesChristian König2016-09-141-4/+4
| |/
* | drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-163-27/+0
* | drm/vmwgfx: select CONFIG_FBDaniel Vetter2016-08-121-0/+1
|/
* Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-301-3/+1
|\
| * drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring2016-07-221-3/+1
* | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-267-36/+70
|\ \ | |/ |/|
| * drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh2016-07-081-2/+2
| * drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom2016-07-011-4/+4
| * drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh2016-07-011-22/+25
| * drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh2016-07-011-3/+22
| * drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-013-0/+9
| * drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-012-8/+8