mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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>
This commit is contained in:
parent
b7b17e5cec
commit
3057e3f745
|
|
@ -1390,15 +1390,6 @@ int etnaviv_gpu_submit(struct etnaviv_gpu *gpu,
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
/*
|
||||
* TODO
|
||||
*
|
||||
* - flush
|
||||
* - data endian
|
||||
* - prefetch
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* if there are performance monitor requests we need to have
|
||||
* - a sync point to re-configure gpu and process ETNA_PM_PROCESS_PRE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user