commit | d8bd23d9936bea7184a2bce1242ea646f4906d7d | [log] [tgz] |
---|---|---|
author | Ayan Kumar Halder <ayan.halder@arm.com> | Tue Jul 17 18:13:44 2018 +0100 |
committer | Ayan Kumar Halder <ayan.halder@arm.com> | Wed Jul 18 16:59:27 2018 +0100 |
tree | a40424f7c8dd065c789239e1b2e033f52df34901 | |
parent | 9bace65934e74d47e467c44765e6a202c302fe7a [diff] |
drm/rockchip: Substitute is_yuv_support() with format->is_yuv drm_format_info table has a field 'is_yuv' to denote if the format is yuv or not. The driver is expected to use this instead of having a function for the same purpose. Signed-off-by: Ayan Kumar halder <ayan.halder@arm.com> Reviewed-by: Ville Syrjala <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/1531847626-22248-3-git-send-email-ayan.halder@arm.com