https://github.com/torvalds/linux
Revision aceb365ca9a51fb604313c08ed3061d6cc643237 authored by Shobhit Kumar on 03 July 2014, 11:05:41 UTC, committed by Daniel Vetter on 09 July 2014, 07:52:04 UTC
We should keep DEVICE_READY bit set in the ULPS enter sequence. In
exit sequence also we should set DEVICE_READY, but thats causing
blankout for me. Also exit sequence is simplified as per hw team
recommendation.

This should fix -
[drm:intel_dsi_clear_device_ready] *ERROR* DSI LP not going Low

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80818
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Tested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent a799a97
Raw File
Tip revision: aceb365ca9a51fb604313c08ed3061d6cc643237 authored by Shobhit Kumar on 03 July 2014, 11:05:41 UTC
drm/i915/vlv: Update the DSI ULPS entry/exit sequence
Tip revision: aceb365
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top