From: Daniel Vetter Date: Thu, 24 Apr 2014 21:54:59 +0000 (+0200) Subject: drm/i915/dsi: Remove ->mode_set callback X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e4fb9eb3066ceed66419f10e49d49a5dda1267;p=pandora-kernel.git drm/i915/dsi: Remove ->mode_set callback Looking at our current dsi driver I note that: - We don't have any slave driver right now. - There's zero support for the hardware state readout and cross check code. - All the modeset state seems to be tracked in the intel_dsi structure instead of the pipe config. Given all that I can't properly audit the dsi ->mode_set callback. So just do it as the first thing in the ->pre_pll_enable hook and hope for the best. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed