Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262566
b: refs/heads/master
c: d522d9c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Reim authored and Dave Airlie committed Aug 4, 2011
1 parent 70bb9da commit b8ac912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: e384fab8c6f3ca88600bcb2ebdf0eb2f90864fab
refs/heads/master: d522d9cc5bdd41214084383fc3e6d882f6916a78
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,9 @@ int radeon_device_init(struct radeon_device *rdev,
rdev->gpu_lockup = false;
rdev->accel_working = false;

DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X).\n",
radeon_family_name[rdev->family], pdev->vendor, pdev->device);
DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X).\n",
radeon_family_name[rdev->family], pdev->vendor, pdev->device,
pdev->subsystem_vendor, pdev->subsystem_device);

/* mutex initialization are all done here so we
* can recall function without having locking issues */
Expand Down

0 comments on commit b8ac912

Please sign in to comment.