forked from Minki/linux
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 <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
parent
4fd32aa413
commit
7f9d398c16
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user