Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358153
b: refs/heads/master
c: f8acf6f
h: refs/heads/master
i:
  358151: 9e982bb
v: v3
  • Loading branch information
Bjorn Helgaas authored and Dave Airlie committed Feb 8, 2013
1 parent 9f8da19 commit 13b6780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fe0423eac2c0781a3ece8779b086acd3e76f2c8
refs/heads/master: f8acf6f4c8fe1fd4de1f669ac6a3c71e89f13523
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ int drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *mask)
if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB)
*mask |= DRM_PCIE_SPEED_25;
if (lnkcap & PCI_EXP_LNKCAP_SLS_5_0GB)
*mask |= DRM_PCIE_SPEED_50;
*mask |= (DRM_PCIE_SPEED_25 | DRM_PCIE_SPEED_50);
}

DRM_INFO("probing gen 2 caps for device %x:%x = %x/%x\n", root->vendor, root->device, lnkcap, lnkcap2);
Expand Down

0 comments on commit 13b6780

Please sign in to comment.