[Intel-gfx] [PATCH] drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs together

2016-10-04 Thread Jani Nikula
Move the outcast intel_fbdev_output_poll_changed() stub for CONFIG_DRM_FBDEV_EMULATION=n next to its friends. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_display.c | 6 -- drivers/gpu/drm/i915/intel_drv.h | 4 2 files changed, 4 insertions(+), 6 deletions(-) diff --gi

Re: [Intel-gfx] [PATCH] drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs together

2016-10-04 Thread Chris Wilson
On Tue, Oct 04, 2016 at 10:53:48AM +0300, Jani Nikula wrote: > Move the outcast intel_fbdev_output_poll_changed() stub for > CONFIG_DRM_FBDEV_EMULATION=n next to its friends. > > Signed-off-by: Jani Nikula Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre __

Re: [Intel-gfx] [PATCH] drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs together

2016-10-04 Thread Jani Nikula
On Tue, 04 Oct 2016, Chris Wilson wrote: > On Tue, Oct 04, 2016 at 10:53:48AM +0300, Jani Nikula wrote: >> Move the outcast intel_fbdev_output_poll_changed() stub for >> CONFIG_DRM_FBDEV_EMULATION=n next to its friends. >> >> Signed-off-by: Jani Nikula > Reviewed-by: Chris Wilson Thanks, pushe