diff options
author | Qiang Yu <[email protected]> | 2018-08-06 11:19:26 +0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-17 17:16:32 +0100 |
commit | 3bbe180b982639554685c997ff51a7cbbf3247e6 (patch) | |
tree | 60c412653a73d6ee25471e2a977ad47bfa8e80a8 /src/mesa/drivers/dri/i915/intel_context.c | |
parent | e8b91e99e9965fa717be25da66fba0cdc3aef5dc (diff) |
xmlconfig: add kernel_driver device attribute
This attribute can be used by loader to apply different
option to device use specific kernel driver.
Signed-off-by: Qiang Yu <[email protected]>
Acked-by: Michel Dänzer <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_context.c')
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c index f22ebbd7ac2..9a6e49dd827 100644 --- a/src/mesa/drivers/dri/i915/intel_context.c +++ b/src/mesa/drivers/dri/i915/intel_context.c @@ -448,7 +448,7 @@ intelInitContext(struct intel_context *intel, 0, sizeof(ctx->TextureFormatSupported)); driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache, - sPriv->myNum, "i915"); + sPriv->myNum, "i915", NULL); intel->maxBatchSize = 4096; /* Estimate the size of the mappable aperture into the GTT. There's an |