HomeSort by: relevance | last modified time | path
    Searched refs:compute_config (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.c 1041 crt->base.compute_config = hsw_crt_compute_config;
1049 crt->base.compute_config = pch_crt_compute_config;
1053 crt->base.compute_config = intel_crt_compute_config;
intel_dvo.c 440 intel_encoder->compute_config = intel_dvo_compute_config;
intel_display_types.h 141 int (*compute_config)(struct intel_encoder *, member in struct:intel_encoder
894 * ->compute_config if the first pick doesn't work out.
intel_dp_mst.c 779 intel_encoder->compute_config = intel_dp_mst_compute_config;
intel_lvds.c 889 intel_encoder->compute_config = intel_lvds_compute_config;
icl_dsi.c 1721 encoder->compute_config = gen11_dsi_compute_config;
intel_tv.c 1942 intel_encoder->compute_config = intel_tv_compute_config;
vlv_dsi.c 1855 intel_encoder->compute_config = intel_dsi_compute_config;
intel_ddi.c 4786 encoder->compute_config = intel_ddi_compute_config;
intel_hdmi.c 3266 intel_encoder->compute_config = intel_hdmi_compute_config;
intel_sdvo.c 3293 intel_encoder->compute_config = intel_sdvo_compute_config;
intel_dp.c 7627 intel_encoder->compute_config = intel_dp_compute_config;
intel_display.c 13146 * Determine output_types before calling the .compute_config()
13201 ret = encoder->compute_config(encoder, pipe_config,
17112 * reject modes with the DBLSCAN flag in encoder->compute_config().

Completed in 49 milliseconds