[Intel-gfx] [v7][PATCH 05/12] drm/i915: Extract chv_read_luts()

2019-05-29 Thread Swati Sharma
In this patch, hw gamma and degamma blob is created for cherryview. 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 function

[Intel-gfx] [v7][PATCH 05/12] drm/i915: Extract chv_read_luts()

2019-05-27 Thread Swati Sharma
In this patch, hw gamma and degamma blob is created for cherryview. 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 function