summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm: export the DRM permission check codeThomas Hellstrom2015-08-121-1/+2
* drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2015-08-122-24/+19
* drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom2015-08-121-2/+5
* drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh2015-08-121-11/+22
* drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom2015-08-051-1/+5
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-0520-107/+103
* drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom2015-08-051-4/+2
* drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom2015-08-051-3/+6
* drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-056-214/+436
* drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-054-72/+102
* drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom2015-08-051-49/+34
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-056-679/+534
* drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-054-556/+444
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-056-21/+391
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-059-196/+179
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-057-35/+266
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-059-24/+1474
* drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-054-5/+19
* vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-057-546/+597
* drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2015-08-052-61/+143
* drm/vmwgfx: SVGA device definition updateSinclair Yeh2015-08-052-6/+117
* drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2015-08-052-1/+94
* drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom2015-08-051-6/+6
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-0510-33/+1656
* vmwgfx: Update device headers for command buffers.Thomas Hellstrom2015-08-053-2/+190
* drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom2015-08-051-10/+11
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-0510-174/+230
* drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom2015-08-051-2/+2
* Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie2015-07-2418-266/+133
|\
| * drm: gc now dead mode_group codeDaniel Vetter2015-07-224-82/+0
| * drm: Stop filtering according to mode_group in getresourcesDaniel Vetter2015-07-221-80/+30
| * drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter2015-07-224-18/+19
| * drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2015-07-222-17/+2
| * drm: Roll out drm_for_each_connector moreDaniel Vetter2015-07-226-12/+14
| * drm/radeon: Take all modeset locks for DP MST hotplugDaniel Vetter2015-07-221-4/+4
| * drm/i915: Take all modeset locks for DP MST hotplugDaniel Vetter2015-07-221-6/+6
| * drm/i915: Use drm_for_each_fb in i915_debugfs.cDaniel Vetter2015-07-221-1/+3
| * drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...Daniel Vetter2015-07-221-2/+7
| * drm/probe-helper: Grab mode_config.mutex in poll_init/enableDaniel Vetter2015-07-221-16/+25
| * drm: Add modeset object iteratorsDaniel Vetter2015-07-225-39/+34
| * drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter2015-07-222-2/+2
* | Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-07-245-7/+138
|\ \
| * | drm/i915: Backlight control using CRC PMIC based PWM driverShobhit Kumar2015-07-213-5/+98
| * | drm/i915: Use the CRC gpio for panel enable/disableShobhit Kumar2015-07-213-2/+40
* | | Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-07-2454-5633/+8399
|\ \ \ | | |/ | |/|
| * | drm/i915: Update DRIVER_DATE to 20150717Daniel Vetter2015-07-171-1/+1
| * | drm/i915/skl: Drop the preliminary_hw_support flagDamien Lespiau2015-07-171-2/+0
| * | drm/i915/skl: Don't expose the top most plane on gen9 displayDamien Lespiau2015-07-171-4/+12
| * | drm/i915: Fix divide by zero on watermark updateMika Kuoppala2015-07-171-1/+3