Files
linux/drivers/gpu/drm
Ville Syrjälä 73ce0969d1 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>
2020-03-09 22:09:06 +02:00
..
2020-01-20 11:42:57 +10:00
2020-01-20 11:42:57 +10:00
2019-07-15 18:11:31 +02:00
2019-12-18 16:09:12 -05:00
2020-01-14 16:22:17 -05:00
2019-10-08 18:29:00 +02:00
2020-02-06 22:01:40 +02:00
2020-01-14 16:22:17 -05:00
2019-07-22 21:24:10 +02:00
2020-01-14 16:22:17 -05:00