Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_llc.c25 static struct intel_gt *llc_to_gt(struct intel_llc *llc) in llc_to_gt()
50 static bool get_ia_constants(struct intel_llc *llc, in get_ia_constants()
72 static void calc_ia_freq(struct intel_llc *llc, in calc_ia_freq()
118 static void gen6_update_ring_freq(struct intel_llc *llc) in gen6_update_ring_freq()
151 void intel_llc_enable(struct intel_llc *llc) in intel_llc_enable()
156 void intel_llc_disable(struct intel_llc *llc) in intel_llc_disable()
Dintel_llc.h9 struct intel_llc;
11 void intel_llc_enable(struct intel_llc *llc);
12 void intel_llc_disable(struct intel_llc *llc);
Dselftest_llc.h9 struct intel_llc;
11 int st_llc_verify(struct intel_llc *llc);
Dselftest_llc.c10 static int gen6_verify_ring_freq(struct intel_llc *llc) in gen6_verify_ring_freq()
68 int st_llc_verify(struct intel_llc *llc) in st_llc_verify()
Dintel_llc_types.h9 struct intel_llc { struct
Dintel_gt_types.h141 struct intel_llc llc;
/linux-5.19.10/drivers/gpu/drm/i915/
DMakefile113 gt/intel_llc.o \