summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-7/+11
2017-04-01drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh3-1/+32
2017-04-01drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh3-1/+253
2017-04-01drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom3-255/+169
2017-04-01drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom3-1/+298
2017-04-01drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm1-4/+4
2017-04-01drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh1-20/+21
2017-04-01drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh1-7/+16
2017-04-01drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh1-3/+8
2017-04-01drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh4-4/+3
2017-04-01drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2-295/+25
2017-04-01drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh3-295/+51
2017-04-01drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh1-1/+3
2017-04-01drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh1-0/+48
2017-04-01drm/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-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...Dave Airlie3-8/+5
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches3-8/+5
2017-02-27drm/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_li...Dave 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-27drm/vmwgfx: Use kmemdup instead of kmalloc and memcpyShyam Saini1-4/+3
2017-01-27drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_formatSinclair Yeh1-2/+1
2017-01-27drm/vmwgfx: Fix a potential integer overflowThomas Hellstrom1-1/+1
2017-01-27drm/vmwgfx: Clear an uninitialized struct memberThomas Hellstrom1-0/+2
2017-01-27drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom3-4/+4
2017-01-27drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom1-1/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-12-18drm/vmwgfx: use designated initializersKees Cook1-5/+5
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä4-6/+6
2016-12-15drm: Nuke fb->depthVille Syrjälä3-5/+7
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-2/+2
2016-12-02drm/vmwgfx: Switch to mode_cmd2Daniel Vetter3-84/+53
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-1/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie3-27/+27
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1