Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add helper function for getting number of VDSC engines

2023-07-10 Thread Nautiyal, Ankit K
LGTM. Reviewed-by: Ankit Nautiyal On 7/4/2023 6:47 PM, Stanislav Lisovskiy wrote: Currently we are using dsc_split and bigjoiner variables for determining amount of VDSC instances, however that might change in future, if we happen to have more of those. So lets pack all that logic into single

[Intel-gfx] [PATCH 1/2] drm/i915: Add helper function for getting number of VDSC engines

2023-07-04 Thread Stanislav Lisovskiy
Currently we are using dsc_split and bigjoiner variables for determining amount of VDSC instances, however that might change in future, if we happen to have more of those. So lets pack all that logic into single function for convenience, so that at least this isn't hardcoded throughout the whole

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add helper function for getting number of VDSC engines

2023-07-04 Thread Jani Nikula
On Tue, 04 Jul 2023, Stanislav Lisovskiy wrote: > Currently we are using dsc_split and bigjoiner variables for determining > amount of VDSC instances, however that might change in future, if we happen > to have more of those. > So lets pack all that logic into single function for convenience, so

[Intel-gfx] [PATCH 1/2] drm/i915: Add helper function for getting number of VDSC engines

2023-07-04 Thread Stanislav Lisovskiy
Currently we are using dsc_split and bigjoiner variables for determining amount of VDSC instances, however that might change in future, if we happen to have more of those. So lets pack all that logic into single function for convenience, so that at least this isn't hardcoded throughout the whole