summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-08-02 13:55:34 +0800
committerJason Liu <jason.hui.liu@nxp.com>2018-10-29 11:10:38 +0800
commit5914815026ddadb294b71f3344d31c5b17c2cd50 (patch)
tree2b7390b1b65247722470a9f83eb1828b5e1678ea /include
parent793acb14a19e3063d387d535564d48cc1b4ec440 (diff)
MLK-19114-2 gpu: imx: imx8-prefetch: Remove has_prefetech_fixup from devtypes
There are prefetch engine fixups embedded in the updated i.MX8QM silicons. So, prefetch engines in all i.MX8 variants should be the same. Let's remove has_prefetech_fixup from devtypes which is no more needed. Signed-off-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit 875c31a70f3527c59cc597a10a88c39f3a0095df)
Diffstat (limited to 'include')
-rw-r--r--include/video/dpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index 19d5bbaba6f2..261d59d7dacb 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -680,8 +680,6 @@ struct dpu_fetchunit *fetchdecode_get_fetcheco(struct dpu_fetchunit *fu);
struct dpu_hscaler *fetchdecode_get_hscaler(struct dpu_fetchunit *fu);
struct dpu_vscaler *fetchdecode_get_vscaler(struct dpu_fetchunit *fu);
-bool dpu_has_prefetch_fixup(struct dpu_soc *dpu);
-
bool dpu_vproc_has_fetcheco_cap(u32 cap_mask);
bool dpu_vproc_has_hscale_cap(u32 cap_mask);
bool dpu_vproc_has_vscale_cap(u32 cap_mask);