Re: [1/4] amdgpu: add the function to get the marketing name (v2)

2016-11-01 Thread Michel Dänzer
On 13/09/16 12:14 AM, Alex Deucher wrote: > From: Junwei Zhang > > This function is used to look up the marking name > for a specific board. > > v2: agd: Squash in subsequent updates to the table. As is, this breaks make check: > +struct amdgpu_asic_id_table_t { Make

RE: [PATCH] drm/amdgpu: Add a ring type KIQ definition

2016-11-01 Thread Liu, Monk
Just send to amd-gfx is enough, Please use --cover-letter and please use git-send-email Besides, is KIQ primary part submitted to all open staging ? if not why submit those three patches BR Monk -Original Message- From: Trigger Huang [mailto:trigger.hu...@amd.com] Sent: Tuesday,

[PATCH xf86-video-amdgpu 7/7] Remove generated header files

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer No longer used. Signed-off-by: Michel Dänzer --- src/Makefile.am | 7 -- src/amdgpu_chipinfo_gen.h | 194 -- src/amdgpu_chipset_gen.h | 216

[PATCH xf86-video-amdgpu 6/7] Stop using AMDGPU(Unique)Chipsets

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer Use libdrm_amdgpu's amdgpu_get_marketing_name for the chipset name, or "Unknown AMD Radeon GPU" as a fallback. Signed-off-by: Michel Dänzer --- src/amdgpu_kms.c | 12 src/amdgpu_probe.c | 11 ++- 2

[PATCH xf86-video-amdgpu 4/7] Remove amdpciids.h

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer Not useful anymore. Signed-off-by: Michel Dänzer --- src/Makefile.am | 1 - src/amdgpu_drv.h | 3 +-- src/amdgpu_kms.c | 4 +--- src/amdpciids.h | 39 --- 4 files changed, 2

[PATCH xf86-video-amdgpu 5/7] Stop using AMDGPUPciChipsets

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer Not actually used by Xorg. Signed-off-by: Michel Dänzer --- src/amdgpu_probe.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/amdgpu_probe.c b/src/amdgpu_probe.c index fb6f8a3..acc0433 100644 ---

[PATCH] drm/amdgpu: Add a ring type KIQ definition

2016-11-01 Thread Trigger Huang
Add a new ring type definition for KIQ. KIQ is used for interaction between driver and CP. Signed-off-by: Xiangliang Yu Signed-off-by: Trigger Huang --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH xf86-video-amdgpu 0/7] Remove generated header files

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer This series removes the reliance on information in generated header files, and removes the generated header files. The main motivation for this is to remove the need to add PCI ID entries for each supported GPU. Patch 6 relies on

[PATCH] drm/amdgpu: fix the issue that nodes[0] is not removed from the allocator

2016-11-01 Thread jimqu
Change-Id: Id960af4bf93036a8a39306c374e2cafdc1bef055 Signed-off-by: JimQu --- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c

Re: [PATCH xf86-video-amdgpu] Require xserver 1.10 or newer

2016-11-01 Thread Alex Deucher
On Tue, Nov 1, 2016 at 3:10 AM, Michel Dänzer wrote: > From: Michel Dänzer > > 1.10.0 was released in February 2011. > > We've been accidentally requiring 1.10 or newer since c7d27c94cb65 ("Keep > track of damage event related flushes per-client"). > >

答复: [PATCH] drm/amdgpu: fix the issue that nodes[0] is not removed from the allocator

2016-11-01 Thread Qu, Jim
Please ignore this patch. I make a mistake. Thanks JimQu 发件人: jimqu 发送时间: 2016年11月1日 17:21 收件人: amd-gfx@lists.freedesktop.org 抄送: Qu, Jim 主题: [PATCH] drm/amdgpu: fix the issue that nodes[0] is not removed from the allocator Change-Id:

RE: [PATCH] drm/amdgpu:bypass avfs event manager for sriov

2016-11-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Trigger Huang > Sent: Tuesday, November 01, 2016 3:23 AM > To: amd-gfx@lists.freedesktop.org > Cc: Min, Frank; Yu, Xiangliang; Liu, Monk; Huang, Trigger > Subject: [PATCH] drm/amdgpu:bypass

RE: [PATCH xf86-video-amdgpu 0/7] Remove generated header files

2016-11-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Michel Dänzer > Sent: Tuesday, November 01, 2016 5:31 AM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH xf86-video-amdgpu 0/7] Remove generated header files > > From: Michel Dänzer

RE: [PATCH] drm/amdgpu:no gpu scheduler for KIQ

2016-11-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Trigger Huang > Sent: Tuesday, November 01, 2016 3:22 AM > To: amd-gfx@lists.freedesktop.org > Cc: Yu, Xiangliang; Liu, Monk; Huang, Trigger > Subject: [PATCH] drm/amdgpu:no gpu scheduler for

RE: [PATCH] drm/amdgpu: Add a ring type KIQ definition

2016-11-01 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Trigger Huang > Sent: Tuesday, November 01, 2016 3:20 AM > To: amd-gfx@lists.freedesktop.org > Cc: Yu, Xiangliang; Liu, Monk; Huang, Trigger > Subject: [PATCH] drm/amdgpu: Add a ring type KIQ

Re: [PATCH] drm/amdgpu:no gpu scheduler for KIQ

2016-11-01 Thread Christian König
Am 01.11.2016 um 16:27 schrieb Deucher, Alexander: -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Trigger Huang Sent: Tuesday, November 01, 2016 3:22 AM To: amd-gfx@lists.freedesktop.org Cc: Yu, Xiangliang; Liu, Monk; Huang, Trigger Subject:

RE: [PATCH] drm/amdgpu:bypass avfs event manager for sriov

2016-11-01 Thread Liu, Monk
Tonga have no avfs event manager, Trigger, please take care and double check you didn't lost tonga's patch, we are more concern if Tonga could support SRIOV than FIJI BR Monk -Original Message- From: Deucher, Alexander Sent: Tuesday, November 01, 2016 11:18 PM To: Huang, Trigger

Fwd: [PATCH libdrm] xf86drm: Parse the separate files to retrieve the vendor/device info

2016-11-01 Thread Michel Dänzer
The first attached patch will result in drmParsePciDeviceInfo always reporting revision 0 on kernels without the second attached patch. Will that be an issue for the amdgpu-pro stack? Please follow up directly to the patch e-mails with any comments on the patches. -- Earthling Michel Dänzer

[PATCH xf86-video-amdgpu] Check Xorg version at runtime instead of build time in two places

2016-11-01 Thread Michel Dänzer
From: Michel Dänzer This means that all possible paths can be handled as intended, no matter which Xorg version the driver happened to be compiled against. (Ported from radeon commit 350a2645a1b127227ff294c0b62d2d0fd48a) Signed-off-by: Michel Dänzer

Re: [1/4] amdgpu: add the function to get the marketing name (v2)

2016-11-01 Thread Michel Dänzer
On 01/11/16 06:34 PM, Michel Dänzer wrote: > On 13/09/16 12:14 AM, Alex Deucher wrote: >> From: Junwei Zhang >> >> This function is used to look up the marking name >> for a specific board. >> >> v2: agd: Squash in subsequent updates to the table. > > As is, this breaks make