summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher2012-10-23 18:42:42 +0200
committerAlex Deucher2012-10-24 17:41:57 +0200
commitc9bd773c6dd4a52f32e64af5dbbf9b3834f8569a (patch)
tree5f88ba716cb64713730987de6e3c522f1c189472 /drivers/gpu
parentdrm/radeon: move the retry to gem_object_create (diff)
downloadkernel-qcow2-linux-c9bd773c6dd4a52f32e64af5dbbf9b3834f8569a.tar.gz
kernel-qcow2-linux-c9bd773c6dd4a52f32e64af5dbbf9b3834f8569a.tar.xz
kernel-qcow2-linux-c9bd773c6dd4a52f32e64af5dbbf9b3834f8569a.zip
drm/radeon: fix ATPX function documentation
The ATPX code no longer handles ATRM. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/radeon_atpx_handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_atpx_handler.c b/drivers/gpu/drm/radeon/radeon_atpx_handler.c
index 1aa3f910b993..5c5e5bb00f56 100644
--- a/drivers/gpu/drm/radeon/radeon_atpx_handler.c
+++ b/drivers/gpu/drm/radeon/radeon_atpx_handler.c
@@ -373,11 +373,11 @@ static int radeon_atpx_power_state(enum vga_switcheroo_client_id id,
}
/**
- * radeon_atpx_pci_probe_handle - look up the ATRM and ATPX handles
+ * radeon_atpx_pci_probe_handle - look up the ATPX handle
*
* @pdev: pci device
*
- * Look up the ATPX and ATRM handles (all asics).
+ * Look up the ATPX handles (all asics).
* Returns true if the handles are found, false if not.
*/
static bool radeon_atpx_pci_probe_handle(struct pci_dev *pdev)