Hi Steven, thanks for the bisect.
In order to avoid display artifacts (especially for HDR) we had to allow higher bit depth color output on the wire. The driver should fallback to a lower resolution as needed but looks like there's a bug with this particular TV. Are you able to share the specific TV model? We haven't seen this bug in internal testing but if we know which device shows the issue we might be able to find one for testing. It would probably be good if we had a module parameter to force limit the output bpc in order to unblock users (like you) that see issues. Harry On 2025-05-15 12:16, Alex Deucher wrote: > + Harry > > On Thu, May 15, 2025 at 12:11 PM Steven J Abner <pheonix....@att.net> wrote: >> >> On Mon, May 12 2025 at 08:10:40 PM +0000, Alex Deucher >> <alexdeuc...@gmail.com> wrote: >>> See: >>> https://docs.kernel.org/admin-guide/bug-bisect.html >>> ... identify the exact commit which broke caused your issue. >> >> One heck of a journey! But tested the solution on the first broken >> kernel 6.3. Too chicken to force revert attempts of 6.12 and 6.6 since >> I really didn't understand why revert spewed out 'nah-ah' for a one >> liner. 6.3 passed simple test of no blackouts for 8 in a row boots. >> Firstly let me qualify the revert, cause it's how i got it to work: >> git show c76e483cd9163138e8fc44d829c986819f072d4f | patch --fuzz=999 >> -p1 -R >> It seems simple enough of code which appears to set 8 bits of color >> for rgb as maximum, but with struct changes and me having a >> 'historical' processor :) didn't want to have a non-expert speak that >> this is the full solution. >> Also note that I didn't 100% follow the bug-bisect guide as mine was >> apparently a unique situation where it had to first learn to connect to >> the internet and I don't use intrd images among other oddities. Also >> did this from last working kernel (6.2.16) to verify it was the last. >> PS had to patch amdgpu Makefile to allow the 6.2 series to compile with >> new gcc (-Wno-error). >> If need other info or need me to test actual patched 'upstream' >> kernel, I'm here. >> Thank you! >> Steve >> >>