media: atomisp: disable the dynamic and reserved pools
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 04:53:08 +0000 (06:53 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 12:51:29 +0000 (14:51 +0200)
commit814634b8e81ff54bfed69bba14656fc703221bd0
tree445370b623b0f441f30ab58bf7cac7dfbdc3db03
parenteda1310b4087d6793c3e02c425e2292941f24631
media: atomisp: disable the dynamic and reserved pools

The memory management code for atomisp is complex: it has 2
extra pools (plus some ION-specific code).

The code for those extra pools are complex, and there are even
some parts of code over there that were forked from some
mm/ code, probably from Kernel 3.10.

Let's just use a single one, in order to make the driver
simpler.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/hmm/hmm.c