Re: [Intel-gfx] [PATCH 8/8] drm/i915: protect FBC functions with HAS_FBC checks

2015-07-03 Thread Chris Wilson
On Fri, Jul 03, 2015 at 02:59:28PM -0300, Paulo Zanoni wrote: > 2015-07-03 12:56 GMT-03:00 Chris Wilson : > > On Thu, Jul 02, 2015 at 07:25:14PM -0300, Paulo Zanoni wrote: > >> From: Paulo Zanoni > >> > >> Now all the functions called by other files have the HAS_FBC > >> protection. This allows us

Re: [Intel-gfx] [PATCH 8/8] drm/i915: protect FBC functions with HAS_FBC checks

2015-07-03 Thread Paulo Zanoni
2015-07-03 12:56 GMT-03:00 Chris Wilson : > On Thu, Jul 02, 2015 at 07:25:14PM -0300, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> Now all the functions called by other files have the HAS_FBC >> protection. This allows us to drop the checks for the low level >> function pointers. >> >> Suggeste

Re: [Intel-gfx] [PATCH 8/8] drm/i915: protect FBC functions with HAS_FBC checks

2015-07-03 Thread Chris Wilson
On Fri, Jul 03, 2015 at 04:56:31PM +0100, Chris Wilson wrote: > On Thu, Jul 02, 2015 at 07:25:14PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Now all the functions called by other files have the HAS_FBC > > protection. This allows us to drop the checks for the low level > > functio

Re: [Intel-gfx] [PATCH 8/8] drm/i915: protect FBC functions with HAS_FBC checks

2015-07-03 Thread Chris Wilson
On Thu, Jul 02, 2015 at 07:25:14PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Now all the functions called by other files have the HAS_FBC > protection. This allows us to drop the checks for the low level > function pointers. > > Suggested-by: Chris Wilson > Signed-off-by: Paulo Zanoni

[Intel-gfx] [PATCH 8/8] drm/i915: protect FBC functions with HAS_FBC checks

2015-07-02 Thread Paulo Zanoni
From: Paulo Zanoni Now all the functions called by other files have the HAS_FBC protection. This allows us to drop the checks for the low level function pointers. Suggested-by: Chris Wilson Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_fbc.c | 27 ++- 1 fi