intel_batchbuffer: add support for non-32bit blt copies
authorImre Deak <imre.deak@intel.com>
Mon, 29 Jul 2013 13:43:31 +0000 (16:43 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 29 Jul 2013 15:40:00 +0000 (18:40 +0300)
commitc1ee0bb53269ded7b79966d081518d689639bac7
tree349642ebb3e402208e04bf1c0cb0077add902b1e
parenta85548910cbb5f9f9c90b99a178e3b5bc1034730
intel_batchbuffer: add support for non-32bit blt copies

Needed by an upcoming patch fixing kms_render's blits for fbs that have
other than 32bpp formats.

Based on the corresponding SNA function.

v2:
- fix random ordering of src, dst parameters (Chris)
- pass pitch in bytes rather than pixels (Chris)

Signed-off-by: Imre Deak <imre.deak@intel.com>
lib/intel_batchbuffer.c
lib/intel_batchbuffer.h