Re: [PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-18 Thread Rafał Miłecki
W dniu 18 lutego 2010 05:57 użytkownik Dave Airlie airl...@gmail.com napisał: 2010/2/18 Rafał Miłecki zaj...@gmail.com: Ported from DDX The PCIE regs on r600 are the same offsets at the ones on rv370 from what I can see probably don't need to add a new PCIE_P struct at all I think the

Re: [PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-18 Thread Alex Deucher
2010/2/17 Dave Airlie airl...@gmail.com: 2010/2/18 Rafał Miłecki zaj...@gmail.com: Ported from DDX The PCIE regs on r600 are the same offsets at the ones on rv370 from what I can see probably don't need to add a new PCIE_P struct at all I think the rv370 functions should work. There are

Re: [PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-18 Thread Alex Deucher
2010/2/17 Rafał Miłecki zaj...@gmail.com: Ported from DDX Signed-off-by: Rafał Miłecki zaj...@gmail.com ---  drivers/gpu/drm/radeon/r300.c        |    5 -  drivers/gpu/drm/radeon/radeon.h      |   14 ++  drivers/gpu/drm/radeon/radeon_asic.h |    4 ++--  

Re: [PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-18 Thread Rafał Miłecki
W dniu 18 lutego 2010 16:20 użytkownik Alex Deucher alexdeuc...@gmail.com napisał: 2010/2/17 Rafał Miłecki zaj...@gmail.com: Ported from DDX Signed-off-by: Rafał Miłecki zaj...@gmail.com ---  drivers/gpu/drm/radeon/r300.c        |    5 -  drivers/gpu/drm/radeon/radeon.h      |   14

[PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-17 Thread Rafał Miłecki
Ported from DDX Signed-off-by: Rafał Miłecki zaj...@gmail.com --- drivers/gpu/drm/radeon/r300.c|5 - drivers/gpu/drm/radeon/radeon.h | 14 ++ drivers/gpu/drm/radeon/radeon_asic.h |4 ++-- drivers/gpu/drm/radeon/radeon_pm.c |2 ++ 4 files changed, 22

Re: [PATCH] drm/radeon/kms: implement reading PCIE lanes on R600+

2010-02-17 Thread Dave Airlie
2010/2/18 Rafał Miłecki zaj...@gmail.com: Ported from DDX The PCIE regs on r600 are the same offsets at the ones on rv370 from what I can see probably don't need to add a new PCIE_P struct at all I think the rv370 functions should work. Dave.