[Intel-gfx] [PATCH 02/12] drm/i915: Add more wrapper for fixed_point_16_16 operations

2017-05-17 Thread Mahesh Kumar
From: "Kumar, Mahesh" This patch adds few wrapper to perform fixed_point_16_16 operations mul_round_up_u32_fixed16 : Multiplies u32 and fixed_16_16_t variables & returns u32 result with rounding-up. mul_fixed16 : Multiplies two fixed_16_16_t variable & returns fixed_16_

Re: [Intel-gfx] [PATCH 02/12] drm/i915: Add more wrapper for fixed_point_16_16 operations

2017-05-15 Thread Matt Roper
On Mon, May 15, 2017 at 02:04:27PM +0530, Mahesh Kumar wrote: > From: "Kumar, Mahesh" > > This patch adds few wrapper to perform fixed_point_16_16 operations > mul_round_up_u32_fixed16 : Multiplies u32 and fixed_16_16_t variables > & returns u32 result with rounding-up. >

[Intel-gfx] [PATCH 02/12] drm/i915: Add more wrapper for fixed_point_16_16 operations

2017-05-15 Thread Mahesh Kumar
From: "Kumar, Mahesh" This patch adds few wrapper to perform fixed_point_16_16 operations mul_round_up_u32_fixed16 : Multiplies u32 and fixed_16_16_t variables & returns u32 result with rounding-up. mul_fixed16 : Multiplies two fixed_16_16_t variable & returns fixed_16_