[Mesa-dev] [PATCH] i915: No longer rely on compatability define in intel_bufmgr.h

2018-01-16 Thread Rhys Kidd
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 --- src/mesa/drivers/dri/i915/intel_regions.c | 2 +- 1 file changed, 1

Re: [Mesa-dev] [PATCH] i915: No longer rely on compatability define in intel_bufmgr.h

2018-01-16 Thread Kenneth Graunke
On Tuesday, January 16, 2018 9:48:07 PM PST Rhys Kidd wrote: > 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