msm7k: Add support for non-cached blit

Add support for the userspace to make MDP
avoid flushing the source image buffer
This change is needed if we are using
cached video buffers. Since the MDP driver
used to flush the entire source buffer before
the blit, it was a huge overhead in terms of CPU
usage for cases where the entire buffer didn't
really need flushing. Any clients that modify
the video buffers with CPU should now ensure that
they flush the region that they modified (if the
memory is cached)

Change-Id: I94572644ed5aefac3184b45df05d10be0f2c7660
This commit is contained in:
Naseer Ahmed 2011-07-14 20:49:56 +05:30
parent e96423187e
commit d2b8c6667d

Diff Content Not Available