Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux_backlight.c523 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_vesa_setup_backlight()
604 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_supports_vesa_backlight()
644 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_aux_init_backlight_funcs()
H A Dintel_dp.c1150 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_output_format()
1289 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_mode_valid_downstream()
1404 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_mode_valid()
2503 struct intel_dp *intel_dp = intel_attached_dp(connector); in compute_max_compressed_bpp_x16()
2545 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_mode_valid_with_dsc()
2581 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_compute_config_link_bpp_limits()
4419 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_edp_mso_mode_fixup()
6073 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_detect()
6223 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_force()
6245 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_dp_get_modes()
[all …]
H A Dintel_psr.c761 struct intel_dp *intel_dp = intel_attached_dp(connector); in psr2_su_region_et_valid()
1301 struct intel_dp *intel_dp = intel_attached_dp(connector); in psr2_granularity_check()
1635 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_sel_update_config_valid()
1748 struct intel_dp *intel_dp = intel_attached_dp(connector); in _panel_replay_compute_config()
4433 struct intel_dp *intel_dp = intel_attached_dp(connector); in i915_psr_sink_status_show()
4490 struct intel_dp *intel_dp = intel_attached_dp(connector); in i915_psr_status_show()
H A Dintel_vrr.c56 intel_dp = intel_attached_dp(connector); in intel_vrr_is_capable()
412 struct intel_dp *intel_dp = intel_attached_dp(connector); in intel_vrr_compute_config()
H A Dintel_display_types.h2098 static inline struct intel_dp *intel_attached_dp(struct intel_connector *connector) in intel_attached_dp() function