aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21drm/vmwgfx: Convert macro to octal representationØyvind A. Holm1-1/+1
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-4/+4
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie3-4/+60
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie4-48/+68
2017-04-07drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter1-2/+56
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2-2/+4
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie4-7/+11
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh3-1/+32
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh3-1/+253
2017-03-31drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom3-255/+169
2017-03-31drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom3-1/+298
2017-03-31drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm1-4/+4
2017-03-31drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh1-20/+21
2017-03-31drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh1-7/+16
2017-03-31drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh1-3/+8
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh4-4/+3
2017-03-31drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2-295/+25
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh3-295/+51
2017-03-31drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh1-1/+3
2017-03-31drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh1-0/+48
2017-03-31drm/vmwgfx: Add and connect connector helper functionSinclair Yeh3-0/+24
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh5-1/+695
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