summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2017-02-26drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2017-02-01Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle
2017-01-26drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini
2017-01-26drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh
2017-01-26drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom
2017-01-26drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom
2017-01-26drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-12-18drm/vmwgfx: use designated initializersKees Cook
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie
2016-10-18drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-10drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring
2016-10-10drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2016-10-10drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring
2016-10-10drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom
2016-10-10drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom
2016-10-10drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom
2016-10-10drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom
2016-10-10drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee
2016-10-10drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-10drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-14drm/ttm: rework handling of private mem typesChristian König
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter
2016-08-12drm/vmwgfx: select CONFIG_FBDaniel Vetter
2016-07-30Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-07-22drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-12drm/vmwgfx: Stop checking minor type directlyFrank Binns
2016-07-08drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie
2016-07-01drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom