Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c151 u8 tv_format_supported[TV_FORMAT_NUM]; member
1716 psb_intel_sdvo_connector->tv_format_supported[val]) in psb_intel_sdvo_set_property()
1719 psb_intel_sdvo->tv_format_index = psb_intel_sdvo_connector->tv_format_supported[val]; in psb_intel_sdvo_set_property()
2273 …psb_intel_sdvo_connector->tv_format_supported[psb_intel_sdvo_connector->format_supported_num++] = … in psb_intel_sdvo_tv_create_property()
2285 i, tv_format_names[psb_intel_sdvo_connector->tv_format_supported[i]]); in psb_intel_sdvo_tv_create_property()
2287 psb_intel_sdvo->tv_format_index = psb_intel_sdvo_connector->tv_format_supported[0]; in psb_intel_sdvo_tv_create_property()
/drivers/gpu/drm/i915/
Dintel_sdvo.c166 u8 tv_format_supported[TV_FORMAT_NUM]; member
2086 intel_sdvo_connector->tv_format_supported[val]) in intel_sdvo_set_property()
2089 intel_sdvo->tv_format_index = intel_sdvo_connector->tv_format_supported[val]; in intel_sdvo_set_property()
2707 intel_sdvo_connector->tv_format_supported[intel_sdvo_connector->format_supported_num++] = i; in intel_sdvo_tv_create_property()
2719 i, tv_format_names[intel_sdvo_connector->tv_format_supported[i]]); in intel_sdvo_tv_create_property()
2721 intel_sdvo->tv_format_index = intel_sdvo_connector->tv_format_supported[0]; in intel_sdvo_tv_create_property()