summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/xorg/intel_xorg.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-08-28 12:32:04 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-08-28 12:36:42 +0200
commit6f0a1a842685a2b172187ece08113352c3765ce6 (patch)
treea39fa425106ba1c5b0b14f0499db5cda01053b04 /src/gallium/winsys/drm/intel/xorg/intel_xorg.c
parent205d344e2a2f0c9ea982b037ab68feab06cbebb1 (diff)
st/xorg: Pass dri driver name as driverName on screen
Diffstat (limited to 'src/gallium/winsys/drm/intel/xorg/intel_xorg.c')
-rw-r--r--src/gallium/winsys/drm/intel/xorg/intel_xorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/intel/xorg/intel_xorg.c b/src/gallium/winsys/drm/intel/xorg/intel_xorg.c
index 46a7971f60..28107f4b80 100644
--- a/src/gallium/winsys/drm/intel/xorg/intel_xorg.c
+++ b/src/gallium/winsys/drm/intel/xorg/intel_xorg.c
@@ -140,7 +140,7 @@ intel_xorg_pci_probe(DriverPtr driver,
NULL, NULL, NULL, NULL, NULL);
if (scrn != NULL) {
scrn->driverVersion = 1;
- scrn->driverName = "modesetting";
+ scrn->driverName = "i915";
scrn->name = "modesetting";
scrn->Probe = NULL;