diff options
author | 2020-03-03 19:33:10 +0200 | |
---|---|---|
committer | 2020-03-09 22:09:06 +0200 | |
commit | 73ce0969d1d0bc2cb53370017923640db72e70ec (patch) | |
tree | d5b4c5c84a41d95b2be9f31c6d2740de2ffb0ade /drivers/gpu/drm/i915/i915_request.c | |
parent | drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/ (diff) | |
download | wireguard-linux-73ce0969d1d0bc2cb53370017923640db72e70ec.tar.xz wireguard-linux-73ce0969d1d0bc2cb53370017923640db72e70ec.zip |
drm/i915: Clean up integer types in color code
A variable called 'i' having an unsigned type is just looking for
trouble, and using a sized type generally makes no sense either.
Change all of them to just plain old int. And do the same for some
'lut_size' variables which generally provide the loop end codition
for 'i'.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200303173313.28117-7-ville.syrjala@linux.intel.com
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions