From: Daniel Vetter Date: Wed, 18 Jun 2014 11:59:03 +0000 (+0200) Subject: drm/i915: Ditch intel_edp_psr_update X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e559d4a90b539b711d8b7a70b7673031c48191;p=pandora-kernel.git drm/i915: Ditch intel_edp_psr_update We have _enable/_disable interfaces now for the modeset sequence and intel_edp_psr_exit for workarounds. The callsites in intel_display.c are all redundant with the modeset sequence enable/disable calls in intel_ddi.c. The one in intel_sprite.c is real and needs to be switched to psr_exit. If this breaks anything then we need to augment the enable/disable functions accordingly. Cc: Rodrigo Vivi Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed