Re: [Intel-gfx] [PATCH 02/29] drm/i915: Shrink bxt_ddi_buf_trans

2017-09-18 Thread Jani Nikula
On Mon, 18 Sep 2017, Ville Syrjala wrote: > From: Ville Syrjälä > > All the values we put into the BXT buf_trans tables fit into 8 bits. > So switch over to u8 from the u32 we use currently. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_ddi.c |

[Intel-gfx] [PATCH 02/29] drm/i915: Shrink bxt_ddi_buf_trans

2017-09-18 Thread Ville Syrjala
From: Ville Syrjälä All the values we put into the BXT buf_trans tables fit into 8 bits. So switch over to u8 from the u32 we use currently. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu