staging/vc-sm-cma: Avoid log spamming on Pi0/1 over cache alias.
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 2 Mar 2022 17:23:16 +0000 (17:23 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:46 +0000 (16:04 +0000)
commite22927f8ec9dc87772ac61d6aba00dc8046b4f49
tree5933031ba552d2c94f73a755eff0444ecc3336e0
parent49d5760d9430ab0afceaee92e17b3ff8a36ae0a6
staging/vc-sm-cma: Avoid log spamming on Pi0/1 over cache alias.

Pi 0/1 use the 0x80000000 cache alias as the ARM also sees the world
through the VPU L2 cache.
vc-sm-cma was trying to ensure it was in an uncached alias (0xc), and
complaining on every allocation if it weren't. Reduce this logging.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/staging/vc04_services/vc-sm-cma/vc_sm.c