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.c1196 int abist_format = -EINVAL; in mtk_hdmi_v2_set_abist() local
1212 abist_format = 2; in mtk_hdmi_v2_set_abist()
1214 abist_format = 11; in mtk_hdmi_v2_set_abist()
1218 abist_format = 3; in mtk_hdmi_v2_set_abist()
1222 abist_format = interlaced ? 5 : 9; in mtk_hdmi_v2_set_abist()
1224 abist_format = interlaced ? 14 : 18; in mtk_hdmi_v2_set_abist()
1228 abist_format = interlaced ? 4 : 10; in mtk_hdmi_v2_set_abist()
1232 abist_format = 25; in mtk_hdmi_v2_set_abist()
1236 abist_format = 26; in mtk_hdmi_v2_set_abist()
1241 if (abist_format < 0) in mtk_hdmi_v2_set_abist()
[all …]