intel/dev: remove pci revision from shader cache key
Pci revision was included in the shader cache key because it can enable platform workarounds. While some platform workarounds exist in the compiler, none are dependent on the silicon stepping.
When a platform ships publicly with stepping-specific compiler workarounds, pci id must be incorporated into the shader cache key.
Edited by Mark Janes