From d8b296d3ad96cb04ee57234a0b1a6a046e08a1a7 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 22 Apr 2019 20:00:10 -0400 Subject: gallium: replace drm_driver_descriptor::configuration with driconf_xml PIPE_CAPs are better. Reviewed-by: Kenneth Graunke --- src/gallium/targets/pipe-loader/pipe_r600.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/gallium/targets/pipe-loader/pipe_r600.c') diff --git a/src/gallium/targets/pipe-loader/pipe_r600.c b/src/gallium/targets/pipe-loader/pipe_r600.c index f5f1c446e2d..855aa9e4bd3 100644 --- a/src/gallium/targets/pipe-loader/pipe_r600.c +++ b/src/gallium/targets/pipe-loader/pipe_r600.c @@ -13,10 +13,5 @@ create_screen(int fd, const struct pipe_screen_config *config) return rw ? debug_screen_wrap(rw->screen) : NULL; } -static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) -{ - return NULL; -} - PUBLIC -DRM_DRIVER_DESCRIPTOR("r600", create_screen, drm_configuration) +DRM_DRIVER_DESCRIPTOR("r600", NULL, create_screen) -- cgit v1.2.3