Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/
Dintel_rc6.c46 static struct intel_uncore *rc6_to_uncore(struct intel_rc6 *rc) in rc6_to_uncore() function
149 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen9_rc6_enable()
219 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen8_rc6_enable()
241 struct intel_uncore *uncore = rc6_to_uncore(rc6); in gen6_rc6_enable()
295 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_init()
317 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_init()
370 struct intel_uncore *uncore = rc6_to_uncore(rc6); in chv_rc6_enable()
398 struct intel_uncore *uncore = rc6_to_uncore(rc6); in vlv_rc6_enable()
425 struct intel_uncore *uncore = rc6_to_uncore(rc6); in bxt_check_bios_rc6_setup()
529 if (intel_uncore_read(rc6_to_uncore(rc6), GEN8_RC6_CTX_INFO)) in pctx_corrupted()
[all …]
Dselftest_rc6.c90 intel_uncore_forcewake_flush(rc6_to_uncore(rc6), FORCEWAKE_ALL); in live_rc6_manual()