Increase firmware call buffer size to 48 bytes
authorJames Hughes <james.hughes@raspberrypi.org>
Wed, 31 Oct 2018 13:00:46 +0000 (13:00 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:03 +0000 (00:08 +0100)
commitbe7182b5f654566885b09f06c7f80e5457a2fb28
tree243e9010a34447def595152d4299ef5c040c7f5d
parentfe7f80496fa5ae525f4153c94cedee05f1656ee9
Increase firmware call buffer size to 48 bytes

An assumption was made in commit a1547e0bc that 32 bytes
would be enough data buffer size for all firmware calls. However,
the axi performance monitor driver uses a call with 44 bytes
(RPI_FIRMWARE_GET_PERIPH_REG) to get the VC registers values.

Increase value to 48 to take this in to account.

Signed-off-by: James Hughes <james.hughes@raspberrypi.org>
drivers/firmware/raspberrypi.c