From ec7d5b8c021f655d49df4ba1ed2038ee423f9d5e Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Wed, 12 Oct 2011 10:29:24 +0200 Subject: drm_driver: Add a configuration function to the driver descriptor. Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz --- src/gallium/targets/xvmc-nouveau/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/xvmc-nouveau') diff --git a/src/gallium/targets/xvmc-nouveau/target.c b/src/gallium/targets/xvmc-nouveau/target.c index 9b61b036d26..d580b104421 100644 --- a/src/gallium/targets/xvmc-nouveau/target.c +++ b/src/gallium/targets/xvmc-nouveau/target.c @@ -15,4 +15,4 @@ static struct pipe_screen *create_screen(int fd) return screen; } -DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen) +DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL) -- cgit v1.2.3