[Bug 71769] Monitor not recognizing RGB limited/full color range
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 22 09:36:23 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71769
--- Comment #9 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
(In reply to comment #8)
> If I'm reading this right, the infoframes are working properly, but colors
> are scaled too much with xrandr --output HDMI1 --set "Broadcast RGB"
> "Limited 16:235"
Hmm. I tried to compare my IVB vs. HSW a bit, and it does look like HSW blacks
are more grayish in limited range mode. But I double checked the code and we're
computing the coefficients correctly as far as the spec is concerned. I need to
ask our display hardware guy whether the spec is wrong, or if I just
misunderstood it.
I experimented a bit and simply halving the pipe CSC post coeffs seems to make
the output look better.
Something like this (for pipe A, add 0x100 to register offsets for pipe B,
0x200 for pipe C)
intel_reg_write 0x49040 0x101
intel_reg_write 0x49048 0x101
intel_reg_write 0x49044 0x101
intel_reg_write 0x49028 0x0
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20131122/cdaa6014/attachment.html>
More information about the intel-gfx-bugs
mailing list