Loading drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -2848,7 +2848,7 @@ static int adreno_waittimestamp(struct kgsl_device *device, return -EINVAL; ret = adreno_drawctxt_wait(ADRENO_DEVICE(device), context, timestamp, msecs_to_jiffies(msecs)); timestamp, msecs); /* If the context got invalidated then return a specific error */ drawctxt = ADRENO_CONTEXT(context); Loading Loading
drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -2848,7 +2848,7 @@ static int adreno_waittimestamp(struct kgsl_device *device, return -EINVAL; ret = adreno_drawctxt_wait(ADRENO_DEVICE(device), context, timestamp, msecs_to_jiffies(msecs)); timestamp, msecs); /* If the context got invalidated then return a specific error */ drawctxt = ADRENO_CONTEXT(context); Loading