Commits

Liu Ying committed 7f4699d2104
MLK-15932-1 video: dpu: Add prefix 'LB_' to member names of enum lb_mode_t The member name 'NEUTRAL' of enum lb_mode_t is a little bit too generic, since others DPU units have neutral modes as well, e.g., HScaler, VScaler, Rop, CLuT and Matrix, etc. So, let's add the prefix 'LB_' to member names of enum lb_mode_t so that they can be specific to LayerBlends. Signed-off-by: Liu Ying <victor.liu@nxp.com>