Re: [Intel-gfx] [PATCH v2 7/9] drm/i915: Refactor LUT read functions

2020-03-06 Thread Sharma, Swati2
On 03-Mar-20 11:03 PM, Ville Syrjala wrote: From: Ville Syrjälä Extract all the 'hw value -> LUT entry' stuff into small helpers to make the main 'read out the entire LUT' loop less bogged down by such mundane details. Wow! Signed-off-by: Ville Syrjälä Reviewed-by: Swati Sharma ---

[Intel-gfx] [PATCH v2 7/9] drm/i915: Refactor LUT read functions

2020-03-03 Thread Ville Syrjala
From: Ville Syrjälä Extract all the 'hw value -> LUT entry' stuff into small helpers to make the main 'read out the entire LUT' loop less bogged down by such mundane details. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_color.c | 122 +++-- 1 file changed