HomeSort by: relevance | last modified time | path
    Searched defs:tv_modes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 384 static const struct tv_mode tv_modes[] = { variable in typeref:typename:const struct tv_mode[]
952 return &tv_modes[format];
1682 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
1683 tv_mode = &tv_modes[i];
1874 const char *tv_format_names[ARRAY_SIZE(tv_modes)];
1972 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
1975 tv_modes[i].oversample == 1)
1978 tv_format_names[i] = tv_modes[i].name;
intel_tv.c 384 static const struct tv_mode tv_modes[] = { variable in typeref:typename:const struct tv_mode[]
952 return &tv_modes[format];
1682 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
1683 tv_mode = &tv_modes[i];
1874 const char *tv_format_names[ARRAY_SIZE(tv_modes)];
1972 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) {
1975 tv_modes[i].oversample == 1)
1978 tv_format_names[i] = tv_modes[i].name;

Completed in 24 milliseconds