diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_transfer.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_transfer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_transfer.h b/src/gallium/drivers/ilo/ilo_transfer.h index d7f4838d384..e41edc1aa53 100644 --- a/src/gallium/drivers/ilo/ilo_transfer.h +++ b/src/gallium/drivers/ilo/ilo_transfer.h @@ -39,10 +39,10 @@ #define ILO_TRANSFER_MAP_BUFFER_ALIGNMENT 64 enum ilo_transfer_map_method { - /* map() / map_gtt() / map_unsynchronized() */ + /* map() / map_gtt() / map_gtt_async() */ ILO_TRANSFER_MAP_CPU, ILO_TRANSFER_MAP_GTT, - ILO_TRANSFER_MAP_GTT_UNSYNC, + ILO_TRANSFER_MAP_GTT_ASYNC, /* use staging resource */ ILO_TRANSFER_MAP_STAGING, |