Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun4i_tv.c212 static const struct tv_mode tv_modes[] = { variable
296 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
297 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
307 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
308 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
489 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_comp_get_modes()
491 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_comp_get_modes()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_tv.c379 static const struct tv_mode tv_modes[] = { variable
947 return &tv_modes[format]; in intel_tv_mode_find()
1678 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_find_better_format()
1679 tv_mode = &tv_modes[i]; in intel_tv_find_better_format()
1870 const char *tv_format_names[ARRAY_SIZE(tv_modes)]; in intel_tv_init()
1969 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_init()
1972 tv_modes[i].oversample == 1) in intel_tv_init()
1975 tv_format_names[i] = tv_modes[i].name; in intel_tv_init()