[PATCH v2 07/13] gpu: ipu-v3: Add VDI input IDMAC channels

2016-07-19 Thread Steve Longerbeam
Adds the VDIC field input IDMAC channels. These channels transfer fields F(n-1), F(n), and F(N+1) from memory to the VDIC (channels 8, 9, 10 respectively). Signed-off-by: Steve Longerbeam --- v2: - made the channel names more descriptive: "_PREV" instead of "_P",

[PATCH v2 07/13] gpu: ipu-v3: Add VDI input IDMAC channels

2016-07-19 Thread Steve Longerbeam
Adds the VDIC field input IDMAC channels. These channels transfer fields F(n-1), F(n), and F(N+1) from memory to the VDIC (channels 8, 9, 10 respectively). Signed-off-by: Steve Longerbeam --- v2: - made the channel names more descriptive: "_PREV" instead of "_P", etc. ---