summaryrefslogtreecommitdiff
path: root/src/i965_hwmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_hwmc.c')
-rw-r--r--src/i965_hwmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_hwmc.c b/src/i965_hwmc.c
index 9352690c..53289853 100644
--- a/src/i965_hwmc.c
+++ b/src/i965_hwmc.c
@@ -125,6 +125,7 @@ static int create_context(ScrnInfoPtr pScrn,
}
private_context->is_igd_gm = IS_IGD_GM(I830);
+ private_context->is_965_q = IS_965_Q(I830);
private_context->comm.type = xvmc_driver->flag;
private_context->comm.sarea_size = driinfo->SAREASize;
private_context->comm.batchbuffer.offset = xvmc_driver->batch->offset;