From: Rodrigo Vivi Date: Thu, 18 Jun 2015 18:43:24 +0000 (-0700) Subject: drm/i915: Remove unused ring argument from frontbuffer invalidate and busy functions. X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a0d1cab489eb2b6ebd54234df4262f4840d498;p=pandora-kernel.git drm/i915: Remove unused ring argument from frontbuffer invalidate and busy functions. 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 Signed-off-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed