Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a767adf5 authored by Nisha Menon's avatar Nisha Menon Committed by Madan Koyyalamudi
Browse files

qcacld-3.0: Enable feature to dump reo queue info in DDR

Enable DUMP_REO_QUEUE_INFO_IN_DDR to send cache flush cmd
to REO using cmd: iwpriv wlan0 txrx_stats 34 0

Cache flush cmd will invalidate the h/w cache and ensure
that h/w writes to DDR.
In the cmd callback, the reo status tlvs are processed
and the vaddr of the reo queue desc is used to read the
queue information from DDR and dump it in the host driver logs.

Change-Id: I4521b777d13c490ac687f9ff673182262bc52f62
CRs-Fixed: 2899824
parent b8e40f9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3316,6 +3316,7 @@ cppflags-$(CONFIG_HIF_CPU_PERF_AFFINE_MASK) += -DHIF_CPU_PERF_AFFINE_MASK
cppflags-$(CONFIG_SMMU_S1_UNMAP) += -DCONFIG_SMMU_S1_UNMAP
cppflags-$(CONFIG_GENERIC_SHADOW_REGISTER_ACCESS_ENABLE) += -DGENERIC_SHADOW_REGISTER_ACCESS_ENABLE
cppflags-$(CONFIG_IPA_SET_RESET_TX_DB_PA) += -DIPA_SET_RESET_TX_DB_PA
cppflags-$(CONFIG_DUMP_REO_QUEUE_INFO_IN_DDR) += -DDUMP_REO_QUEUE_INFO_IN_DDR

KBUILD_CPPFLAGS += $(cppflags-y)

+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ ifeq ($(CONFIG_CNSS_QCA6490), y)
	CONFIG_HASTINGS_BT_WAR := y
	CONFIG_WDI3_IPA_OVER_GSI :=y
	CONFIG_GENERIC_SHADOW_REGISTER_ACCESS_ENABLE :=y
	CONFIG_DUMP_REO_QUEUE_INFO_IN_DDR :=y
endif

ifeq ($(CONFIG_CNSS_QCA6750), y)