[PATCH i-g-t 1/7] lib/igt_kms: don't run on unsupported platform
Joshi, Kunal1
kunal1.joshi at intel.com
Fri Apr 19 11:31:07 UTC 2024
Thanks bhanu for checking this out,
Will update the commit, but still we need to keep <13 condition,
As DSC is needed for <13.
Hot to know from Ankit
bool intel_dp_joiner_needs_dsc(struct drm_i915_private *i915, bool use_joiner)
{
/*
* Pipe joiner needs compression up to display 12 due to bandwidth
* limitation. DG2 onwards pipe joiner can be enabled without
* compression.
*/
return DISPLAY_VER(i915) < 13 && use_joiner;
}
But will edit comment.
Thanks and Regards
Kunal Joshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20240419/b7402dfe/attachment.htm>
More information about the igt-dev
mailing list