summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom20-107/+103
2015-08-05drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom1-4/+2
2015-08-05drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom1-3/+6
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom6-214/+436
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom4-72/+102
2015-08-05drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom1-49/+34
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom6-679/+534
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom4-556/+444
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom6-21/+391
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom9-196/+179
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh7-35/+266
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh10-24/+1475
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom4-5/+19
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh7-546/+597
2015-08-05drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2-61/+143
2015-08-05drm/vmwgfx: SVGA device definition updateSinclair Yeh2-6/+117
2015-08-05drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2-1/+94
2015-08-05drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom1-6/+6
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom10-33/+1656
2015-08-05vmwgfx: Update device headers for command buffers.Thomas Hellstrom3-2/+190
2015-08-05drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom1-10/+11
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom10-174/+230
2015-08-05drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie20-295/+172
2015-07-24Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie13-7/+336
2015-07-24Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie59-5641/+8422
2015-07-24Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...Dave Airlie19-173/+178
2015-07-24Merge tag 'drm-amdkfd-next-2015-07-20' of git://people.freedesktop.org/~gabba...Dave Airlie28-40/+2893
2015-07-22drm: gc now dead mode_group codeDaniel Vetter6-109/+0
2015-07-22drm: Stop filtering according to mode_group in getresourcesDaniel Vetter1-80/+30
2015-07-22drm: Roll out drm_for_each_{plane,crtc,encoder}Daniel Vetter4-18/+19
2015-07-22drm/cma-helper: Fix locking in drm_fb_cma_debugfs_showDaniel Vetter2-17/+2
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter6-12/+14
2015-07-22drm: Amend connector list locking rulesDaniel Vetter1-1/+9
2015-07-22drm/radeon: Take all modeset locks for DP MST hotplugDaniel Vetter1-4/+4
2015-07-22drm/i915: Take all modeset locks for DP MST hotplugDaniel Vetter1-6/+6
2015-07-22drm: Check locking in drm_for_each_fbDaniel Vetter1-1/+5
2015-07-22drm/i915: Use drm_for_each_fb in i915_debugfs.cDaniel Vetter1-1/+3
2015-07-22drm: Check locking in drm_for_each_connectorDaniel Vetter1-1/+11
2015-07-22drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...Daniel Vetter1-2/+7
2015-07-22drm/probe-helper: Grab mode_config.mutex in poll_init/enableDaniel Vetter1-16/+25
2015-07-22drm: Add modeset object iteratorsDaniel Vetter6-39/+49
2015-07-22drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter3-4/+4
2015-07-22mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabledShobhit Kumar1-0/+1
2015-07-21drm/i915: Backlight control using CRC PMIC based PWM driverShobhit Kumar3-5/+98
2015-07-21drm/i915: Use the CRC gpio for panel enable/disableShobhit Kumar3-2/+40
2015-07-21pwm: crc: Add Crystalcove (CRC) PWM driverShobhit Kumar3-0/+151
2015-07-21mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWMShobhit Kumar1-0/+12
2015-07-21mfd: intel_soc_pmic_crc: Add PWM cell device for Crystalcove PMICShobhit Kumar1-0/+3
2015-07-21mfd: intel_soc_pmic_core: Add lookup table for Panel Control as GPIO signalShobhit Kumar1-0/+17