Re: [PATCH 1/4] drm/i915/dmc_wl: Pass offset instead of reg to range table iterator

2025-01-22 Thread Luca Coelho
On Fri, 2025-01-17 at 19:06 -0300, Gustavo Sousa wrote: > We will add another function that checks the offset in an upcoming > change. Instead of passing the reg variable to only extract the offset > later, let's extract the offset before so that we do not need to repeat > ourselves. > > Signed-of

[PATCH 1/4] drm/i915/dmc_wl: Pass offset instead of reg to range table iterator

2025-01-17 Thread Gustavo Sousa
We will add another function that checks the offset in an upcoming change. Instead of passing the reg variable to only extract the offset later, let's extract the offset before so that we do not need to repeat ourselves. Signed-off-by: Gustavo Sousa --- drivers/gpu/drm/i915/display/intel_dmc_wl.