Re: [git pull] drm fixes for 6.11-rc6

2024-09-03 Thread Thomas Hellström
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: > >

Re: [git pull] drm fixes for 6.11-rc6

2024-09-02 Thread Linus Torvalds
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

Re: [git pull] drm fixes for 6.11-rc6

2024-09-02 Thread Christian König
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

Re: [git pull] drm fixes for 6.11-rc6

2024-09-02 Thread 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 while prefault

Re: [git pull] drm fixes for 6.11-rc6

2024-09-01 Thread Dave Airlie
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

Re: [git pull] drm fixes for 6.11-rc6

2024-08-29 Thread pr-tracker-bot
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

Re: [git pull] drm fixes for 6.11-rc6

2024-08-29 Thread Linus Torvalds
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,

[git pull] drm fixes for 6.11-rc6

2024-08-29 Thread Dave Airlie
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,