iMX6 IPU IPU_SRM_PRI2 Register

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX6 IPU IPU_SRM_PRI2 Register

Jump to solution
444 Views
ogj
Contributor IV

In the iMX6DQ SDK ipu_dp.c file, in the ipu_dp_csc_config function there is the following line:

ipu_write_field(ipu_index, IPU_IPU_SRM_PRI2__DP_S_SRM_MODE, 3);

When I read the DP_S_SRM_MODE field back after writing a 3 to it, it reads back as 2. I'm assuming this field is self-clearing to 2 (which the RM says is reserved) after the update now operation is finished. Is this correct?

0 Kudos
1 Solution
424 Views
joanxie
NXP TechSupport
NXP TechSupport

SRM_MODE can be 00, 10 or 11. If the SW set to 11: after the update the state machine is automatically moved to 10 mode.

View solution in original post

0 Kudos
1 Reply
425 Views
joanxie
NXP TechSupport
NXP TechSupport

SRM_MODE can be 00, 10 or 11. If the SW set to 11: after the update the state machine is automatically moved to 10 mode.

0 Kudos