OSDN Git Service

drm/i915: Remove the now obsolete intel_ring_get_request()
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 29 May 2015 16:44:10 +0000 (17:44 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Jun 2015 12:02:31 +0000 (14:02 +0200)
commit59c35a4d120ef5e34e91f2bccdfcf9e27a3b9397
tree710ad49f98e2bfbcac755195dec6d883c68fd393
parentccd98fe4996cd22094cde7b6a1f7c569f261b3e9
drm/i915: Remove the now obsolete intel_ring_get_request()

Much of the driver has now been converted to passing requests around instead of
rings/ringbufs/contexts. Thus the function for retreiving the request from a
ring (i.e. the OLR) is no longer used and can be removed.

For: VIZ-5115
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Tomas Elf <tomas.elf@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.h