summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie7-12/+12
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
2017-01-26drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini1-4/+3
2017-01-26drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh1-2/+1
2017-01-26drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom1-1/+1
2017-01-26drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom1-0/+2
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom3-4/+4
2017-01-26drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom1-1/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-12-18drm/vmwgfx: use designated initializersKees Cook1-5/+5
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä4-6/+6
2016-12-15drm: Nuke fb->depthVille Syrjälä3-5/+7
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-2/+2
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter3-84/+53
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-1/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie3-27/+27
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson3-27/+27
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2-3/+11
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie5-73/+146
2016-10-18drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart1-2/+10
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-10drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring1-16/+15
2016-10-10drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-16/+5
2016-10-10drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring1-4/+6
2016-10-10drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom1-13/+58
2016-10-10drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom1-3/+3
2016-10-10drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom1-3/+0
2016-10-10drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom1-15/+26
2016-10-10drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2-1/+33
2016-10-10drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-10drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni1-5/+5
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-4/+4
2016-09-14drm/ttm: rework handling of private mem typesChristian König1-4/+4
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter3-27/+0
2016-08-12drm/vmwgfx: select CONFIG_FBDaniel Vetter1-0/+1
2016-07-30Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-3/+1
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie7-36/+70
2016-07-22drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+1
2016-07-12drm/vmwgfx: Stop checking minor type directlyFrank Binns1-2/+1
2016-07-08drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh1-2/+2
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie1-1/+3
2016-07-01drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom1-4/+4
2016-07-01drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh1-22/+25
2016-07-01drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh1-3/+22