Commit 74170627 authored by Shawn Xiao's avatar Shawn Xiao Committed by Nitin Garg
Browse files

MGS-791 [#1818] Unmaped virtural address cause MMU exception



In the original GPU driver, there is no way to map the virtual memory
dynamically. All the MMU table is built on beginning. However, there is
a chance that the system alloc the memory whoes address is beyond the
original MMU table region. When such kind of virtual address is passed
to GPU, there will be MMU excetion because of lacking necessary mapping.

This patch adds the case of gcvFEATURE_MMU in the hardware feature check
function. So that the virtual memory can be mapped dynamically.

Date July 14, 2015

Signed-off-by: default avatarShawn Xiao <b49994@freescale.com>
parent d2f9944f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment