]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcaeddee8f736173b950b803e3a373f6a3b207dd3
tree445370b623b0f441f30ab58bf7cac7dfbdc3db03
parentcb4691866e0ef8235b057d39f5d2cf3f5de10439
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