[Bug 110496] [GLK] no signal - with samsung 4k TV - HDMI UHD Color (ENABLED)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 5 03:49:01 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=110496

--- Comment #21 from shashank.sharma at intel.com <shashank.sharma at intel.com> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190805/65f98b17/attachment.html>


More information about the intel-gfx-bugs mailing list