From: Dave Airlie
This interface will allow sync object to be used to back
Vulkan fences. This API is pretty much the vulkan fence waiting
API, and I've ported the code from amdgpu.
v2: accept relative timeout, pass remaining time back
to userspace.
v3: return to absolute timeouts.
v4: absolute
I'm going to push the syncobj and sync_file interaction
patches into drm-next, but I think this patch still needs
a few more trips on the merry go round.
I've decided to read Daniel's ioctl guide, use sec/nsec,
and convert to timespec internally then use timespec as much
as possible.
Dave.
On 13 June 2017 at 16:54, axie wrote:
>
> On 2017-06-12 06:47 PM, Christian König wrote:
>>
>> Am 12.06.2017 um 22:31 schrieb Alex Xie:
>>>
>>> Make the critical section smaller. There is no
>>> need to protect the bo_list, because there is
>>> no other task can access the newly created BO
>>> lis
On 2017-06-13 04:14 PM, Nicolai Hähnle wrote:
From: Nicolai Hähnle
This makes it easier to correlate amd_sched_job with with other trace
points that don't log the job pointer.
Signed-off-by: Nicolai Hähnle
---
drivers/gpu/drm/amd/scheduler/gpu_sched_trace.h | 7 +--
1 file changed, 5
From: Nicolai Hähnle
This makes it easier to correlate amd_sched_job with with other trace
points that don't log the job pointer.
Signed-off-by: Nicolai Hähnle
---
drivers/gpu/drm/amd/scheduler/gpu_sched_trace.h | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers
From: Nicolai Hähnle
This is ported from gfx8.
Signed-off-by: Nicolai Hähnle
---
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 20
1 file changed, 20 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 5d56126..166138b
Am 13.06.2017 um 19:07 schrieb Alex Deucher:
On Fri, Jun 9, 2017 at 5:47 PM, Harish Kasiviswanathan
wrote:
Signed-off-by: Harish Kasiviswanathan
Series is:
Acked-by: Alex Deucher
Acked-by: Christian König .
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 73
On Mon, Jun 12, 2017 at 1:54 PM, Tom St Denis wrote:
> These replace some of the more verbose patterns with new SOC15 macros. Should
> be no functional change to anything.
Series is:
Reviewed-by: Alex Deucher
>
> ___
> amd-gfx mailing list
> amd-gfx@
With this change we can do things like this update file:
add reg carrizo.smu80.ixSMUSVI_NB_CURRENTVID smc 0xD8230044
add bit carrizo.smu80.ixSMUSVI_NB_CURRENTVID.CURRENT_NB_VID 24 31
add reg carrizo.smu80.ixSMUSVI_GFX_CURRENTVID smc 0xD8230048
add bit carrizo.smu80.ixSMUSVI_GFX_CURRENTVID.CURRENT_
Am 13.06.2017 um 19:08 schrieb Alex Deucher:
On Wed, Jun 7, 2017 at 5:53 PM, Alex Deucher wrote:
Same as other asics. If enabled, exposes a user selectable
number of virtual displays.
Signed-off-by: Alex Deucher
Ping?
Reviewed-by: Christian König .
---
drivers/gpu/drm/amd/amdgpu/soc
On 2017-06-13 06:23 AM, Christian König wrote:
Am 13.06.2017 um 08:29 schrieb axie:
On 2017-06-12 07:00 PM, Christian König wrote:
Am 12.06.2017 um 22:31 schrieb Alex Xie:
This patch is to move a loop of unref BOs and
several memory free function calls out of
critical sections.
Signed-off-by:
On Wed, Jun 7, 2017 at 5:53 PM, Alex Deucher wrote:
> Same as other asics. If enabled, exposes a user selectable
> number of virtual displays.
>
> Signed-off-by: Alex Deucher
Ping?
> ---
> drivers/gpu/drm/amd/amdgpu/soc15.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gp
On Fri, Jun 9, 2017 at 5:47 PM, Harish Kasiviswanathan
wrote:
> Signed-off-by: Harish Kasiviswanathan
Series is:
Acked-by: Alex Deucher
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 73
> --
> 1 file changed, 16 insertions(+), 57 deletions(-)
>
> diff --gi
On Tue, Jun 13, 2017 at 5:45 AM, Michel Dänzer wrote:
> From: Xiaojie Yuan
>
> v2: fix an off by one error and leading white spaces
> v3: use thread safe strtok_r(); initialize len before calling getline();
> change printf() to drmMsg(); add initial amdgpu.ids
> v4: integrate some recent inte
On 12/06/17 03:09 PM, Tom St Denis wrote:
Acked-By: Tom St Denis
It fixes the compile error but since I'm out of time today to actually
test that's about all I can say. :-)
Seems to work fine and the delta is obviously correct so please add my
RB if you want.
Tom
On Tue, Jun 13, 2017 at 03:41:14PM +0300, Arkadiusz Hiler wrote:
> On Tue, Jun 13, 2017 at 10:35:34AM +0300, Jani Nikula wrote:
> > On Mon, 12 Jun 2017, Harry Wentland wrote:
> > > The email was sent but might be stuck in the moderation queue since Leo
> > > (Sun peng) is fairly new on the FDO mai
On Tue, Jun 13, 2017 at 10:35:34AM +0300, Jani Nikula wrote:
> On Mon, 12 Jun 2017, Harry Wentland wrote:
> > The email was sent but might be stuck in the moderation queue since Leo
> > (Sun peng) is fairly new on the FDO mailing lists.
> >
> > Jani, Daniel, can you check if Leo's IGT emails are s
Am 13.06.2017 um 08:29 schrieb axie:
On 2017-06-12 07:00 PM, Christian König wrote:
Am 12.06.2017 um 22:31 schrieb Alex Xie:
This patch is to move a loop of unref BOs and
several memory free function calls out of
critical sections.
Signed-off-by: Alex Xie
---
drivers/gpu/drm/amd/amdgpu/amdg
Am 13.06.2017 um 08:54 schrieb axie:
On 2017-06-12 06:47 PM, Christian König wrote:
Am 12.06.2017 um 22:31 schrieb Alex Xie:
Make the critical section smaller. There is no
need to protect the bo_list, because there is
no other task can access the newly created BO
list yet.
NAK, a task can gu
Am 13.06.2017 um 08:03 schrieb axie:
Hi Christian,
Regarding comment 1.
Please read the file idr.c line 24 to line 29.
Let me quote here. Isn't it surprise you? idr_alloc only need read lock.
...
* Simultaneous modifications to the @idr are not allowed and should be
* prevented by the user
From: Xiaojie Yuan
v2: fix an off by one error and leading white spaces
v3: use thread safe strtok_r(); initialize len before calling getline();
change printf() to drmMsg(); add initial amdgpu.ids
v4: integrate some recent internal changes, including format changes
v5: fix line number for emp
Am 12.06.2017 um 19:54 schrieb Tom St Denis:
Allows reading/writing via SOC15 macros with offset for
various register banks.
Signed-off-by: Tom St Denis
Acked-by: Christian König
---
drivers/gpu/drm/amd/amdgpu/soc15_common.h | 14 ++
1 file changed, 14 insertions(+)
diff --
Am 13.06.2017 um 04:25 schrieb Dave Airlie:
On 13 June 2017 at 09:00, Christian König wrote:
Am 12.06.2017 um 22:31 schrieb Alex Xie:
This patch is to move a loop of unref BOs and
several memory free function calls out of
critical sections.
Signed-off-by: Alex Xie
---
drivers/gpu/drm/amd/
Am 12.06.2017 um 17:54 schrieb Deucher, Alexander:
-Original Message-
From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf
Of Tom St Denis
Sent: Monday, June 12, 2017 9:06 AM
To: amd-gfx@lists.freedesktop.org
Cc: StDenis, Tom
Subject: [PATCH 2/2] drm/amd/amdgpu: Rename K
On Mon, 12 Jun 2017, Harry Wentland wrote:
> The email was sent but might be stuck in the moderation queue since Leo
> (Sun peng) is fairly new on the FDO mailing lists.
>
> Jani, Daniel, can you check if Leo's IGT emails are stuck in the
> moderation queue?
Done. I've whitelisted his email addre
25 matches
Mail list logo