Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebf28bcf authored by Fudong Zhang's avatar Fudong Zhang Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Add max supported instances for scuba target

Add MAX_SUPPORTED_INSTANCES

Change-Id: I615745e486155b156ba2637ccd2ab89f4adee1bf
parent 548cf4ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2326,6 +2326,7 @@ static struct msm_vidc_platform_data scuba_data = {
	.codec_caps_count = ARRAY_SIZE(scuba_capabilities),
	.vpss_caps = NULL,
	.vpss_caps_count = 0,
	.max_inst_count = MAX_SUPPORTED_INSTANCES,
};

static const struct of_device_id msm_vidc_dt_device[] = {