Phillip Susi <ph...@thesusis.net> 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?