1 From 477275011a3c1720683e3f9e6014ed2e76d921b7 Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <stefan.wahren@i2se.com>
3 Date: Sun, 21 Oct 2018 19:08:29 +0200
4 Subject: [PATCH 236/703] staging: bcm2835-camera: Add hint about possible
7 As per default the GPU memory config of the Raspberry Pi isn't sufficient
8 for the camera usage. Even worse the bcm2835 camera doesn't provide a
9 helpful error message in this case. So let's add a hint to point the user
12 Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
14 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
17 --- a/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c
18 +++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c
19 @@ -1624,8 +1624,11 @@ int vchiq_mmal_component_init(struct vch
20 component = &instance->component[instance->component_idx];
22 ret = create_component(instance, component, name);
25 + pr_err("%s: failed to create component %d (Not enough GPU mem?)\n",
30 /* ports info needs gathering */
31 component->control.type = MMAL_PORT_TYPE_CONTROL;