On Wed, Feb 21, 2018 at 6:22 PM, Alex Deucher <alexdeucher at gmail.com> wrote: > On Wed, Feb 21, 2018 at 7:43 AM, Christian König > <christian.koenig at amd.com> wrote: > >> The failed VCE resume (-22) seems to be caused by > >> > >> if (rdev->vce.vcpu_bo == NULL) > >> return -EINVAL; > >> > >> in radeon_vce.c line 226. > > > > > > Yeah, you don't seem to have the VCE firmware installed. But as long as > you > > don't want to do any advanced video encoding with the hardware we can > simply > > ignore that for now. > > > >> Any idea where to look from there? > > > > > > Unfortunately not the slightest. > > > > What's a bit suspicious is that the CPU addresses for the fence locations > > look odd: > >> > >> [ 11.350779] radeon 0001:01:00.0: fence driver on ring 0 use gpu addr > >> 0x0000000080000c00 and cpu addr 0x000000007408d6c9 > >> [ 11.360274] radeon 0001:01:00.0: fence driver on ring 1 use gpu addr > >> 0x0000000080000c04 and cpu addr 0x0000000013c11aeb > >> [ 11.369770] radeon 0001:01:00.0: fence driver on ring 2 use gpu addr > >> 0x0000000080000c08 and cpu addr 0x00000000d4ddd131 > >> [ 11.379267] radeon 0001:01:00.0: fence driver on ring 3 use gpu addr > >> 0x0000000080000c0c and cpu addr 0x00000000263a4d29 > >> [ 11.388763] radeon 0001:01:00.0: fence driver on ring 4 use gpu addr > >> 0x0000000080000c10 and cpu addr 0x000000006ceb1503 > >> [ 11.399277] radeon 0001:01:00.0: fence driver on ring 5 use gpu addr > >> 0x0000000000075a18 and cpu addr 0x000000008935a463 > > > > But could as well be that we don't correctly print them. > > > > Apart from that I don't have any good idea any more why that shouldn't > work. > > Does your platform properly handle DMA masks? Most radeon hw only > supports a 40 bit DMA mask. If there are relevant bits in the upper > bits of the address, they will be lost when the hw tries to use the > address. On at least some powerpc hw, I believe there is some memory > routing related info in the high bits. > On 4.1 (without the hashing algorithm when printing pointers), The rings are placed thus: [ 11.002673] radeon 0002:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xc00000007c0c8c00 [ 11.012165] radeon 0002:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xc00000007c0c8c04 [ 11.021657] radeon 0002:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xc00000007c0c8c08 [ 11.031152] radeon 0002:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xc00000007c0c8c0c [ 11.040644] radeon 0002:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xc00000007c0c8c10 [ 11.051919] radeon 0002:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0x8000080088db5a18 It's also using bit 63 & 62. So this might be something to look into. Bas Vermeulen -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20180222/39614e78/attachment.html>