commit | 9bace65934e74d47e467c44765e6a202c302fe7a | [log] [tgz] |
---|---|---|
author | Ayan Kumar Halder <ayan.halder@arm.com> | Tue Jul 17 18:13:43 2018 +0100 |
committer | Ayan Kumar Halder <ayan.halder@arm.com> | Wed Jul 18 16:58:42 2018 +0100 |
tree | 75a5d4d8dd9227c18bb832426fe48933a7c86754 | |
parent | ce2d54619a10780a0d354e10d4c83ae4fad46f41 [diff] |
drm/i915: Substitute intel_format_is_yuv() 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-2-git-send-email-ayan.halder@arm.com