From: Carlos Martín Nieto Date: Wed, 8 Aug 2007 12:49:37 +0000 (+0200) Subject: nouveau: Missing notifier -> notifierobj migration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a78221a10d1c97f84e4c47e10b721aa4777d761;p=mesa.git nouveau: Missing notifier -> notifierobj migration I missed this in the original migration. --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index 9a0be2cb2a5..fdbde51a728 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -109,12 +109,12 @@ typedef struct nouveau_context { uint64_t gart_size; /* Channel synchronisation */ - struct drm_nouveau_notifier_alloc *syncNotifier; + struct drm_nouveau_notifierobj_alloc *syncNotifier; /* ARB_occlusion_query / EXT_timer_query */ GLuint query_object_max; GLboolean * query_alloc; - struct drm_nouveau_notifier_alloc *queryNotifier; + struct drm_nouveau_notifierobj_alloc *queryNotifier; /* Additional hw-specific functions */ nouveau_hw_func hw_func;