Lines Matching refs:intel_crt
54 struct intel_crt { struct
63 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) in intel_encoder_to_crt() argument
65 return container_of(encoder, struct intel_crt, base); in intel_encoder_to_crt()
68 static struct intel_crt *intel_attached_crt(struct drm_connector *connector) in intel_attached_crt()
93 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state()
112 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags()
163 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms()
425 struct intel_crt *crt = intel_attached_crt(connector); in intel_ironlake_crt_detect_hotplug()
472 struct intel_crt *crt = intel_attached_crt(connector); in valleyview_crt_detect_hotplug()
604 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_detect_ddc()
639 intel_crt_load_detect(struct intel_crt *crt, u32 pipe) in intel_crt_load_detect()
790 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_detect()
881 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_get_modes()
908 struct intel_crt *crt = intel_encoder_to_crt(to_intel_encoder(encoder)); in intel_crt_reset()
952 struct intel_crt *crt; in intel_crt_init()
981 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); in intel_crt_init()