drm/i915: ddb_size is of u16 type
authorMahesh Kumar <mahesh1.kumar@intel.com>
Tue, 31 Jul 2018 14:24:44 +0000 (19:54 +0530)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 7 Aug 2018 08:20:29 +0000 (10:20 +0200)
commitaaa023782fda76a3eacd9f3c8c14ad7382d86cf2
tree42dc59bc12879ccc249340412e1f113947180462
parente6a59382924e2d007b554a2aebcd4445ebb01fef
drm/i915: ddb_size is of u16 type

ddb_size is u16 so use same return type for intel_get_ddb_size
wrapper.

Signed-off-by: Mahesh Kumar <mahesh1.kumar@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180731142445.30723-2-mahesh1.kumar@intel.com
drivers/gpu/drm/i915/intel_pm.c