Re: [Intel-gfx] [PATCH 03/13] drm/i915: Precompute gamma_mode

2019-01-16 Thread Shankar, Uma
>-Original Message- >From: Roper, Matthew D >Sent: Saturday, January 12, 2019 6:12 AM >To: Ville Syrjala >Cc: intel-gfx@lists.freedesktop.org; Shankar, Uma >Subject: Re: [PATCH 03/13] drm/i915: Precompute gamma_mode > >On Fri, Jan 11, 2019 at 07:08:13PM +0200, Ville Syrjala wrote: >> Fr

Re: [Intel-gfx] [PATCH 03/13] drm/i915: Precompute gamma_mode

2019-01-11 Thread Matt Roper
On Fri, Jan 11, 2019 at 07:08:13PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > We shouldn't be computing gamma mode during the commit phase. > Move it to the check phase. > > Signed-off-by: Ville Syrjälä Looks like this also drops the posting reads, but I don't see anything in the bs

[Intel-gfx] [PATCH 03/13] drm/i915: Precompute gamma_mode

2019-01-11 Thread Ville Syrjala
From: Ville Syrjälä We shouldn't be computing gamma mode during the commit phase. Move it to the check phase. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_color.c | 44 +- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm