summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Convert macro to octal representationØyvind A. Holm2017-04-211-1/+1
* Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-211-4/+4
|\
| * dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
* | Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-113-4/+60
|\ \ | |/
| * drm/vmwgfx: Fix fbdev emulation using legacy functionsDaniel Vetter2017-04-071-2/+56
| * drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-062-2/+4
* | Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-114-48/+68
|\ \
| * | drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-03-301-1/+4
| * | drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-03-301-2/+0
| * | drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-303-19/+13
| * | drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-03-301-1/+1
| * | drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-03-301-2/+2
| * | drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
* | | drm/ttm: add io_mem_pfn callbackChristian König2017-04-041-0/+1
| |/ |/|
* | Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-034-7/+11
|\ \
| * | drm: Add acquire ctx parameter to ->set_configDaniel Vetter2017-03-293-3/+6
| * | drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-292-2/+4
| * | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-142-3/+12
| |\ \ | | |/
* | | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-313-1/+32
* | | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-03-313-1/+253
* | | drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom2017-03-313-255/+169
* | | drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom2017-03-313-1/+298
* | | drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm2017-03-311-4/+4
* | | drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-03-311-20/+21
* | | drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh2017-03-311-7/+16
* | | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-03-311-3/+8
* | | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-03-314-4/+3
* | | drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-03-312-295/+25
* | | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-03-313-295/+51
* | | drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2017-03-311-1/+3
* | | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-03-311-0/+48
* | | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-03-313-0/+24
* | | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-315-1/+695
* | | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-315-0/+379
* | | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-315-7/+204
* | | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-315-0/+150
* | | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-315-3/+131
* | | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-317-198/+398
* | | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-313-4/+0
* | | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-073-8/+5
|\ \ \ | |/ / | | / | |/ |/|
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-013-8/+5
* | drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom2017-02-262-3/+12
|/
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-8/+2
* Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-02-017-12/+12
|\
| * drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-261-4/+3
| * drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh2017-01-261-2/+1
| * drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-261-1/+1
| * drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom2017-01-261-0/+2
| * drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom2017-01-263-4/+4
| * drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-261-1/+1
OpenPOWER on IntegriCloud