forked from msm8916-mainline/linux
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: qcom: venus: add msm8953 hacks
on msm8953 venus is not happy with out_height not being aligned to 32 and emits change event. The problem is that current code treat width/height from event data as input width/height, which might (not) be true for older firmware. But if it was input width/height we wouldn't need to change because we already align input height. So it could be output or both input/output dimensions. Also we can (and should) skip reconfiguration and continue session if we have sufficient resources.
- Loading branch information
Showing
2 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters