intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* DP compliance failure due to dithering for 18bpp video pattern
@ 2017-01-10  1:43 Manasi Navare
  2017-01-11 15:09 ` Jani Nikula
  0 siblings, 1 reply; 9+ messages in thread
From: Manasi Navare @ 2017-01-10  1:43 UTC (permalink / raw)
  To: intel-gfx

Hi All,

We are seeing CRC check failures in some of the 18bpp video pattern
DP Compliance tests causing the tests to fail. On further investigation, it is
rootcaused to dithering that the i915 driver enables in case of 18bpp pipe
configuration that messes up the CRC and causes the test to fail.

Some of the approaches that can solve this problem are:
1.  Add a new method in intel_dp.c to request the compliance test state.
Call this new method in intel_display.c to not enable dithering during a
compliance test. Issue with this is it makes the general portion of the driver
compliance aware.

2.  Move the dithering enable to compute_config methods in all encoder source
files. Issue: Lot of duplicate code and DP is the only encoder that uses 18bpc.

3.  Disable dithering at all times in the driver. However this can cause image
quality issue with 8bpc plane and 6 bit pipe.

Any suggestions on which approach can be implemented in order to pass
compliance?

Regards
Manasi


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-01-17  6:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10  1:43 DP compliance failure due to dithering for 18bpp video pattern Manasi Navare
2017-01-11 15:09 ` Jani Nikula
2017-01-11 15:35   ` Ville Syrjälä
2017-01-12 10:32     ` Jani Nikula
2017-01-12 23:30       ` Manasi Navare
2017-01-12 23:41         ` Rodrigo Vivi
2017-01-12 23:53           ` Manasi Navare
2017-01-13  7:11             ` Jani Nikula
2017-01-17  6:42               ` Manasi Navare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).