summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti/cal/cal.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2023-06-19 14:40:07 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-07-25 10:24:30 +0300
commitc8c7ed99f0d6ebe335951fff5564ae93c1c20a77 (patch)
tree6f14f826728683ca1fa54511994430abc1b62dec /drivers/media/platform/ti/cal/cal.h
parente7bbe653fd9a7681169940ade6c694e17acc12fd (diff)
downloadlinux-c8c7ed99f0d6ebe335951fff5564ae93c1c20a77.tar.xz
media: ti: cal: Implement get_frame_desc for camera-rx
CAL uses get_frame_desc to get the VC and DT for the incoming CSI-2 stream, but does it in a bit hacky way. Clean this up by implementing .get_frame_desc to camera-rx, and calling that from cal.c. No functional change intended. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/platform/ti/cal/cal.h')
-rw-r--r--drivers/media/platform/ti/cal/cal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/ti/cal/cal.h b/drivers/media/platform/ti/cal/cal.h
index 55d4736fed18..0856297adc0b 100644
--- a/drivers/media/platform/ti/cal/cal.h
+++ b/drivers/media/platform/ti/cal/cal.h
@@ -319,8 +319,6 @@ const struct cal_format_info *cal_format_by_code(u32 code);
void cal_quickdump_regs(struct cal_dev *cal);
-int cal_camerarx_get_remote_frame_desc(struct cal_camerarx *phy,
- struct v4l2_mbus_frame_desc *desc);
void cal_camerarx_disable(struct cal_camerarx *phy);
void cal_camerarx_i913_errata(struct cal_camerarx *phy);
struct cal_camerarx *cal_camerarx_create(struct cal_dev *cal,