commit | 3052fe2c91f927cce7f6b9340357ea14fed24c9a | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Mon Jul 29 17:21:21 2013 +0300 |
committer | Imre Deak <imre.deak@intel.com> | Mon Jul 29 18:40:00 2013 +0300 |
tree | 2e3d9f917cbf89f78b572d9f41460a41d38bf46a | |
parent | 24de8bac80e61b9b8dbfd2b3b834f15a13e506e3 [diff] |
kms_render: fix gpu-blit for non-32bit bpps intel_copy_bo assumes a 32bpp bo, whereas we passed it bos with arbitrary bpp values. This resulted in thrashing GPU memory following the destination bo. Fix this by using a blit helper that can handle other bpps too. Signed-off-by: Imre Deak <imre.deak@intel.com>