diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 6068d8207d10..4256b00d0b37 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -1022,7 +1022,7 @@ static void amdgpu_check_arguments(struct amdgpu_device *adev) | |||
1022 | * amdgpu_switcheroo_set_state - set switcheroo state | 1022 | * amdgpu_switcheroo_set_state - set switcheroo state |
1023 | * | 1023 | * |
1024 | * @pdev: pci dev pointer | 1024 | * @pdev: pci dev pointer |
1025 | * @state: vga switcheroo state | 1025 | * @state: vga_switcheroo state |
1026 | * | 1026 | * |
1027 | * Callback for the switcheroo driver. Suspends or resumes the | 1027 | * Callback for the switcheroo driver. Suspends or resumes the |
1028 | * the asics before or after it is powered up using ACPI methods. | 1028 | * the asics before or after it is powered up using ACPI methods. |