Home
last modified time | relevance | path

Searched refs:non_oc_max (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_sysfs.c242 u32 val, rp_state_cap, hw_max, hw_min, non_oc_max; in gt_max_freq_mhz_store() local
255 non_oc_max = (rp_state_cap & 0xff); in gt_max_freq_mhz_store()
263 if (val > non_oc_max) in gt_max_freq_mhz_store()