From: Rodrigo Vivi Date: Thu, 30 Jul 2015 23:26:39 +0000 (-0700) Subject: drm/i915: Split sink_crc function in start, stop and read. X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~28^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082dcc7c0c666df9a37879d79a15a8115f05a08f;p=pandora-kernel.git drm/i915: Split sink_crc function in start, stop and read. This is just a preparation patch to make clear what operation we are performing. There is no functional change on the sink crc logic. hsw_disable_ips has been moved a bit further in the start function to avoid disabling ips when sink crc is not going to be started. and to avoid goto on this function. v2: explain why hsw_disable_ips() call place has changed. Cc: Daniel Vetter Reviewed-by: Rafael Antognolli Signed-off-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed