RE: [PATCH libdrm] amdgpu: Add context priority override function.

2019-04-17 Thread Zhou, David(ChunMing)
Reviewed-by: Chunming Zhou > -Original Message- > From: dri-devel On Behalf Of Bas > Nieuwenhuizen > Sent: Thursday, April 18, 2019 2:34 AM > To: dri-devel@lists.freedesktop.org > Subject: [PATCH libdrm] amdgpu: Add context priority override function. > > This way we can override the pr

Re: [PATCH libdrm] amdgpu: Add context priority override function.

2019-04-17 Thread Bas Nieuwenhuizen
On Wed, Apr 17, 2019 at 9:21 PM Andres Rodriguez wrote: > > > > On 2019-04-17 2:33 p.m., Bas Nieuwenhuizen wrote: > > This way we can override the priority of a single context using a > > master fd. > > > > Since we cannot usefully create an amdgpu device of a master fd > > without the fd deduplic

Re: [PATCH libdrm] amdgpu: Add context priority override function.

2019-04-17 Thread Andres Rodriguez
On 2019-04-17 2:33 p.m., Bas Nieuwenhuizen wrote: This way we can override the priority of a single context using a master fd. Since we cannot usefully create an amdgpu device of a master fd without the fd deduplication kicking in this takes a plain fd. This can be used by e.g. radv to get hi

Re: [PATCH libdrm] amdgpu: Add context priority override function.

2019-04-17 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 4/17/19 8:33 PM, Bas Nieuwenhuizen wrote: This way we can override the priority of a single context using a master fd. Since we cannot usefully create an amdgpu device of a master fd without the fd deduplication kicking in this takes a plain fd. This can be use