[RFC] disable XE_DISPLAY
Currently, display is not working properly on all platforms. Due to that, keeping XE_DISPLAY enabled may cause the Xe driver init to fail, preventing CI Kernels to run on such platforms.
Due to that, keep it disabled until:
- the xe display support works on all platforms; or:
- until we have a way to disable display at runtime (see kernel!307 (merged)).
This RFC is meant to allow us to keep track of the current issue with XE_DISPLAY not working, causing problems for CI, in special when collecting code coverage data. See the discussions at !5 (merged)
Edited by Mauro Carvalho Chehab