video: driver: update power calculations

Update power calculation to avoid low framerate or
frame drop issues

Change-Id: Ice306a44d4ea8242d965c0e5d03edffc0f5e0f8b
Signed-off-by: Ashish Patil <quic_ashpat@quicinc.com>
This commit is contained in:
Ashish Patil
2023-02-23 19:15:54 -08:00
parent c0d457f55a
commit dd0e6d5f70
5 changed files with 116 additions and 66 deletions

View File

@@ -25,8 +25,8 @@ static u32 frequency_table_pineapple[2][6] =
*/
/* Tensilica cycles profiled by FW team in lanai device Feb 2022 */
#define DECODER_VPP_FW_OVERHEAD_PINEAPPLE_AV1D ((80000*3)/2));
#define DECODER_VPP_FW_OVERHEAD_PINEAPPLE_NONAV1D ((60000*3)/2);
#define DECODER_VPP_FW_OVERHEAD_PINEAPPLE_AV1D ((80000*3)/2)
#define DECODER_VPP_FW_OVERHEAD_PINEAPPLE_NONAV1D ((60000*3)/2)
/* Tensilica cycles */
#define DECODER_VPP_FW_OVERHEAD_PINEAPPLE (0)