Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tv.c214 static const struct tv_mode tv_modes[] = { variable
291 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
292 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
302 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
303 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
472 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_comp_get_modes()
474 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_comp_get_modes()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_tv.c381 static const struct tv_mode tv_modes[] = { variable
952 return &tv_modes[format]; in intel_tv_mode_find()
1697 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_find_better_format()
1698 tv_mode = &tv_modes[i]; in intel_tv_find_better_format()
1892 const char *tv_format_names[ARRAY_SIZE(tv_modes)]; in intel_tv_init()
1990 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_init()
1993 tv_modes[i].oversample == 1) in intel_tv_init()
1996 tv_format_names[i] = tv_modes[i].name; in intel_tv_init()