summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0
* | 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/+1
* 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/+53
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+2
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-283-27/+27
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-253-27/+27
OpenPOWER on IntegriCloud