Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.h73 unsigned int intel_cdclk_prefill_adjustment_worst(const struct intel_crtc_state *crtc_state);
H A Dskl_prefill.c103 ctx->adj.cdclk = intel_cdclk_prefill_adjustment_worst(crtc_state); in skl_prefill_init_worst()
H A Dintel_cdclk.c4228 return intel_cdclk_prefill_adjustment_worst(crtc_state); in intel_cdclk_prefill_adjustment()
4231 unsigned int intel_cdclk_prefill_adjustment_worst(const struct intel_crtc_state *crtc_state) in intel_cdclk_prefill_adjustment_worst() function