@@ -173,6 +173,14 @@ static int __vsp1_video_try_format(struct vsp1_video *video,
/* -----------------------------------------------------------------------------
* VSP1 Partition Algorithm support
+ *
+ * VSP hardware can have restrictions on image width dependent on the hardware
+ * configuration of the pipeline. Adapting for these restrictions is implemented
+ * via the partition algorithm.
+ *
+ * The partition windows and sizes are based on the output size of the WPF
+ * before rotation, which is represented by the input parameters to the WPF
+ * entity in our pipeline.
*/
/**