Re: [PATCH v4] venus: core: add support to dump FW region

2020-12-14 Thread Stanimir Varbanov
On 12/14/20 3:03 PM, Dikshita Agarwal wrote: > Add support to dump video FW region during FW crash > using devcoredump helpers. > > Major changes since v1: > - update the name of function (Stephen) > - store start address and size in resource structure during > probe and reuse while dumping

[PATCH v4] venus: core: add support to dump FW region

2020-12-14 Thread Dikshita Agarwal
Add support to dump video FW region during FW crash using devcoredump helpers. Major changes since v1: - update the name of function (Stephen) - store start address and size in resource structure during probe and reuse while dumping (Stephen, Stanimir) Signed-off-by: Dikshita Agarwal