commit | 0ff3b23f0c9b85df195a97277963b9a834389b50 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 03 19:33:11 2020 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Mar 09 22:09:54 2020 +0200 |
tree | 1aaf96b6e41d58b4586c2c45221d642d004892d7 | |
parent | 73ce0969d1d0bc2cb53370017923640db72e70ec [diff] |
drm/i915: Refactor LUT read functions 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ä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200303173313.28117-8-ville.syrjala@linux.intel.com Reviewed-by: Swati Sharma <swati2.sharma@intel.com>