Home
last modified time | relevance | path

Searched refs:intel_attached_dp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux_backlight.c57 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_backlight_dpcd_mode()
80 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_get_backlight()
113 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_set_backlight()
143 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_set_pwm_freq()
180 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_enable_backlight()
242 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_calc_max_backlight()
339 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_display_control_capable()
H A Dintel_dp.c625 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_mode_valid_downstream()
652 struct intel_dp *intel_dp = intel_attached_dp(to_intel_connector(connector)); in intel_dp_mode_valid()
3370 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_edp_backlight_power()
6323 struct intel_dp *intel_dp = intel_attached_dp(to_intel_connector(connector)); in intel_dp_detect()
6441 struct intel_dp *intel_dp = intel_attached_dp(to_intel_connector(connector)); in intel_dp_force()
6476 if (intel_dp_is_edp(intel_attached_dp(intel_connector)) && in intel_dp_get_modes()
6489 struct intel_dp *intel_dp = intel_attached_dp(intel_connector); in intel_dp_get_modes()
6508 struct intel_dp *intel_dp = intel_attached_dp(to_intel_connector(connector)); in intel_dp_connector_register()
6528 struct intel_dp *intel_dp = intel_attached_dp(to_intel_connector(connector)); in intel_dp_connector_unregister()
H A Dintel_display_debugfs.c253 intel_attached_dp(to_intel_connector(connector)); in i915_psr_sink_status_show()
2016 intel_attached_dp(to_intel_connector(connector)); in i915_panel_show()
2135 intel_dp = intel_attached_dp(to_intel_connector(connector)); in i915_dsc_fec_support_show()
H A Dintel_display_types.h1579 static inline struct intel_dp *intel_attached_dp(struct intel_connector *connector) in intel_attached_dp() function