Re: [Intel-gfx] [PATCH v2 3/9] drm/i915/display/dpll: use intel_de_rmw if possible

2023-01-05 Thread Rodrigo Vivi
On Thu, Jan 05, 2023 at 02:10:40PM +0100, Andrzej Hajda wrote: > The helper makes the code more compact and readable. > > Signed-off-by: Andrzej Hajda Reviewed-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 165 ++ > 1 file changed, 53 insertions(+),

[Intel-gfx] [PATCH v2 3/9] drm/i915/display/dpll: use intel_de_rmw if possible

2023-01-05 Thread Andrzej Hajda
The helper makes the code more compact and readable. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 165 ++ 1 file changed, 53 insertions(+), 112 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c