Re: [git pull] drm fixes for 6.1-rc1

2022-10-17 Thread Arthur Marsh
Thanks Arunpravin, your patch applied to the 6.1-rc1 code built a kernel that loaded the amdgpu module on my pc with Cape Verde GPU card with no problems. Regards, Arthur. On 18 October 2022 7:10:45 am ACDT, Arunpravin Paneer Selvam wrote: >Hi Christian, > >Looks like we have to exit the loo

Re: [git pull] drm fixes for 6.1-rc1

2022-10-17 Thread Arunpravin Paneer Selvam
Hi Christian, Looks like we have to exit the loop if there are no blocks to compare. May be that's why the function returns false. @Arthur Marsh Could you please test the attached patch. Thanks, Arun On 10/17/2022 1:39 PM, Christian König wrote: Am 17.10.22 um 10:01 schrieb Dave Airlie: On Mo

Re: [git pull] drm fixes for 6.1-rc1

2022-10-17 Thread Christian König
Am 17.10.22 um 10:01 schrieb Dave Airlie: On Mon, 17 Oct 2022 at 17:07, Christian König wrote: Hi Arun, the hw generation doesn't matter. This error message here: amdgpu: Move buffer fallback to memcpy unavailable indicates that the detection of linear buffers still doesn't work as expected

Re: [git pull] drm fixes for 6.1-rc1

2022-10-17 Thread Dave Airlie
On Mon, 17 Oct 2022 at 17:07, Christian König wrote: > > Hi Arun, > > the hw generation doesn't matter. This error message here: > > amdgpu: Move buffer fallback to memcpy unavailable > > indicates that the detection of linear buffers still doesn't work as > expected or that we have a bug somewher

Re: [git pull] drm fixes for 6.1-rc1

2022-10-17 Thread Christian König
Hi Arun, the hw generation doesn't matter. This error message here: amdgpu: Move buffer fallback to memcpy unavailable indicates that the detection of linear buffers still doesn't work as expected or that we have a bug somewhere else. Maybe the limiting when SDMA moves are not available isn'

Re: [git pull] drm fixes for 6.1-rc1

2022-10-16 Thread Arunpravin Paneer Selvam
Hi Arthur, Is this old radeon card? Thanks, Arun On 10/17/2022 11:50 AM, Christian König wrote: Arun please take a look into this ASAP. Thanks, Christian. Am 17.10.22 um 03:13 schrieb Arthur Marsh: Thanks Dave, I reverted patch 312b4dc11d4f74bfe03ea25ffe04c1f2fdd13cb9 against 6.1-rc1 and th

Re: [git pull] drm fixes for 6.1-rc1

2022-10-16 Thread Christian König
Arun please take a look into this ASAP. Thanks, Christian. Am 17.10.22 um 03:13 schrieb Arthur Marsh: Thanks Dave, I reverted patch 312b4dc11d4f74bfe03ea25ffe04c1f2fdd13cb9 against 6.1-rc1 and the resulting kernel loaded amdgpu fine on my pc with Cape Verde GPU. Regards, Arthur. On 17 Octo

Re: [git pull] drm fixes for 6.1-rc1

2022-10-16 Thread Arthur Marsh
Thanks Dave, I reverted patch 312b4dc11d4f74bfe03ea25ffe04c1f2fdd13cb9 against 6.1-rc1 and the resulting kernel loaded amdgpu fine on my pc with Cape Verde GPU. Regards, Arthur. On 17 October 2022 8:14:18 am ACDT, Dave Airlie wrote: >On Sun, 16 Oct 2022 at 18:09, Arthur Marsh > wrote: >> >>

Re: [git pull] drm fixes for 6.1-rc1

2022-10-16 Thread Dave Airlie
On Sun, 16 Oct 2022 at 18:09, Arthur Marsh wrote: > > From: Arthur Marsh > > Hi, the "drm fixes for 6.1-rc1" commit caused the amdgpu module to fail > with my Cape Verde radeonsi card. > > I haven't been able to bisect the problem to an individual commit, but > attach a dmesg extract below. > > I

Re: [git pull] drm fixes for 6.1-rc1

2022-10-16 Thread Arthur Marsh
From: Arthur Marsh Hi, the "drm fixes for 6.1-rc1" commit caused the amdgpu module to fail with my Cape Verde radeonsi card. I haven't been able to bisect the problem to an individual commit, but attach a dmesg extract below. I'm happy to supply any other configuration information and test patc

Re: [git pull] drm fixes for 6.1-rc1

2022-10-13 Thread pr-tracker-bot
The pull request you sent on Fri, 14 Oct 2022 10:29:19 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-10-14 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9c9155a3509a2ebdb06d77c7a621e9685c802eac Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [git pull] drm fixes for 6.1-rc1

2022-10-13 Thread Linus Torvalds
On Thu, Oct 13, 2022 at 5:29 PM Dave Airlie wrote: > > Round of fixes for the merge window stuff, bunch of amdgpu and i915 > changes, this should have the gcc11 warning fix, amongst other > changes. Some of those amd changes aren't "fixes". They are some major code changes. We're still in the me

[git pull] drm fixes for 6.1-rc1

2022-10-13 Thread Dave Airlie
Hi Linus, Round of fixes for the merge window stuff, bunch of amdgpu and i915 changes, this should have the gcc11 warning fix, amongst other changes. Dave. drm-next-2022-10-14: drm fixes for 6.1-rc1 amdgpu: - DC mutex fix - DC SubVP fixes - DCN 3.2.x fixes - DCN 3.1.x fixes - SDMA 6.x fixes - E