diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-11-17 09:09:05 -0500 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2018-01-02 11:15:56 -0500 |
commit | 3057e3f74516bd61d0aa3a44e169714b76616cfd (patch) | |
tree | 6043a75c4eca112d9083065b25fb71a3bf136948 | |
parent | b7b17e5cec541f58131f4a7963bbe3448f0a9c00 (diff) |
drm/etnaviv: remove stale TODO in etnaviv_gpu_submit
Flush and prefetch are properly handled in the buffer code, data endianess
would need much wider changes than adding something to this single function.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
-rw-r--r-- | drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c index 23b16d9746f9..95187ebe1660 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c | |||
@@ -1391,15 +1391,6 @@ int etnaviv_gpu_submit(struct etnaviv_gpu *gpu, | |||
1391 | return ret; | 1391 | return ret; |
1392 | 1392 | ||
1393 | /* | 1393 | /* |
1394 | * TODO | ||
1395 | * | ||
1396 | * - flush | ||
1397 | * - data endian | ||
1398 | * - prefetch | ||
1399 | * | ||
1400 | */ | ||
1401 | |||
1402 | /* | ||
1403 | * if there are performance monitor requests we need to have | 1394 | * if there are performance monitor requests we need to have |
1404 | * - a sync point to re-configure gpu and process ETNA_PM_PROCESS_PRE | 1395 | * - a sync point to re-configure gpu and process ETNA_PM_PROCESS_PRE |
1405 | * requests. | 1396 | * requests. |