From: Lucas Stach Date: Thu, 28 Sep 2017 13:45:14 +0000 (+0200) Subject: drm/etnaviv: remove stale comment X-Git-Tag: v4.19~2077^2~49^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f9d398c16040f32ba7bc6521a89c06c9cb09442;p=platform%2Fkernel%2Flinux-rpi.git drm/etnaviv: remove stale comment This comment is outdated as the driver is taking care about clock gating and the pulse eater for quite some time already. Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner --- diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c index 51b3fbe..3e0fcc1 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c @@ -435,13 +435,6 @@ static int etnaviv_hw_reset(struct etnaviv_gpu *gpu) unsigned long timeout; bool failed = true; - /* TODO - * - * - clock gating - * - puls eater - * - what about VG? - */ - /* We hope that the GPU resets in under one second */ timeout = jiffies + msecs_to_jiffies(1000);