summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* objtool, drm/vmwgfx: Fix "duplicate frame pointer save" warningJosh Poimboeuf2016-06-081-1/+3
* drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh2016-05-203-2/+25
* drm/vmwgfx: Add VMWare host messaging capabilitySinclair Yeh2016-05-202-0/+607
* drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom2016-05-205-14/+21
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-092-8/+8
|\
| * drm/vmwgfx: Fix order of operationSinclair Yeh2016-04-281-3/+3
| * drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-04-281-4/+4
| * drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-04-281-1/+1
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-043-4/+4
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-047-20/+19
* | Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-061-2/+0
|\ \ | |/ |/|
| * vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-2110-460/+505
|\ \
| * | drm/vmwgfx: Bump driver minorThomas Hellstrom2016-03-161-2/+2
| * | drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodesThomas Hellstrom2016-03-141-1/+1
| * | drm/vmwgfx: Send a hotplug event at master_setThomas Hellstrom2016-03-141-0/+1
| * | drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ...Thomas Hellstrom2016-03-142-2/+2
| * | drm/vmwgfx: Calculate the cursor position based on the crtc gui originThomas Hellstrom2016-03-145-2/+10
| * | drm/vmwgfx: Add connector properties to switch between explicit and implicit ...Thomas Hellstrom2016-03-146-2/+54
| * | drm/vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom2016-03-145-4/+55
| * | drm/vmwgfx: Add implicit framebuffer checks to the screen target codeThomas Hellstrom2016-03-141-1/+16
| * | drm/vmwgfx: Break out implicit fb codeThomas Hellstrom2016-03-144-112/+120
| * | drm/vmwgfx: Rework screen target page flips v2Thomas Hellstrom2016-03-141-234/+188
| * | drm/vmwgfx: Fix screen object page flips for large framebuffersThomas Hellstrom2016-03-143-10/+14
| * | drm/vmwgfx: Fix a screen object framebuffer dirty corner caseThomas Hellstrom2016-03-141-0/+15
| * | drm/vmwgfx: Add DXGenMips supportCharmaine Lee2016-03-141-1/+21
| * | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-0/+2
| |\ \ | | |/ | |/|
| * | Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-094-92/+9
| |\ \
| | * | drm/vmwgfx: Nuke preclose hookDaniel Vetter2016-02-084-66/+0
| | * | drm/vmwgfx: fix a NULL dereferenceDan Carpenter2016-01-281-1/+1
| | * | drm: Create drm_send_event helpersDaniel Vetter2016-01-251-2/+1
| | * | drm/vmwgfx: Use the new event init/free functionsDaniel Vetter2016-01-251-24/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-9/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/vmwgfx: remove userland definition of DIV_ROUND_UPNicolas Dichtel2016-03-041-9/+11
| |/ /
* | | drm/vmwgfx: Add back ->detect() and ->fill_modes()Thierry Reding2016-03-081-0/+2
|/ /
* | drm/vmwgfx: respect 'nomodeset'Rob Clark2016-01-291-0/+7
|/
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-141-1/+5
* drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom2016-01-141-1/+1
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-248-19/+62
|\
| * drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-087-18/+61
| * drm/vmwgfx: fix a warning messageDan Carpenter2015-11-261-1/+1
* | drm/vmwgfx: Constify function pointer structsVille Syrjälä2015-12-154-11/+11
* | drm/vmwgfx: check kmalloc return valueRasmus Villemoes2015-12-151-1/+1
* | drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()Rasmus Villemoes2015-12-151-5/+2
* | drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-113-3/+3
* | drm/gma500: Move to private save/restore hooksDaniel Vetter2015-12-081-2/+0
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-084-28/+0
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
|/
OpenPOWER on IntegriCloud