Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c156 u8 tv_format_supported[ARRAY_SIZE(tv_format_names)]; member
1649 psb_intel_sdvo_connector->tv_format_supported[val]) in psb_intel_sdvo_set_property()
1652 psb_intel_sdvo->tv_format_index = psb_intel_sdvo_connector->tv_format_supported[val]; in psb_intel_sdvo_set_property()
2206 …psb_intel_sdvo_connector->tv_format_supported[psb_intel_sdvo_connector->format_supported_num++] = … in psb_intel_sdvo_tv_create_property()
2218 i, tv_format_names[psb_intel_sdvo_connector->tv_format_supported[i]]); in psb_intel_sdvo_tv_create_property()
2220 psb_intel_sdvo->tv_format_index = psb_intel_sdvo_connector->tv_format_supported[0]; in psb_intel_sdvo_tv_create_property()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c135 u8 tv_format_supported[TV_FORMAT_NUM]; member
2385 if (state->tv.legacy_mode == intel_sdvo_connector->tv_format_supported[i]) { in intel_sdvo_connector_atomic_get_property()
2441 state->tv.legacy_mode = intel_sdvo_connector->tv_format_supported[val]; in intel_sdvo_connector_atomic_set_property()
3092 intel_sdvo_connector->tv_format_supported[intel_sdvo_connector->format_supported_num++] = i; in intel_sdvo_tv_create_property()
3103 tv_format_names[intel_sdvo_connector->tv_format_supported[i]]); in intel_sdvo_tv_create_property()
3105 …intel_sdvo_connector->base.base.state->tv.legacy_mode = intel_sdvo_connector->tv_format_supported[… in intel_sdvo_tv_create_property()