drm/i915: Make intel_logical_ring_advance_and_submit() static
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 10 Feb 2015 19:32:21 +0000 (19:32 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Feb 2015 22:28:28 +0000 (23:28 +0100)
commit183c990673098c37c9e5d768cc969be67ff7a799
tree7861681bc4231b1333f7fc8c796b8adc8539720a
parentcef437ad22848afa68f02973a57473cc45b25f01
drm/i915: Make intel_logical_ring_advance_and_submit() static

This function is only used in intel_lrc.c, so restrict it to that file. The
function was moved around to avoid a forward declaration and group it with its
user.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_lrc.h