mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 16:31:15 +00:00
drm/i915/bdw: Disable PPGTT for now
This will be changed once the gen8 code is fully implemented. v2: Use ENOSYS instead of ENXIO as suggested by Chris. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
43d1b64728
commit
8fe6bd239a
@ -410,6 +410,8 @@ static int i915_gem_init_aliasing_ppgtt(struct drm_device *dev)
|
|||||||
|
|
||||||
if (INTEL_INFO(dev)->gen < 8)
|
if (INTEL_INFO(dev)->gen < 8)
|
||||||
ret = gen6_ppgtt_init(ppgtt);
|
ret = gen6_ppgtt_init(ppgtt);
|
||||||
|
else if (IS_GEN8(dev))
|
||||||
|
ret = -ENOSYS;
|
||||||
else
|
else
|
||||||
BUG();
|
BUG();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user