Re: [PATCH v4] media: i2c: add lt6911uxe hdmi bridge driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Dongcheng,

On Wed, Dec 11, 2024 at 10:39:53PM +0800, Yan, Dongcheng wrote:
> > > +static int lt6911uxe_init_controls(struct lt6911uxe *lt6911uxe)
> > > +{
> > > +	struct v4l2_ctrl_handler *ctrl_hdlr;
> > > +	s64 pixel_rate;
> > > +	int ret;
> > > +
> > > +	ctrl_hdlr = &lt6911uxe->ctrl_handler;
> > > +	ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8);
> > > +	if (ret)
> > > +		return ret;
> > > +
> > > +	lt6911uxe->link_freq =
> > > +		v4l2_ctrl_new_int_menu(ctrl_hdlr, NULL, V4L2_CID_LINK_FREQ,
> > > +				       sizeof(lt6911uxe->cur_mode.link_freq),
> > There's just a single entry in the array. sizeof() will get the size in
> > bytes, which is 8! Use 1 here instead.
> 
> Hi Sakari, I used CUR_LINK_FREQ before, which refers to your patch:
> 
> <URL:https://lore.kernel.org/linux-media/20240426145538.654212-1-sakari.ailus@xxxxxxxxxxxxxxx/>.

There were a few iterations of the set and this is
where it eventually ended:

<URL:https://lore.kernel.org/linux-media/20241210075906.609490-1-sakari.ailus@xxxxxxxxxxxxxxx/T/#t>

I intend to include that in a PR soonish.

> But I am worried about the progress of this patch.
> 
> If you have expectations for it, I can modify it to CUR_LINK_FREQ.

-- 
Kind regards,

Sakari Ailus




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux