Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_v2.c1199 int abist_format = -EINVAL; in mtk_hdmi_v2_set_abist() local
1215 abist_format = 2; in mtk_hdmi_v2_set_abist()
1217 abist_format = 11; in mtk_hdmi_v2_set_abist()
1221 abist_format = 3; in mtk_hdmi_v2_set_abist()
1225 abist_format = interlaced ? 5 : 9; in mtk_hdmi_v2_set_abist()
1227 abist_format = interlaced ? 14 : 18; in mtk_hdmi_v2_set_abist()
1231 abist_format = interlaced ? 4 : 10; in mtk_hdmi_v2_set_abist()
1235 abist_format = 25; in mtk_hdmi_v2_set_abist()
1239 abist_format = 26; in mtk_hdmi_v2_set_abist()
1244 if (abist_format < 0) in mtk_hdmi_v2_set_abist()
[all …]