drm/msm: Fix shmem munmap
Originally, in an early pre-merge version of the msm renderer, these were correct. But then shmem became variable length. We need to unmap the entire shmem mapping, not just sizeof(struct msm_shmem).
Signed-off-by: Rob Clark robdclark@chromium.org