summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-094-92/+9Star
|\
| * drm/vmwgfx: Nuke preclose hookDaniel Vetter2016-02-084-66/+0Star
| * drm/vmwgfx: fix a NULL dereferenceDan Carpenter2016-01-281-1/+1
| * drm: Create drm_send_event helpersDaniel Vetter2016-01-251-2/+1Star
| * drm/vmwgfx: Use the new event init/free functionsDaniel Vetter2016-01-251-24/+8Star
* | drm/vmwgfx: respect 'nomodeset'Rob Clark2016-01-291-0/+7
|/
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-01-131-1/+5
* drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom2016-01-131-1/+1
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-238-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/+2Star
* | 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/+0Star
* | drm/vmwgfx: Drop dummy save/restore hooksDaniel Vetter2015-12-084-28/+0Star
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-109-242/+215Star
|\
| * drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-064-99/+39Star
| * drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom2015-11-062-1/+3
| * drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-027-105/+118
| * drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom2015-11-022-2/+22
| * drm/vmwgfx: switch from ioremap_cache to memremapDan Williams2015-11-021-4/+10
| * Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-201-27/+27
| |\
| | * drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-27/+27
| * | Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-161-0/+8
| |\ \ | | |/ | |/|
| * | drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-062-6/+6
| * | drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter2015-09-301-8/+0Star
* | | Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linuxDave Airlie2015-10-241-14/+20
|\ \ \
| * | | drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom2015-10-211-14/+20
* | | | Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-10-161-1/+2
|\| | | | |_|/ |/| |
| * | drm/vmwgfx: Fix kernel NULL pointer dereference on older hardwareThomas Hellstrom2015-10-131-1/+2
* | | Merge tag 'vmwgfx-fixes-4.3-151001' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-10-021-0/+8
|\| | | |/ |/|
| * drm/vmwgfx: Fix a command submission hang regressionThomas Hellstrom2015-09-301-0/+8
* | Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-09-2410-31/+44
|\|
| * drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer2015-09-241-2/+1Star
| * drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer2015-09-241-2/+1Star
| * drm/vmwgfx: Only build on X86Thomas Hellstrom2015-09-171-1/+1
| * drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2015-09-142-9/+2Star
| * drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-146-17/+39
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-0553-6177/+19164
|\|
| * drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom2015-09-012-1/+12
| * drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom2015-08-211-1/+0Star
| * drm/vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom2015-08-211-12/+17
| * Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-1753-6166/+19137
| |\
| | * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-1229-31/+31
| | * drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-125-26/+373
| | * drm/vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende2015-08-121-2/+48