From: Ben Widawsky Date: Wed, 25 Jul 2012 03:47:31 +0000 (-0700) Subject: drm/i915: Macro to determine DPF support X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ef7cc299839e68dae3f1843f62e52acda04538;p=pandora-kernel.git drm/i915: Macro to determine DPF support Originally I had a macro specifically for DPF support, and Daniel, with good reason asked me to change it to this. It's not the way I would have gone (and indeed I didn't), but for now there is no distinction as all platforms with L3 also have DPF. Note: The good reasons are that dpf is a l3$ feature (at least on currrent hw), hence I don't expect one to go without the other. Signed-off-by: Ben Widawsky [danvet: added note] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed