commit | acfee0ec03712a8ff37daae13e2c4b3f3f45336c | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Wed Aug 17 16:19:53 2016 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Thu Sep 15 15:29:33 2016 +0200 |
tree | 9929267b1948964e5a9326adff388ae463e91978 | |
parent | 1486b1cb80cb8676d573a27ced5423658fdd32de [diff] |
drm/etnaviv: only check if the cmdbuf is inside the linear window on MMUv1 There is no linear window on MMUv2 and the FE can access the full 4GB address space either directly (as long as the MMU isn't configured) or through the MMU, once it is up. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>