gbm: move gbm_drm_device::driver_name to gbm_dri_device
[mesa.git] / src / gbm / backends / dri / gbm_driint.h
index f060830c0c9baef9bfd593a0855f23af63680508..c4a4794e50d3153ae7e1c090de42c084010b500e 100644 (file)
@@ -46,6 +46,7 @@ struct gbm_dri_device {
    struct gbm_drm_device base;
 
    void *driver;
+   char *driver_name; /* Name of the DRI module, without the _dri suffix */
 
    __DRIscreen *screen;
    __DRIcontext *context;