Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_ddi_buf_trans.c992 intel_get_buf_trans(const struct intel_ddi_buf_trans *ddi_translations, int *num_entries) in intel_get_buf_trans() function
1004 return intel_get_buf_trans(&hsw_ddi_translations_fdi, n_entries); in hsw_get_buf_trans()
1006 return intel_get_buf_trans(&hsw_ddi_translations_hdmi, n_entries); in hsw_get_buf_trans()
1008 return intel_get_buf_trans(&hsw_ddi_translations_dp, n_entries); in hsw_get_buf_trans()
1019 return intel_get_buf_trans(&bdw_ddi_translations_fdi, n_entries); in bdw_get_buf_trans()
1021 return intel_get_buf_trans(&bdw_ddi_translations_hdmi, n_entries); in bdw_get_buf_trans()
1024 return intel_get_buf_trans(&bdw_ddi_translations_edp, n_entries); in bdw_get_buf_trans()
1026 return intel_get_buf_trans(&bdw_ddi_translations_dp, n_entries); in bdw_get_buf_trans()
1043 ddi_translations = intel_get_buf_trans(ddi_translations, n_entries); in _skl_get_buf_trans_dp()
1056 return intel_get_buf_trans(&skl_y_ddi_translations_hdmi, n_entries); in skl_y_get_buf_trans()
[all …]