i915: No longer rely on compatability define in intel_bufmgr.h
authorRhys Kidd <rhyskidd@gmail.com>
Wed, 17 Jan 2018 05:48:07 +0000 (00:48 -0500)
committerRhys Kidd <rhyskidd@gmail.com>
Wed, 17 Jan 2018 13:08:04 +0000 (08:08 -0500)
commit996a3977198377f92b41161f12d95ee698b9a46d
tree51e95f6948eca1de5e9ce230af320b7a6a7ddbca
parent1256ab18c12955497e0564b606232473c8feec34
i915: No longer rely on compatability define in intel_bufmgr.h

Symbol rename from dri_* to drm_intel_* introduced a number of compatability
defines within intel_bufmgr.h.

Replace the old function with the new function, consistent with the balance
of this file.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i915/intel_regions.c