Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A 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()
150 void intel_llc_enable(struct intel_llc *llc) in intel_llc_enable()
155 void intel_llc_disable(struct intel_llc *llc) in intel_llc_disable()
H A Dintel_llc.h9 struct intel_llc;
11 void intel_llc_enable(struct intel_llc *llc);
12 void intel_llc_disable(struct intel_llc *llc);
H A Dselftest_llc.h9 struct intel_llc;
11 int st_llc_verify(struct intel_llc *llc);
H A Dselftest_llc.c9 static int gen6_verify_ring_freq(struct intel_llc *llc) in gen6_verify_ring_freq()
67 int st_llc_verify(struct intel_llc *llc) in st_llc_verify()
H A Dintel_llc_types.h9 struct intel_llc { struct
H A Dintel_gt_types.h170 struct intel_llc llc;
/openbmc/linux/drivers/gpu/drm/i915/
H A DMakefile120 gt/intel_llc.o \