diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-03-04 15:50:29 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-03-06 16:46:57 -0500 |
commit | 972c5ddb177e14835212de63f8f16a690e4db9ff (patch) | |
tree | ea0ca3b4317c34b4021305f8d0b710a4742425b0 /drivers/gpu | |
parent | 0d997b68574217b41c1288ee4c6728c7003aac1f (diff) |
drm/radeon/cik: fix typo in documentation
Copy-paste typo.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/cik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index a6d1e6cf6c6..e22be8458d9 100644 --- a/drivers/gpu/drm/radeon/cik.c +++ b/drivers/gpu/drm/radeon/cik.c @@ -3046,7 +3046,7 @@ static u32 cik_create_bitmask(u32 bit_width) } /** - * cik_select_se_sh - select which SE, SH to address + * cik_get_rb_disabled - computes the mask of disabled RBs * * @rdev: radeon_device pointer * @max_rb_num: max RBs (render backends) for the asic |