• G
    ath10k: enable SRRI/DRRI support on ddr for WCN3990 · 4945af5b
    Govind Singh 提交于
    SRRI/DRRI are not mapped in the HW Shadow block and can lead
    to un-clocked access if common subsystem in the target is
    powered down due to idle mode.
    
    To mitigate this problem SRRI/DRRI can be read from
    DDR instead of doing an actual hardware read.
    Host allocates non cached memory on ddr and configures
    the physical address of this memory to the CE hardware.
    The hardware updates the RRI on this particular location.
    Read SRRI/DRRI from DDR location instead of
    direct target read.
    
    Enable retention restore on ddr using hw params to enable
    in specific targets.
    Signed-off-by: NGovind Singh <govinds@codeaurora.org>
    Signed-off-by: NRakesh Pillai <pillair@codeaurora.org>
    Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
    4945af5b
ce.c 53.1 KB