RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-22 Thread Zhang, Jerry
il.com] > Sent: Thursday, February 23, 2017 1:21 > To: Zhang, Jerry > Cc: amd-gfx mailing list > Subject: Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS > buffers (v3) > > On Mon, Feb 20, 2017 at 3:50 AM, Junwei Zhang <jerry.zh...@amd.com> wrot

Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-22 Thread Marek Olšák
On Mon, Feb 20, 2017 at 3:50 AM, Junwei Zhang wrote: > v2: move the config struct to drm_amdgpu_info_device > v3: move the config feature to amdgpu_gca_config > > Signed-off-by: Junwei Zhang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +++ >

RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-21 Thread Zhang, Jerry
> -Original Message- > From: Deucher, Alexander > Sent: Tuesday, February 21, 2017 22:48 > To: Zhang, Jerry; amd-gfx@lists.freedesktop.org > Cc: Zhang, Jerry > Subject: RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS > buffers (v3) > &

RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-21 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Junwei Zhang > Sent: Sunday, February 19, 2017 9:51 PM > To: amd-gfx@lists.freedesktop.org > Cc: Zhang, Jerry > Subject: [PATCH v3 1/1] drm/amdgpu: export gfx conf

Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Emil Velikov
On 20 February 2017 at 15:22, Mao, David wrote: > Thanks for the Info, but it seems the PACKAGE_VERSION is not the version i am > looking for. > Is there any ways that libdrm.so/libdrm_amdgpu.so can provide in the runtime > to indicate the ABI state besides the SO_VERSION? >

Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Mao, David
Thanks for the Info, but it seems the PACKAGE_VERSION is not the version i am looking for. Is there any ways that libdrm.so/libdrm_amdgpu.so can provide in the runtime to indicate the ABI state besides the SO_VERSION? I may want to compile the driver against the latest libdrm but still hope it

Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Emil Velikov
On 20 February 2017 at 09:20, Mao, David wrote: > Hi Jerry & Christian, > Regarding to the version control, what is the rule of bumping the > PACKAGE_VERSION of libdrm? > We may need something, like the size of gpu_info structure or the something > like PACKAGE VERSION of the

RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Mao, David
n...@lists.freedesktop.org] On Behalf > Of Junwei Zhang > Sent: Monday, February 20, 2017 10:51 > To: amd-gfx@lists.freedesktop.org > Cc: Zhang, Jerry > Subject: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip > LDS buffers (v3) > > v2: move the config s

Re: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Christian König
...@lists.freedesktop.org] On Behalf Of Junwei Zhang Sent: Monday, February 20, 2017 10:51 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Jerry Subject: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3) v2: move the config struct to drm_amdgpu_info_device v3: move the config feature

RE: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-20 Thread Zhang, Jerry
ei Zhang > Sent: Monday, February 20, 2017 10:51 > To: amd-gfx@lists.freedesktop.org > Cc: Zhang, Jerry > Subject: [PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS > buffers (v3) > > v2: move the config struct to drm_amdgpu_info_device > v3: move the confi

[PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)

2017-02-19 Thread Junwei Zhang
v2: move the config struct to drm_amdgpu_info_device v3: move the config feature to amdgpu_gca_config Signed-off-by: Junwei Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 ++ drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c |