]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commitd6521463897bc673ed929e87a884b7a6ef641f64
tree926651da08202ba338275e13372ce9374b45e5b5
parent9bedc7edf624a6c552d9d382712a56a705f40a41
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