mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 22:00:37 +02:00
i915: only enable TTM path if drm minor is > 11 for superioctl
This commit is contained in:
parent
ea2278bc79
commit
9e06cf00cf
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ intelInitDriver(__DRIscreenPrivate * sPriv)
|
|||
intelScreen->ttm = GL_FALSE;
|
||||
if (getenv("INTEL_NO_TTM") == NULL &&
|
||||
intelScreen->driScrnPriv->ddxMinor >= 9 &&
|
||||
intelScreen->drmMinor >= 11 &&
|
||||
intelScreen->front.bo_handle != -1) {
|
||||
intelScreen->bufmgr = intel_bufmgr_ttm_init(sPriv->fd,
|
||||
DRM_FENCE_TYPE_EXE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue