[git pull] drm for 6.17-rc1
Alex Deucher
alexdeucher at gmail.com
Thu Jul 31 19:04:16 UTC 2025
On Thu, Jul 31, 2025 at 2:01 PM Linus Torvalds
<torvalds at linux-foundation.org> wrote:
>
> On Thu, 31 Jul 2025 at 06:09, Alex Deucher <alexdeucher at gmail.com> wrote:
> >
> > I think it may be fixed here:
> > https://patchwork.freedesktop.org/patch/663973/
>
> Yes, this patch fixes the problem for me.
>
> I don't know if it's due to the pointer validation (ie this part):
>
> - if (!dsc)
> + if (!dsc || !dsc->ctx || !dsc->ctx->dc ||
> dsc->ctx->dc->debug.disable_dsc)
> return;
>
> or whether it's the divide-by-zero that the commit talks about.
>
> Should I just apply this directly, or expect a pull request in the
> next day or two?
Just typing up the PR now to send to Dave and Simona.
Thanks,
Alex
More information about the dri-devel
mailing list