freedreno: Use Android's libsync instead of libdrm's.

This should be equivalent, given that we only support the DRM backend so
far, but we'll want to have the compatibility for future KGSL freedreno.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7227>
This commit is contained in:
Eric Anholt
2020-10-19 14:19:27 -07:00
committed by Marge Bot
parent 81a0f1eca2
commit e3c330c7b2
2 changed files with 1 additions and 4 deletions

View File

@@ -27,11 +27,10 @@
#ifndef FREEDRENO_CONTEXT_H_
#define FREEDRENO_CONTEXT_H_
#include <libsync.h>
#include "pipe/p_context.h"
#include "indices/u_primconvert.h"
#include "util/u_blitter.h"
#include "util/libsync.h"
#include "util/list.h"
#include "util/slab.h"
#include "util/u_string.h"

View File

@@ -24,8 +24,6 @@
* Rob Clark <robclark@freedesktop.org>
*/
#include <libsync.h>
#include "util/os_file.h"
#include "util/u_inlines.h"