]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Shrink cnl_ddi_buf_trans
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 18 Sep 2017 18:25:38 +0000 (21:25 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 19 Sep 2017 16:10:37 +0000 (19:10 +0300)
commitfb5f4e96fdf9cb7ec5e6a590e1c3fdc3b6fd1e01
tree761fe9125408d1d9023661c917fa144876b72bab
parentac3ad6c66998ee90ff83e70e9eb9dbe08a402ff5
drm/i915: Shrink cnl_ddi_buf_trans

All the values we put into the CNL buf_trans tables fit into 8 bits.
So switch over to u8 from the u32 we use currently.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170918182604.9519-4-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_ddi.c