From: Archit Taneja Date: Sat, 28 Jul 2012 17:29:03 +0000 (+0530) Subject: OMAPDSS: DISPC: Configure input and output sizes for writeback X-Git-Tag: v3.7-rc1~48^2~1^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d87d95587825c39ee8e127d56aafeb7dda45da;p=pandora-kernel.git OMAPDSS: DISPC: Configure input and output sizes for writeback Writeback uses the WB_PICTURE_SIZE register to define the size of the content written to memory, this is the output of the scaler. It uses the WB_SIZE register to define the size of the content coming from the overlay/manager to which it is connected, this is the input to the scaler. This naming is different as compared to overlays. Add checks for writeback in dispc_ovl_set_input_size() and dispc_ovl_set_output_size() to write to the correct registers. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed