In drm_context.h at line 558 we have:

queue = gamma_alloc(sizeof(*queue), DRM_MEM_QUEUES);

I think it should be:

queue = DRM(alloc)(sizeof(*queue), DRM_MEM_QUEUES);

so that it works with driver different from gamma doing alloc_queue.
Am I wrong? If not could someone fix that? Already done in my virge branch ; )

Vale,
- max lingua



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to