drm/i915: s/int/u32/ for aux_offset/alignment
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Oct 2020 10:16:08 +0000 (13:16 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 9 Oct 2020 18:12:13 +0000 (21:12 +0300)
commit63b9d9aa8582f13ad265abbf15681e690cfa2109
tree8fe09dc76c24333725be746c1e18bc5ba6f0c8e0
parenta007138e89dce8d880c0ea41324e0a75e5bbb7de
drm/i915: s/int/u32/ for aux_offset/alignment

ggtt offsets/alignments are u32 everywhere else. Don't use
a signed int for them here.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201008101608.8652-3-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_display.c