From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 83226] Allow use of ColorRange and ColorSpace in xorg.conf.d files Date: Thu, 27 Aug 2015 11:22:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1279813533==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id DB7BB6E834 for ; Thu, 27 Aug 2015 04:22:49 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1279813533== Content-Type: multipart/alternative; boundary="1440674569.F5cC0.23452"; charset="UTF-8" --1440674569.F5cC0.23452 Date: Thu, 27 Aug 2015 11:22:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=83226 --- Comment #31 from sweeneygj@gmx.com --- I have a DCE3 (RS880) and a monitor which supports RGB quantisation. before executing the EDID test the values are radeon_encoder->output_csc = RADEON_OUTPUT_CSC_BYPASS frame.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT then it executes the EDID test if (drm_rgb_quant_range_selectable(radeon_connector_edid(connector))) { if (radeon_encoder->output_csc == RADEON_OUTPUT_CSC_TVRGB) frame.quantization_range = HDMI_QUANTIZATION_RANGE_LIMITED; else frame.quantization_range = HDMI_QUANTIZATION_RANGE_FULL; } else { frame.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT; } and the monitor loses sync and displays a blank screen. Should the code test both the EDID and output_csc != BYPASS before attempting the range change? -- You are receiving this mail because: You are the assignee for the bug. --1440674569.F5cC0.23452 Date: Thu, 27 Aug 2015 11:22:49 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 31 on bug 83226 from
I have a DCE3 (RS880) and a monitor which supports RGB quantisation.

before executing the EDID test the values are 

radeon_encoder->output_csc = RADEON_OUTPUT_CSC_BYPASS
frame.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT

then it executes the EDID test    

if (drm_rgb_quant_range_selectable(radeon_connector_edid(connector))) {
   if (radeon_encoder->output_csc == RADEON_OUTPUT_CSC_TVRGB)
      frame.quantization_range = HDMI_QUANTIZATION_RANGE_LIMITED;
   else
      frame.quantization_range = HDMI_QUANTIZATION_RANGE_FULL;                  
} else {
   frame.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT;
}

and the monitor loses sync and displays a blank screen.

Should the code test both the EDID and output_csc != BYPASS before attempting
the range change?


You are receiving this mail because:
  • You are the assignee for the bug.
--1440674569.F5cC0.23452-- --===============1279813533== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1279813533==--