Re: [PATCH 5/5] drm/i915/dp: Ignore max_requested_bpc if its too low for DSC

2024-10-03 Thread Nautiyal, Ankit K
On 9/26/2024 2:46 PM, Jani Nikula wrote: On Wed, 13 Dec 2023, Ankit Nautiyal wrote: At the moment, while choosing the input bpc for DSC, we take into account the max_requested_bpc property. This creates a problem, if the max_requested_bpc is lower than the minimum bpc required by source with

Re: [PATCH 5/5] drm/i915/dp: Ignore max_requested_bpc if its too low for DSC

2024-09-26 Thread Jani Nikula
On Wed, 13 Dec 2023, Ankit Nautiyal wrote: > At the moment, while choosing the input bpc for DSC, we take into > account the max_requested_bpc property. This creates a problem, if the > max_requested_bpc is lower than the minimum bpc required by source with > DSC. > > So consider max_requested_bpc

[PATCH 5/5] drm/i915/dp: Ignore max_requested_bpc if its too low for DSC

2023-12-13 Thread Ankit Nautiyal
At the moment, while choosing the input bpc for DSC, we take into account the max_requested_bpc property. This creates a problem, if the max_requested_bpc is lower than the minimum bpc required by source with DSC. So consider max_requested_bpc if its within the limits that we can support with DSC.