[PATCH] drm/i915: Fix warning in i915_gem_chipset_flush

2012-11-16 Thread Daniel Vetter
On Thu, Nov 15, 2012 at 12:06:09PM -0800, Ben Widawsky wrote: > drivers/gpu/drm/i915/i915_drv.h:1545:2: warning: '__f' is static but > declared in inline function 'i915_gem_chipset_flush' which is not static > > Reported-by: kbuild test robot > dri-devel-Reference: <50a4d41c.586VhmwghPuKZbkB%

Re: [PATCH] drm/i915: Fix warning in i915_gem_chipset_flush

2012-11-16 Thread Daniel Vetter
On Thu, Nov 15, 2012 at 12:06:09PM -0800, Ben Widawsky wrote: > drivers/gpu/drm/i915/i915_drv.h:1545:2: warning: '__f' is static but > declared in inline function 'i915_gem_chipset_flush' which is not static > > Reported-by: kbuild test robot > dri-devel-Reference: <50a4d41c.586vhmwghpukzbkb%

[PATCH] drm/i915: Fix warning in i915_gem_chipset_flush

2012-11-15 Thread Ben Widawsky
drivers/gpu/drm/i915/i915_drv.h:1545:2: warning: '__f' is static but declared in inline function 'i915_gem_chipset_flush' which is not static Reported-by: kbuild test robot dri-devel-Reference: <50a4d41c.586vhmwghpukzbkb%fengguang...@intel.com> Signed-off-by: Ben Widawsky --- drivers/gpu/dr

[PATCH] drm/i915: Fix warning in i915_gem_chipset_flush

2012-11-15 Thread Ben Widawsky
drivers/gpu/drm/i915/i915_drv.h:1545:2: warning: '__f' is static but declared in inline function 'i915_gem_chipset_flush' which is not static Reported-by: kbuild test robot dri-devel-Reference: <50a4d41c.586VhmwghPuKZbkB%fengguang.wu at intel.com> Signed-off-by: Ben Widawsky --- drivers/gpu