<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - [GLK] no signal - with samsung 4k TV - HDMI UHD Color (ENABLED)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110496#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - [GLK] no signal - with samsung 4k TV - HDMI UHD Color (ENABLED)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110496">bug 110496</a>
from <span class="vcard"><a class="email" href="mailto:shashank.sharma@intel.com" title="shashank.sharma@intel.com <shashank.sharma@intel.com>"> <span class="fn">shashank.sharma@intel.com</span></a>
</span></b>
<pre>I can see in intel_hdmi_deep_color_possible() that we are allowing 10bpc only
for GEN11(ICL) onwards.
if (bpc == 10 && INTEL_GEN(dev_priv) < 11)
return false;
This means we can't (legally) check 10bpc on GLK.
I am suspecting that this Samsung monitor is expecting something different in
it's UHD deep color mode, coz I am not able to reproduce this issue with any of
the UHD/HDR monitors available with me (LG, Philips). Unfortunately, this issue
can't be worked upon without this particular monitor.
- Shashank</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>