Re: [Intel-gfx] [PATCH 3/5] drm/i915: make set_m_n functions static

2013-05-02 Thread Paulo Zanoni
2013/5/1 Daniel Vetter : > This is possible thanks to moving the m/n stuff into pipe_config. > > Unfortunately we need to move them a bit to avoid forward > declarations. > > Signed-off-by: Daniel Vetter Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_display.c | 68 > ++

[Intel-gfx] [PATCH 3/5] drm/i915: make set_m_n functions static

2013-05-01 Thread Daniel Vetter
This is possible thanks to moving the m/n stuff into pipe_config. Unfortunately we need to move them a bit to avoid forward declarations. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 68 ++-- drivers/gpu/drm/i915/intel_drv.h | 4 --