Re: Radeon regression in 6.6 kernel

From: Phillip Susi
Date: Mon Dec 11 2023 - 19:28:35 EST


Phillip Susi <phill@xxxxxxxxxxxx> writes:

> And it works, but 6.7-rc5 does not, even though it includes that patch.
> Here's the syslog from the attempt. I'll start bisecting again.

I checked out the patch that got merged upstream and it also fails. I
looked at the two commits, and I see what happened. Your original patch
MOVED the call to amdgpu_ttm_set_buffer_funcs_status(). The one that
got merged into Linus' tree instead DUPLICATES the call. Oops?