Displaying 3 results from an estimated 3 matches for "mode_valid_new".
2025 Jan 06
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...to add new callback,
> > having the const argument and migrate drivers into using it one by one.
>
> Colleagues, I'd like to graciously ping regarding this series. Should it
> be merged as is (possibly requiring more R-B's)? Or should I rework it
> adding something like .mode_valid_new() callback which takes const
> argument?
I think your patch is fine, and you can add my
Reviewed-by: Maxime Ripard <mripard at kernel.org>
We seem to lack an Acked-by for amdgpu though?
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature...
2025 Jan 06
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...t; > > having the const argument and migrate drivers into using it one by one.
> >
> > Colleagues, I'd like to graciously ping regarding this series. Should it
> > be merged as is (possibly requiring more R-B's)? Or should I rework it
> > adding something like .mode_valid_new() callback which takes const
> > argument?
>
> I think your patch is fine, and you can add my
>
> Reviewed-by: Maxime Ripard <mripard at kernel.org>
>
> We seem to lack an Acked-by for amdgpu though?
Yes. I think the AMD is the only one missing
--
With best wishes...
2025 Jan 05
3
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...option that I foresee is to add new callback,
> having the const argument and migrate drivers into using it one by one.
Colleagues, I'd like to graciously ping regarding this series. Should it
be merged as is (possibly requiring more R-B's)? Or should I rework it
adding something like .mode_valid_new() callback which takes const
argument?
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> Changes in v2:
> - Rebased on top of linux-next
> - Replaced 'accept const argument' with 'take a const arugment'
> (Laurent)
> - Lin...