qcacmn: cleanup FEATURE_HAL_DELAYED_REG_WRITE_V2 support
This FEATURE_HAL_DELAYED_REG_WRITE_V2 was added to fix the Audio jank issue, but it could not resolve it completely, so that was later fixed by existing delayed reg write support with the help of SMP2P messages to communicate with FW regarding PCIe link status. This code is not being used, so removing it and cleaning up the redundant code. Change-Id: Iada088e72a76b4c071c8a80ee945f36ac959670e CRs-Fixed: 3056475
此提交包含在:
@@ -447,8 +447,7 @@ static inline void hal_srng_write_address_32_mb(struct hal_soc *hal_soc,
|
||||
{
|
||||
qdf_iowrite32(addr, value);
|
||||
}
|
||||
#elif defined(FEATURE_HAL_DELAYED_REG_WRITE) || \
|
||||
defined(FEATURE_HAL_DELAYED_REG_WRITE_V2)
|
||||
#elif defined(FEATURE_HAL_DELAYED_REG_WRITE)
|
||||
static inline void hal_srng_write_address_32_mb(struct hal_soc *hal_soc,
|
||||
struct hal_srng *srng,
|
||||
void __iomem *addr,
|
||||
@@ -770,8 +769,7 @@ static inline void hal_write32_mb_confirm_retry(struct hal_soc *hal_soc,
|
||||
}
|
||||
#endif /* GENERIC_SHADOW_REGISTER_ACCESS_ENABLE */
|
||||
|
||||
#if defined(FEATURE_HAL_DELAYED_REG_WRITE) || \
|
||||
defined(FEATURE_HAL_DELAYED_REG_WRITE_V2)
|
||||
#if defined(FEATURE_HAL_DELAYED_REG_WRITE)
|
||||
/**
|
||||
* hal_dump_reg_write_srng_stats() - dump SRNG reg write stats
|
||||
* @hal_soc: HAL soc handle
|
||||
|
新增問題並參考
封鎖使用者