Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1084 static bool source_can_output(struct intel_dp *intel_dp, in source_can_output() function
1169 if (source_can_output(intel_dp, force_dsc_output_format) && in intel_dp_output_format()
1189 drm_WARN_ON(display->drm, !source_can_output(intel_dp, output_format)); in intel_dp_output_format()
5589 if (source_can_output(intel_dp, INTEL_OUTPUT_FORMAT_YCBCR420) && in intel_dp_can_ycbcr420()
5593 if (source_can_output(intel_dp, INTEL_OUTPUT_FORMAT_RGB) && in intel_dp_can_ycbcr420()
5597 if (source_can_output(intel_dp, INTEL_OUTPUT_FORMAT_YCBCR444) && in intel_dp_can_ycbcr420()