commit | 7e0e41963740525af702bb23edede8ae9afc4ac0 | [log] [tgz] |
---|---|---|
author | Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> | Fri May 03 19:43:13 2013 -0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 29 12:36:12 2013 -0400 |
tree | b26034a6a42ea58d952f87e83e51c5e55d653d1c | |
parent | 50a583f64bfe53aae4996965c1d1b25d90ce4f64 [diff] |
radeon: use max_bus_speed to activate gen2 speeds radeon currently uses a drm function to get the speed capabilities for the bus, drm_pcie_get_speed_cap_mask. However, this is a non-standard method of performing this detection and this patch changes it to use the max_bus_speed attribute. From: Lucas Kannebley Tavares <lucaskt@linux.vnet.ibm.com> Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>