From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- kernel/drivers/media/platform/vsp1/vsp1_lut.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/media/platform/vsp1/vsp1_lut.c b/kernel/drivers/media/platform/vsp1/vsp1_lut.c index 64c48d9..9f88842 100644 --- a/kernel/drivers/media/platform/vsp1/vsp1_lut.c +++ b/kernel/drivers/media/platform/vsp1/vsp1_lut.c @@ -147,6 +147,7 @@ static void lut_configure_stream(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, + struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb) { struct vsp1_lut *lut = to_lut(&entity->subdev); -- Gitblit v1.6.2