Re: [Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Jackie Li
On 07/17/2018 05:53 AM, Ville Syrjala wrote: From: Ville Syrjälä Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they do. Also toss in a FIXME about actually using the WOPCM size we probed from the hardware instead of assuming the fixed 1MiB size. Cc: Jackie Li Signed-off-b

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Michał Winiarski
On Tue, Jul 17, 2018 at 03:52:41PM +0200, Michał Winiarski wrote: > On Tue, Jul 17, 2018 at 03:53:19PM +0300, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they > > do. > > > > Also toss in a FIXME about actually using the

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Michał Winiarski
On Tue, Jul 17, 2018 at 03:53:19PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they > do. > > Also toss in a FIXME about actually using the WOPCM size we probed from > the hardware instead of assuming the fixed 1MiB size

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Michal Wajdeczko
On Tue, 17 Jul 2018 14:53:19 +0200, Ville Syrjala wrote: From: Ville Syrjälä Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they do. Also toss in a FIXME about actually using the WOPCM size we probed from the hardware instead of assuming the fixed 1MiB size. Cc: Jackie

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Chris Wilson
Quoting Ville Syrjala (2018-07-17 13:53:19) > From: Ville Syrjälä > > Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they > do. > > Also toss in a FIXME about actually using the WOPCM size we probed from > the hardware instead of assuming the fixed 1MiB size. > > Cc: Jackie L

[Intel-gfx] [PATCH 1/2] drm/i915: Stop lying about the WOPCM size

2018-07-17 Thread Ville Syrjala
From: Ville Syrjälä Most plattforms don't have a fixed 1MiB WOPCM so stop saying that they do. Also toss in a FIXME about actually using the WOPCM size we probed from the hardware instead of assuming the fixed 1MiB size. Cc: Jackie Li Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/int