Loading drivers/gpu/msm/adreno_a6xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -765,7 +765,7 @@ static void _set_ordinals(struct adreno_device *adreno_dev, *cmds++ = lower_32_bits(gpuaddr); *cmds++ = upper_32_bits(gpuaddr); /* Size is in dwords */ *cmds++ = 0; *cmds++ = sizeof(a6xx_pwrup_reglist) >> 2; } /* Pad rest of the cmds with 0's */ Loading Loading
drivers/gpu/msm/adreno_a6xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -765,7 +765,7 @@ static void _set_ordinals(struct adreno_device *adreno_dev, *cmds++ = lower_32_bits(gpuaddr); *cmds++ = upper_32_bits(gpuaddr); /* Size is in dwords */ *cmds++ = 0; *cmds++ = sizeof(a6xx_pwrup_reglist) >> 2; } /* Pad rest of the cmds with 0's */ Loading