Skip to content

iris: Stop calling I915_GEM_SET_CACHING on discrete GPUs

Kenneth Graunke requested to merge kwg/mesa:iris-setcaching into main

This series cleans up our usage of the SET_CACHING ioctl. We no longer use it on discrete GPUs, as it's meaningless there. It also adds a patch to return errors rather than incorrect coherency, and finally cleans up some mostly-dead code.

Merge request reports