summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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/+188Star
| * 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/+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
* | | | 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-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