commit | 7e508a275b9425d612b845cac534e6b35a3f95e3 | [log] [tgz] |
---|---|---|
author | Eugeni Dodonov <eugeni.dodonov@intel.com> | Thu Mar 29 12:32:17 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Apr 09 18:03:57 2012 +0200 |
tree | 378177ef36d3c38c15b175c5741141dedc4c1022 | |
parent | 23e3f9b37e7368ee8530ba99907508363feebc14 [diff] |
drm/i915: transform HAS_PCH_SPLIT in a feature check The macro is becoming too complex and with VLV upon us it can lead to confusion. So transforming this into a feature check instead. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com> [danvet: fixed conflict with is_valleyview addition.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>