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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user