Re: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs

2017-01-18 Thread StDenis, Tom
Coo, pushed to staging. Tom From: Deucher, Alexander Sent: Wednesday, January 18, 2017 13:47 To: StDenis, Tom; Alex Deucher Cc: amd-gfx list Subject: RE: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs Whoops, sorry, I glanced quickly and thought

RE: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs

2017-01-18 Thread Deucher, Alexander
: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs I am grabbing revision. Unless there's some other PCI revision value I'm missing :-) Tom From: Alex Deucher <alexdeuc...@gmail.com<mailto:alexdeuc...@gmail.com>> Sent: Wednesday, January

Re: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs

2017-01-18 Thread StDenis, Tom
amdgpu: Add PCI info to gca_config debugfs On Wed, Jan 18, 2017 at 1:25 PM, Tom St Denis <tstdeni...@gmail.com> wrote: > So we can determine which device the entry is before connecting > a display. > > Signed-off-by: Tom St Denis <tom.stde...@amd.com> > --- > drivers/gp

Re: [PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs

2017-01-18 Thread Alex Deucher
On Wed, Jan 18, 2017 at 1:25 PM, Tom St Denis wrote: > So we can determine which device the entry is before connecting > a display. > > Signed-off-by: Tom St Denis > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +++- > 1 file changed, 7

[PATCH] drm/amd/amdgpu: Add PCI info to gca_config debugfs

2017-01-18 Thread Tom St Denis
So we can determine which device the entry is before connecting a display. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c