diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-09-12 20:02:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 18:17:42 -0400 |
commit | 02e749dcbe5da2b1b2b1c3825be094287257046f (patch) | |
tree | ecd14746ea0095e6956db2ef99c20dac9f4f2e69 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | dd3d18bf5e4994c5f8dd008db6123d0525eb62e5 (diff) | |
download | lwn-02e749dcbe5da2b1b2b1c3825be094287257046f.tar.gz lwn-02e749dcbe5da2b1b2b1c3825be094287257046f.zip |
drm/amdgpu: Add dc_log module parameter
We want to make DC less chatty but still allow bug reporters to
provide more detailed logs.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 2c88dd07e1bc..cd1562fefd73 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -103,6 +103,7 @@ extern int amdgpu_vm_fault_stop; extern int amdgpu_vm_debug; extern int amdgpu_vm_update_mode; extern int amdgpu_dc; +extern int amdgpu_dc_log; extern int amdgpu_sched_jobs; extern int amdgpu_sched_hw_submission; extern int amdgpu_no_evict; |