From: Daniel Vetter Date: Thu, 24 Apr 2014 21:54:37 +0000 (+0200) Subject: drm/i915: Make encoder->mode_set callbacks optional X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d56bf0b65e6930ea00060d4107414b8d74c9055;p=pandora-kernel.git drm/i915: Make encoder->mode_set callbacks optional For a bunch of reasons we want to move away from the ->mode_set callbacks: All hw state setup needs to move into ->enable hooks (so that DOMS can do runtime pm) and all the configuration setup needs to move into the compute_config functions. To start with this make the enocer->mode_set callback optional. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed