Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_drv.h131 bool (*compute_config)(struct intel_encoder *, member
Dintel_crt.c774 crt->base.compute_config = intel_crt_compute_config; in intel_crt_init()
Dintel_lvds.c1127 intel_encoder->compute_config = intel_lvds_compute_config; in intel_lvds_init()
Dintel_ddi.c1538 intel_encoder->compute_config = intel_ddi_compute_config; in intel_ddi_init()
Dintel_hdmi.c1093 intel_encoder->compute_config = intel_hdmi_compute_config; in intel_hdmi_init()
Dintel_tv.c1624 intel_encoder->compute_config = intel_tv_compute_config; in intel_tv_init()
Dintel_sdvo.c2795 intel_encoder->compute_config = intel_sdvo_compute_config; in intel_sdvo_init()
Dintel_dp.c2983 intel_encoder->compute_config = intel_dp_compute_config; in intel_dp_init()
Dintel_display.c7631 if (encoder->compute_config) { in intel_modeset_pipe_config()
7632 if (!(encoder->compute_config(encoder, pipe_config))) { in intel_modeset_pipe_config()