Home
last modified time | relevance | path

Searched refs:intel_tv (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_tv.c47 struct intel_tv { struct
827 static struct intel_tv *enc_to_tv(struct intel_encoder *encoder) in enc_to_tv()
829 return container_of(encoder, struct intel_tv, base); in enc_to_tv()
832 static struct intel_tv *intel_attached_tv(struct drm_connector *connector) in intel_attached_tv()
889 intel_tv_mode_find(struct intel_tv *intel_tv) in intel_tv_mode_find() argument
891 return intel_tv_mode_lookup(intel_tv->tv_format); in intel_tv_mode_find()
898 struct intel_tv *intel_tv = intel_attached_tv(connector); in intel_tv_mode_valid() local
899 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_mode_valid()
921 struct intel_tv *intel_tv = enc_to_tv(encoder); in intel_tv_compute_config() local
922 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_compute_config()
[all …]
DMakefile85 intel_tv.o