diff options
author | Shashank Sharma <[email protected]> | 2017-07-13 21:03:14 +0530 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2017-07-14 21:23:54 +0300 |
commit | 2570fe2586254ff174c2ba5a20dabbde707dbb9b (patch) | |
tree | 444a8e531af25fa17f481868a17e9d9f567c2b24 /lib/dynamic_debug.c | |
parent | e6a9a2c3dc4377f62650faf1c978d073c55d62ec (diff) |
drm: add helper functions for YCBCR420 handling
This patch adds helper functions for YCBCR 420 handling.
These functions do:
- check if a given video mode is YCBCR 420 only mode.
- check if a given video mode is YCBCR 420 also mode.
V2: Added YCBCR functions as helpers in DRM layer, instead of
keeping it in I915 layer.
V3: Added handling for YCBCR-420 only modes too.
V4: EXPORT_SYMBOL(drm_find_hdmi_output_type)
V5: Addressed review comments from Danvet:
- %s/drm_find_hdmi_output_type/drm_display_info_hdmi_output_type
- %s/drm_can_support_ycbcr_output/drm_display_supports_ycbcr_output
- %s/drm_can_support_this_ycbcr_output/
drm_display_supports_this_ycbcr_output
- pass drm_display_info instead of drm_connector for consistency
- For drm_get_highest_quality_ycbcr_supported doc, move the variable
description above, and then the function description.
V6: Add only YCBCR420 helpers (Ville)
V7: Addressed review comments from Ville
- Remove cea_vic_valid() check.
- Fix indentation.
- Make input parameters to helpers, const.
Cc: Ville Syrjala <[email protected]>
Cc: Jose Abreu <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Shashank Sharma <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
[vsyrjala: Fix sparse indentation warn]
Signed-off-by: Ville Syrjälä <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions