]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tv: only call intel_tv_init() on platforms that might have TV
authorJani Nikula <jani.nikula@intel.com>
Tue, 22 Jan 2019 08:23:04 +0000 (10:23 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 24 Jan 2019 07:29:33 +0000 (09:29 +0200)
commit149f46db2278c1003126147d6c09b6873a6cab59
tree926651da08202ba338275e13372ce9374b45e5b5
parent832b656bf4310d782e65351d05fc9f8a4b728815
drm/i915/tv: only call intel_tv_init() on platforms that might have TV

With most platforms not having TV support, only call intel_tv_init() on
platforms that might actually have TV, specifically gens 3 and 4.

This puts intel_tv_init() more in line with the rest of the outputs, and
makes it slightly easier for the uninitiated to figure out which
platforms actually have what.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190122082307.4003-4-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_display.c