drm/i915: Remove unused ring argument from frontbuffer invalidate and busy functions.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 18 Jun 2015 18:43:24 +0000 (11:43 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Jun 2015 13:59:18 +0000 (15:59 +0200)
This patch doesn't have any functional change, but organize fruntbuffer
invalidate and busy by removing unecesarry signature argument for ring.

It was unsed on mark_fb_busy and only used on fb_obj_invalidate for the
same ORIGIN_CS usage. So let's clean it a bit

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found