Searched refs:I915_MAX_SS_FUSE_REGS (Results 1 – 2 of 2) sorted by relevance
36 #define I915_MAX_SS_FUSE_REGS 2 macro37 #define I915_MAX_SS_FUSE_BITS (I915_MAX_SS_FUSE_REGS * 32)
194 u32 fuse_val[I915_MAX_SS_FUSE_REGS] = {}; in xehp_load_dss_mask()197 if (WARN_ON(numregs > I915_MAX_SS_FUSE_REGS)) in xehp_load_dss_mask()198 numregs = I915_MAX_SS_FUSE_REGS; in xehp_load_dss_mask()