summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2016-06-21drm: document drm_auth.cDaniel Vetter1-0/+1
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter1-1/+1
2016-06-21drm: Refactor drop/set master code a bitDaniel Vetter1-2/+1
2016-06-15drm/vmwgfx: use *_32_bits() macrosPaul Bolle1-5/+2
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst2-5/+7
2016-06-02dma-buf/fence: make fence context 64 bit v2Christian König1-1/+1
2016-05-20drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh3-2/+25
2016-05-20drm/vmwgfx: Add VMWare host messaging capabilitySinclair Yeh2-0/+607
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom5-14/+21
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie2-8/+8
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König3-4/+4
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König7-20/+19
2016-04-28drm/vmwgfx: Fix order of operationSinclair Yeh1-3/+3
2016-04-28drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee1-4/+4
2016-04-28drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee1-1/+1
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-460/+505
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+11
2016-03-16drm/vmwgfx: Bump driver minorThomas Hellstrom1-2/+2
2016-03-14drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodesThomas Hellstrom1-1/+1
2016-03-14drm/vmwgfx: Send a hotplug event at master_setThomas Hellstrom1-0/+1
2016-03-14drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom2-2/+2
2016-03-14drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom5-2/+10
2016-03-14drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom6-2/+54
2016-03-14drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom5-4/+55
2016-03-14drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom1-1/+16
2016-03-14drm/vmwgfx: Break out implicit fb codeThomas Hellstrom4-112/+120
2016-03-14drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom1-234/+188
2016-03-14drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom3-10/+14
2016-03-14drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom1-0/+15
2016-03-14drm/vmwgfx: Add DXGenMips supportCharmaine Lee1-1/+21
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-0/+2
2016-03-08drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding1-0/+2
2016-03-04drm/vmwgfx: remove userland definition of DIV_ROUND_UPNicolas Dichtel1-9/+11
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie4-92/+9
2016-02-08drm/vmwgfx: Nuke preclose hookDaniel Vetter4-66/+0
2016-01-29drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2016-01-28drm/vmwgfx: fix a NULL dereferenceDan Carpenter1-1/+1
2016-01-25drm: Create drm_send_event helpersDaniel Vetter1-2/+1
2016-01-25drm/vmwgfx: Use the new event init/free functionsDaniel Vetter1-24/+8
2016-01-14drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom1-1/+5
2016-01-14drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom1-1/+1
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie8-19/+62
2015-12-15drm/vmwgfx: Constify function pointer structsVille Syrjälä4-11/+11
2015-12-15drm/vmwgfx: check kmalloc return valueRasmus Villemoes1-1/+1
2015-12-15drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes1-5/+2
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä3-3/+3