diff --git a/projects/rocr-runtime/src/queues.c b/projects/rocr-runtime/src/queues.c index e24e74aba7..eb8e061673 100644 --- a/projects/rocr-runtime/src/queues.c +++ b/projects/rocr-runtime/src/queues.c @@ -449,7 +449,7 @@ static bool update_ctx_save_restore_size(uint32_t nodeid, struct queue *q) q->ctl_stack_size = PAGE_ALIGN_UP(sizeof(HsaUserContextSaveAreaHeader) + ctl_stack_size); if (q->dev_info->asic_family >= CHIP_NAVI10 && - q->dev_info->asic_family <= CHIP_NAVY_FLOUNDER) { + q->dev_info->asic_family <= CHIP_DIMGREY_CAVEFISH) { /* HW design limits control stack size to 0x7000. * This is insufficient for theoretical PM4 cases * but sufficient for AQL, limited by SPI events.