[PATCH i-g-t 5/7] tests/intel/kms_dp_linktrain_fallback: add dsc-fallback test
Sharma, Swati2
swati2.sharma at intel.com
Fri Feb 14 07:28:44 UTC 2025
Hi Kunal,
Sorry missed one comment.
On 11-02-2025 11:35 pm, Kunal Joshi wrote:
> + if (!is_dsc_supported_by_sink(data->drm_fd, data->output)) {
> + igt_info("Skipping output %s as DSC not supported by sink\n",
> + igt_output_name(data->output));
Here no need to add igt_info. Its already there in
is_dsc_supported_by_sink()
You can check here
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12576/bat-dg2-oem2/igt@kms_dp_linktrain_fallback@dsc-fallback.html
DSC not supported on connector DP-3
Skipping output DP-3 as DSC not supported by sink
Same info, we are getting twice.
> + continue;
> + }
More information about the igt-dev
mailing list