Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f9d398c authored by Lucas Stach's avatar Lucas Stach
Browse files

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: default avatarLucas Stach <l.stach@pengutronix.de>
Reviewed-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
parent 4fd32aa4
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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);