i965/drm: Port to Mesa's atomic header.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 21 Mar 2017 21:54:07 +0000 (14:54 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:31:13 +0000 (14:31 -0700)
commit7c64096b2d9bd131a0ece0a5e6f2696b06158380
tree12b7a93845aeec4affd8ccac012154695c57568e
parenteed86b975e4451c9fa85d7aad9fc747e9b941e2a
i965/drm: Port to Mesa's atomic header.

Drop xf86atomic.h in favor of Mesa's util/u_atomic.h.  We replace the
atomic_t wrapper struct with a bare integer, switch to the 'p_atomic'
naming conventions, and move over the one extra helper.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/intel_bufmgr_gem.c
src/mesa/drivers/dri/i965/xf86atomic.h [deleted file]