aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh5-0/+379
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh5-7/+204
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh5-0/+150
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh5-3/+131
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh7-198/+398
2017-03-31drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh3-4/+0
2017-03-30drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-03-30drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom3-19/+13
2017-03-30drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-03-30drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-03-30drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter3-3/+6
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2-2/+4
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2-3/+12
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie3-8/+5
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches3-8/+5
2017-02-26drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom2-3/+12
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-8/+2
2017-02-01Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-nextDave 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/drm-intel into drm-nextDave 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-intel into drm-nextDave Airlie2-3/+11
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_linux into drm-fixesDave 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