Closed thanushreevani closed 2 months ago
To fix coredump in dsGetEDIDBytes_L1_positive internally getEDIDBytes of dsDisplay calls the GetEDIDData of TvClientWrapper which requires TvClient object. This is initialized in dsHdmiInInit function. So calling that in L1 also
TvClient object is initialized in dsHdmiInInit and L1 should not have dependency of other hal. so this needs to be handled in HAL
To fix coredump in dsGetEDIDBytes_L1_positive internally getEDIDBytes of dsDisplay calls the GetEDIDData of TvClientWrapper which requires TvClient object. This is initialized in dsHdmiInInit function. So calling that in L1 also