Re: [Intel-gfx] [v7][PATCH 06/12] drm/i915: Extract i965_read_luts()

2019-05-31 Thread Ville Syrjälä
On Wed, May 29, 2019 at 03:20:56PM +0530, Swati Sharma wrote: > In this patch, hw gamma blob is created for i965. > > v4: -No need to initialize *blob [Jani] > -Removed right shifts [Jani] > -Dropped dev local var [Jani] > v5: -Returned blob instead of assigning it internally > within

[Intel-gfx] [v7][PATCH 06/12] drm/i915: Extract i965_read_luts()

2019-05-29 Thread Swati Sharma
In this patch, hw gamma blob is created for i965. v4: -No need to initialize *blob [Jani] -Removed right shifts [Jani] -Dropped dev local var [Jani] v5: -Returned blob instead of assigning it internally within the function [Ville] -Renamed i965_get_color_config() to i965_read_lut(

[Intel-gfx] [v7][PATCH 06/12] drm/i915: Extract i965_read_luts()

2019-05-27 Thread Swati Sharma
In this patch, hw gamma blob is created for i965. v4: -No need to initialize *blob [Jani] -Removed right shifts [Jani] -Dropped dev local var [Jani] v5: -Returned blob instead of assigning it internally within the function [Ville] -Renamed i965_get_color_config() to i965_read_lut(