commit | affa935440733a79c5a9eb0e5357e2564ca4b355 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Nov 23 15:30:39 2012 -0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Nov 29 14:58:53 2012 +0100 |
tree | 3bc587ef85dc71c639e55ca50d27defa3c20e28e | |
parent | 20749730e39bba1c6100bec0e0d1a45c99db559e [diff] |
drm/i915: add HAS_DDI check And use it whenever we call code that uses the DDIs. We already have intel_ddi.c and prefix every function with intel_ddi_something instead of haswell_something, so I think replacing the checks with HAS_DDI makes more sense. Just a cosmetical change, yes I know, but I have this OCD... Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>