summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-21drm/vmwgfx: Convert macro to octal representationØyvind A. Holm
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie
2017-04-07drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-31drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh
2017-03-31drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh
2017-03-31drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom
2017-03-31drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom
2017-03-31drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm
2017-03-31drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh
2017-03-31drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh
2017-03-31drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh
2017-03-31drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh
2017-03-31drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh
2017-03-31drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh
2017-03-31drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect connector helper functionSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh
2017-03-31drm/vmwgfx: Connector atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: Plane atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: CRTC atomic stateSinclair Yeh
2017-03-31drm/vmwgfx: Add universal plane supportSinclair Yeh
2017-03-31drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh
2017-03-30drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang
2017-03-30drm/vmwgfx: Remove getparam error messageThomas Hellstrom
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom
2017-03-30drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister
2017-03-30drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister
2017-03-30drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom
2017-03-29drm: Add acquire ctx parameter to ->set_configDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
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