On Mon, 2024-09-02 at 12:33 +0200, Christian König wrote:
> Am 02.09.24 um 11:32 schrieb Thomas Hellström:
> > On Mon, 2024-09-02 at 08:13 +1000, Dave Airlie wrote:
> > > On Fri, 30 Aug 2024 at 12:32, Linus Torvalds
> > > wrote:
> > > > On Fri, 30 Aug 2024 at 14:08, Dave Airlie
> > > > wrote:
> >
On Mon, 2 Sept 2024 at 03:34, Christian König wrote:
>
> Am 02.09.24 um 11:32 schrieb Thomas Hellström:
> >
> > The remap_pfn_range was last tried, at least in the context of the i915
> > driver IIRC by Christoph Hellwig but had to be ripped out since it
> > requires the mmap_lock in write mode. H
Am 02.09.24 um 11:32 schrieb Thomas Hellström:
On Mon, 2024-09-02 at 08:13 +1000, Dave Airlie wrote:
On Fri, 30 Aug 2024 at 12:32, Linus Torvalds
wrote:
On Fri, 30 Aug 2024 at 14:08, Dave Airlie
wrote:
The TTM revert is due to some stuttering graphical apps probably
due
to longer stalls whil
On Mon, 2024-09-02 at 08:13 +1000, Dave Airlie wrote:
> On Fri, 30 Aug 2024 at 12:32, Linus Torvalds
> wrote:
> >
> > On Fri, 30 Aug 2024 at 14:08, Dave Airlie
> > wrote:
> > >
> > > The TTM revert is due to some stuttering graphical apps probably
> > > due
> > > to longer stalls while prefault
On Fri, 30 Aug 2024 at 12:32, Linus Torvalds
wrote:
>
> On Fri, 30 Aug 2024 at 14:08, Dave Airlie wrote:
> >
> > The TTM revert is due to some stuttering graphical apps probably due
> > to longer stalls while prefaulting.
>
> Yeah, trying to pre-fault a PMD worth of pages in one go is just crazy
The pull request you sent on Fri, 30 Aug 2024 12:08:41 +1000:
> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-08-30
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/20371ba120635d9ab7fc7670497105af8f33eb08
Thank you!
--
Deet-doot-dot, I am a bot.
h
On Fri, 30 Aug 2024 at 14:08, Dave Airlie wrote:
>
> The TTM revert is due to some stuttering graphical apps probably due
> to longer stalls while prefaulting.
Yeah, trying to pre-fault a PMD worth of pages in one go is just crazy talk.
Now, if it was PMD-aligned and you faulted in a single PMD,
Hey Linus,
Another week, another set of GPU fixes. amdgpu and vmwgfx leading the
charge, then i915 and xe changes along with v3d and some other bits.
The TTM revert is due to some stuttering graphical apps probably due
to longer stalls while prefaulting.
Seems pretty much where I'd expect things,