Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 32-bit mmap issue on 64-bit kernels
Running 32-bit userland on a 64-bit kernel resulted in the error: mpp_drm: mmap failed: Invalid argument Both the pagesize_mask and the mmap call truncated the offset value to 32 bit. This patch fixes both issues. For details see rockchip-linux/kernel#17
- Loading branch information