aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_edid.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-11-24 11:33:29 +1000
committerDave Airlie <airlied@redhat.com>2017-11-24 11:33:29 +1000
commitc209101fc1c91a318422733a3721ff6a9ff7899f (patch)
treebc00b2251b9b031db4cf9e72220f56ae72757e58 /include/drm/drm_edid.h
parentMerge tag 'drm-intel-next-fixes-2017-11-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (diff)
parentdrm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks (diff)
downloadlinux-dev-c209101fc1c91a318422733a3721ff6a9ff7899f.tar.xz
linux-dev-c209101fc1c91a318422733a3721ff6a9ff7899f.zip
Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
4.15 merge window fixes 1 * tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/drm-misc: drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks drm/vc4: Account for interrupts in flight
Diffstat (limited to 'include/drm/drm_edid.h')
-rw-r--r--include/drm/drm_edid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index 6f35909b8add..2ec41d032e56 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -362,7 +362,8 @@ void
drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame,
const struct drm_display_mode *mode,
enum hdmi_quantization_range rgb_quant_range,
- bool rgb_quant_range_selectable);
+ bool rgb_quant_range_selectable,
+ bool is_hdmi2_sink);
/**
* drm_eld_mnl - Get ELD monitor name length in bytes.