[Piglit] [v4 3/4] framework: support for creating dma buffers through libdrm
Eric Anholt
eric at anholt.net
Thu May 2 09:45:00 PDT 2013
Topi Pohjolainen <topi.pohjolainen at intel.com> writes:
> +/**
> + * The framework makes sure one does try to compile without any hardware
"doesn't"?
> + * support.
> + */
> +static const struct piglit_drm_driver piglit_drm_drivers[] = {
> + { "i915", piglit_intel_buf_create, piglit_intel_buf_export,
> + piglit_intel_buf_destroy }
> +};
The intel stuff here should be protected by HAVE_DRM_INTEL, or it won't
build without it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130502/583ac051/attachment.pgp>
More information about the Piglit
mailing list