Loading drivers/gpu/msm/adreno_ringbuffer.c +2 −2 Original line number Diff line number Diff line Loading @@ -1073,7 +1073,7 @@ int adreno_ringbuffer_submitcmd(struct adreno_device *adreno_dev, if (gpudev->ccu_invalidate) dwords += 4; link = kcalloc(dwords, sizeof(unsigned int), GFP_KERNEL); link = kvcalloc(dwords, sizeof(unsigned int), GFP_KERNEL); if (!link) { ret = -ENOMEM; goto done; Loading Loading @@ -1206,7 +1206,7 @@ int adreno_ringbuffer_submitcmd(struct adreno_device *adreno_dev, trace_kgsl_issueibcmds(device, context->id, numibs, drawobj->timestamp, drawobj->flags, ret, drawctxt->type); kfree(link); kvfree(link); return ret; } Loading Loading
drivers/gpu/msm/adreno_ringbuffer.c +2 −2 Original line number Diff line number Diff line Loading @@ -1073,7 +1073,7 @@ int adreno_ringbuffer_submitcmd(struct adreno_device *adreno_dev, if (gpudev->ccu_invalidate) dwords += 4; link = kcalloc(dwords, sizeof(unsigned int), GFP_KERNEL); link = kvcalloc(dwords, sizeof(unsigned int), GFP_KERNEL); if (!link) { ret = -ENOMEM; goto done; Loading Loading @@ -1206,7 +1206,7 @@ int adreno_ringbuffer_submitcmd(struct adreno_device *adreno_dev, trace_kgsl_issueibcmds(device, context->id, numibs, drawobj->timestamp, drawobj->flags, ret, drawctxt->type); kfree(link); kvfree(link); return ret; } Loading