From 16038908de5ef491c8c795ae48ed880de235c532 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Feb 2016 10:35:10 +0000 Subject: lib: Restore gem_available_aperture_size() Missed an error whilst rebasing and trying to modify the previous patch to keep this function intact... Instead, I now have to add this patch to restore gem_available_aperture_size() and its one usage. Signed-off-by: Chris Wilson --- lib/ioctl_wrappers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ioctl_wrappers.h') diff --git a/lib/ioctl_wrappers.h b/lib/ioctl_wrappers.h index 691dc013..4683ff5f 100644 --- a/lib/ioctl_wrappers.h +++ b/lib/ioctl_wrappers.h @@ -143,6 +143,7 @@ int gem_gtt_type(int fd); bool gem_uses_ppgtt(int fd); bool gem_uses_full_ppgtt(int fd); int gem_available_fences(int fd); +uint64_t gem_available_aperture_size(int fd); uint64_t gem_aperture_size(int fd); uint64_t gem_global_aperture_size(int fd); uint64_t gem_mappable_aperture_size(void); -- cgit v1.2.3