> -Original Message-
> From: Matthew Macy [mailto:mmacy at nextbsd.org]
> Sent: Tuesday, June 14, 2016 4:03 PM
> To: Alex Deucher
> Cc: Koenig, Christian; Deucher, Alexander; Zhu, Rex; dri-
> devel at lists.freedesktop.org
> Subject: Re: Re: Looking for pointers on
>
> The two issues are definitely related. They both go through a bounded delay
> loop waiting for some operation to complete.
>
I realized that sounded really dumb after I sent it. But what makes me think
it's all related is that timing perturbations / random seemingly unrelated code
cha
On Tue, 14 Jun 2016 06:02:09 -0700 Alex Deucher wrote
>On Tue, Jun 14, 2016 at 4:10 AM, Christian König
> wrote:
>> Hi Matthew,
>>
>> see inline below.
>>
>> Am 14.06.2016 um 00:03 schrieb Matthew Macy:
>>>
>>> On Mon, 13 Jun 2016 01:35:34 -0700 Christian König
>>> wrot
Hi Matthew,
see inline below.
Am 14.06.2016 um 00:03 schrieb Matthew Macy:
> On Mon, 13 Jun 2016 01:35:34 -0700 Christian König at amd.com> wrote
> > Hi Matthew,
> >
> > sounds like the UVD block doesn't want to initialize. No idea off hand
> > why, could be anything. I woul
On Tue, Jun 14, 2016 at 4:10 AM, Christian König
wrote:
> Hi Matthew,
>
> see inline below.
>
> Am 14.06.2016 um 00:03 schrieb Matthew Macy:
>>
>> On Mon, 13 Jun 2016 01:35:34 -0700 Christian König
>> wrote
>> > Hi Matthew,
>> >
>> > sounds like the UVD block doesn't want to i
On Mon, 13 Jun 2016 01:35:34 -0700 Christian König wrote
> Hi Matthew,
>
> sounds like the UVD block doesn't want to initialize. No idea off hand
> why, could be anything. I would need the hardware here for a closer
> inspection.
>
> For a workaround you can try to disab
Hi Matthew,
sounds like the UVD block doesn't want to initialize. No idea off hand
why, could be anything. I would need the hardware here for a closer
inspection.
For a workaround you can try to disable the UVD blokc using the
ip_block_mask module parameter (it's a bitmask of enabled blocks e.
I'm trying to bring up amdgpu an Carrizo A10 (Thinkpad e565 in case it matters)
on FreeBSD. The driver is essentially unmodified from what is found in Linux
4.6 - relying on an extended version of FreeBSD's linuxkpi shims. The shims
work well enough that i915/drm from 4.6 works extremely well