Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: Fix some typos in comment

Fixed some spelling errors, the details are as follows:

-in the code comments:
collpase->collapse
firwmare->firmware
everwhere->everywhere

Fixes: 2401a0084614 ("drm/msm: gpu: Add support for the GPMU")
Fixes: 5a903a44a984 ("drm/msm/a6xx: Introduce GMU wrapper support")
Fixes: f97decac5f4c ("drm/msm: Support multiple ringbuffers")
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/614109/
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Shen Lichuan and committed by
Rob Clark
7d39ef94 1c967110

+3 -3
+1 -1
drivers/gpu/drm/msm/adreno/a5xx_power.c
··· 307 307 else if (adreno_is_a540(adreno_gpu)) 308 308 a540_lm_setup(gpu); 309 309 310 - /* Set up SP/TP power collpase */ 310 + /* Set up SP/TP power collapse */ 311 311 a5xx_pc_init(gpu); 312 312 313 313 /* Start the GPMU */
+1 -1
drivers/gpu/drm/msm/adreno/adreno_gpu.c
··· 533 533 if (!adreno_gpu->info->fw[i]) 534 534 continue; 535 535 536 - /* Skip loading GMU firwmare with GMU Wrapper */ 536 + /* Skip loading GMU firmware with GMU Wrapper */ 537 537 if (adreno_has_gmu_wrapper(adreno_gpu) && i == ADRENO_FW_GMU) 538 538 continue; 539 539
+1 -1
drivers/gpu/drm/msm/msm_ringbuffer.c
··· 64 64 char name[32]; 65 65 int ret; 66 66 67 - /* We assume everwhere that MSM_GPU_RINGBUFFER_SZ is a power of 2 */ 67 + /* We assume everywhere that MSM_GPU_RINGBUFFER_SZ is a power of 2 */ 68 68 BUILD_BUG_ON(!is_power_of_2(MSM_GPU_RINGBUFFER_SZ)); 69 69 70 70 ring = kzalloc(sizeof(*ring), GFP_KERNEL);