Skip to content

intel: remove pci fallback mechanism.

Ella Stanforth requested to merge Ella-0/drm:intel-rem-pciaccess into main

DRM_I915_GEM_GET_APERTURE has existed for over a decade now. I have been trying to figure out why exactly the fallback mechanism exists. Best guess I have is this code came in fairly recently after the new IOCTL was added to the kernel 13 years ago and older kernels needed to be supported. I don't think we need to support them anymore.

Merge request reports