[Mesa-dev] [PATCH] ilo: Rename DRI driver descriptor to "ilo" for consistency
Steven Newbury
steve at snewbury.org.uk
Thu Jan 2 06:40:19 PST 2014
When the Gallium i965 driver was renamed to "ilo" the driver descriptor
was never changed. The pipe-loader driver is required to have the same
descriptor name as the driver name, so for consistency change the DRI
driver descriptor to match.
Signed-off-by: <steve at snewbury.org.uk>
---
src/gallium/targets/dri-ilo/target.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/targets/dri-ilo/target.c b/src/gallium/targets/dri-ilo/target.c
index 3ce75e9..d8def80 100644
--- a/src/gallium/targets/dri-ilo/target.c
+++ b/src/gallium/targets/dri-ilo/target.c
@@ -41,4 +41,4 @@ static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
return NULL;
}
-DRM_DRIVER_DESCRIPTOR("i965", "i915", create_screen, drm_configuration)
+DRM_DRIVER_DESCRIPTOR("ilo", "i915", create_screen, drm_configuration)
More information about the mesa-dev
mailing list