Skip to content

crocus: Replace devinfo->ver[x10] checks with GFX_VER[x10]

Kenneth Graunke requested to merge kwg/mesa:crocus-ver into main

These files are compiled per-generation, so we can just use the #define instead of the actual field dereference to allow the compiler to dead code eliminate whole paths.

Merge request reports