Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c48 struct intel_tv { struct
895 static struct intel_tv *enc_to_tv(struct intel_encoder *encoder) in enc_to_tv()
897 return container_of(encoder, struct intel_tv, base); in enc_to_tv()
900 static struct intel_tv *intel_attached_tv(struct intel_connector *connector) in intel_attached_tv()
1423 struct intel_tv *intel_tv = enc_to_tv(encoder); in intel_tv_pre_enable() local
1442 switch (intel_tv->type) { in intel_tv_pre_enable()
1570 intel_tv_detect_type(struct intel_tv *intel_tv, in intel_tv_detect_type() argument
1674 struct intel_tv *intel_tv = intel_attached_tv(to_intel_connector(connector)); in intel_tv_find_better_format() local
1679 if (intel_tv->type == DRM_MODE_CONNECTOR_Component) in intel_tv_find_better_format()
1702 struct intel_tv *intel_tv = intel_attached_tv(to_intel_connector(connector)); in intel_tv_detect() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A DMakefile251 display/intel_tv.o \