Revert "msm: vidc: Report sufficient resources event as sufficient resources"
This reverts commit b8ef87dc091fe67fc929f85ec54a17289adbc5b7.
Some clients are not able to handle SUFFICIENT_RESOURCES event
when height
and width of clip changes. This causes green frames for some
clips. With this change, following is the behavior:
1.CONTINUE_DATA_TRANSFER disabled by client (default setting)
a) FW reports sufficient - driver reports insufficient.
b) FW reports insufficient - driver reports insufficient.
2. CONTINUE_DATA_TRANSFER is enabled by client
a) FW reports sufficient - driver reports sufficient.
b) FW reports insufficient - driver reports insufficient.
Change-Id: Ie617f01015ec3a6e22c5c882e17ec40543f816e6
Signed-off-by:
Vinay Kalia <vkalia@codeaurora.org>
Loading
Please register or sign in to comment