qcacmn: Use REO block resource only if required

HAL REO flush cache command should use block resource only if cache
blocking is requested.

Change-Id: Ie52634cdb9908e4dfa12495dfc3d87a9d5d54c0b
CRs-Fixed: 2057946
This commit is contained in:
Karunakar Dasineni
2017-05-31 22:39:39 -07:00
committed by snandini
parent 6b0d2a800c
commit 4f886f3aa9
2 changed files with 20 additions and 16 deletions

View File

@@ -186,7 +186,7 @@ struct hal_reo_cmd_get_queue_stats_params {
* @index: Blocking resource to be used
*/
struct hal_reo_cmd_flush_queue_params {
bool use_after_flush;
bool block_use_after_flush;
uint8_t index;
};
@@ -204,7 +204,7 @@ struct hal_reo_cmd_flush_cache_params {
bool rel_block_index;
uint8_t cache_block_res_index;
bool flush_no_inval;
bool use_after_flush;
bool block_use_after_flush;
bool flush_all;
};