summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_i915.c
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-10-11 19:39:24 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-10-14 11:09:00 +0100
commit9837cf13b153218d9a5f32f538277e4fc139cebe (patch)
tree688eaa6310a8174c63e183fd60b2f56f1bcf12f5 /src/gallium/targets/pipe-loader/pipe_i915.c
parent0f031dcf115c1dfbd87c3d8b986a86431cfdf217 (diff)
downloadexternal_mesa3d-9837cf13b153218d9a5f32f538277e4fc139cebe.zip
external_mesa3d-9837cf13b153218d9a5f32f538277e4fc139cebe.tar.gz
external_mesa3d-9837cf13b153218d9a5f32f538277e4fc139cebe.tar.bz2
gallium: remove unused drm_driver_descriptor::driver_name
Likely unused since day 1, although I've only checked back until the st/dri unification with commit 29ca7d2c948 ("st/dri: merge dri/drm and dri/sw backends") Based on the comment, referencing drmOpenByName it's not something we want to bring back. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe_i915.c')
-rw-r--r--src/gallium/targets/pipe-loader/pipe_i915.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe_i915.c b/src/gallium/targets/pipe-loader/pipe_i915.c
index b0da613..3af8fe3 100644
--- a/src/gallium/targets/pipe-loader/pipe_i915.c
+++ b/src/gallium/targets/pipe-loader/pipe_i915.c
@@ -47,4 +47,4 @@ static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
}
PUBLIC
-DRM_DRIVER_DESCRIPTOR("i915", "i915", create_screen, drm_configuration)
+DRM_DRIVER_DESCRIPTOR("i915", create_screen, drm_configuration)