summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-03-301-27/+50
* | | drm/ttm: add io_mem_pfn callbackChristian König2017-04-051-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-04-013-1/+32
* | | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-04-013-1/+253
* | | drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom2017-04-013-255/+169Star
* | | drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom2017-04-013-1/+298
* | | drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm2017-04-011-4/+4
* | | drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-04-011-20/+21
* | | drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh2017-04-011-7/+16
* | | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-04-011-3/+8
* | | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-04-014-4/+3Star
* | | drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-04-012-295/+25Star
* | | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-04-013-295/+51Star
* | | drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2017-04-011-1/+3
* | | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-04-011-0/+48
* | | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-04-013-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/+0Star
* | | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-073-8/+5Star
|\| | | |/ |/|
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-013-8/+5Star
* | 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/+2Star
* Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-01-317-12/+12
|\
| * drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini2017-01-271-4/+3Star
| * drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh2017-01-271-2/+1Star
| * drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom2017-01-271-1/+1
| * drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom2017-01-271-0/+2
| * drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom2017-01-273-4/+4
| * drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom2017-01-271-1/+1
* | drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* | drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-0/+1
|/
* drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-3/+1Star
* drm/vmwgfx: use designated initializersKees Cook2016-12-181-5/+5
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-154-6/+6
* drm: Nuke fb->depthVille Syrjälä2016-12-153-5/+7
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-2/+2
* drm/vmwgfx: Switch to mode_cmd2Daniel Vetter2016-12-023-84/+53Star
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+2