i965/drm: Drop drm_bacon_gem_bo_madvise_internal().
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Apr 2017 23:55:06 +0000 (16:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:32:15 +0000 (14:32 -0700)
commit13596ecb6b11be203369ee9a1e89a083d0285a31
treed77cab7d56f024bd6de9163769c0ed14e3d2a394
parent9ee252865e064cf4f6e60ed1f4371ab0351d3c10
i965/drm: Drop drm_bacon_gem_bo_madvise_internal().

The only difference is that it takes an explicit bufmgr rather than
using bo->bufmgr, but there is only one bufmgr per screen so they
should be identical anyway.

Chris says this was added primarly to avoid bo/bo_gem casting,
which was inconvenient.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/intel_bufmgr_gem.c