Skip to content

Commit

Permalink
drm/etnaviv: remove stale comment
Browse files Browse the repository at this point in the history
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 <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
  • Loading branch information
Lucas Stach committed Oct 10, 2017
1 parent 4fd32aa commit 7f9d398
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/gpu/drm/etnaviv/etnaviv_gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7f9d398

Please sign in to comment.