i965/bufmgr: remove start_gtt_access
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Apr 2017 06:27:47 +0000 (08:27 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:33:17 +0000 (14:33 -0700)
commitedd85c1f040b4d91ae31fd80fbba2554d55bc13d
tree6fcae4ed8dee9407d57737c1f04c3342f2462699
parent439edaa4b516b90d781428703988a200beaf138b
i965/bufmgr: remove start_gtt_access

Iirc this was used by uxa for persistent mmpas of the frontbuffer. For
mesa all the set_domain stuff needed before a synchronized mmap is handled
within the bufmgr, so no reason ever to call this.

Inline the implementation into its only internal user.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_bufmgr.c
src/mesa/drivers/dri/i965/brw_bufmgr.h