Re: Radeon regression in 6.6 kernel

From: Alex Deucher
Date: Tue Dec 12 2023 - 09:55:39 EST


On Mon, Dec 11, 2023 at 7:28 PM Phillip Susi <phill@xxxxxxxxxxxx> wrote:
>
> 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?
>

Yeah, I messed up the patch somehow when I applied it. Fix up already
queued up to add the missing chunk.

Alex