On Wed, 26 Mar 2025, Huacai Chen wrote:
> Hi, Dave,
>
> Gentle ping, can this patch be merged into 6.15?
Pushed to drm-misc-next.
BR,
Jani.
>
> Huacai
>
> On Mon, Jan 13, 2025 at 10:13 PM Huacai Chen wrote:
>>
>> Hi, Dave,
>>
>> Gentle ping, can this patch be merged into 6.14?
>>
>> Huacai
>>
Hi, Dave,
Gentle ping, can this patch be merged into 6.15?
Huacai
On Mon, Jan 13, 2025 at 10:13 PM Huacai Chen wrote:
>
> Hi, Dave,
>
> Gentle ping, can this patch be merged into 6.14?
>
> Huacai
>
> On Mon, Nov 25, 2024 at 2:00 PM Huacai Chen wrote:
> >
> > On Mon, Nov 11, 2024 at 10:41 PM Ja
Hi, Dave,
Gentle ping, can this patch be merged into 6.14?
Huacai
On Mon, Nov 25, 2024 at 2:00 PM Huacai Chen wrote:
>
> On Mon, Nov 11, 2024 at 10:41 PM Jani Nikula
> wrote:
> >
> > On Mon, 11 Nov 2024, Huacai Chen wrote:
> > > Commit dbbfaf5f2641a ("drm: Remove bridge support from legacy he
On Mon, Nov 11, 2024 at 10:41 PM Jani Nikula
wrote:
>
> On Mon, 11 Nov 2024, Huacai Chen wrote:
> > Commit dbbfaf5f2641a ("drm: Remove bridge support from legacy helpers")
> > removes the drm_bridge_mode_fixup() call in drm_crtc_helper_set_mode(),
> > which makes the subsequent "encoder_funcs = e
On Mon, 11 Nov 2024, Huacai Chen wrote:
> Commit dbbfaf5f2641a ("drm: Remove bridge support from legacy helpers")
> removes the drm_bridge_mode_fixup() call in drm_crtc_helper_set_mode(),
> which makes the subsequent "encoder_funcs = encoder->helper_private" be
> redundant, so remove it.
>
> Cc: s
Commit dbbfaf5f2641a ("drm: Remove bridge support from legacy helpers")
removes the drm_bridge_mode_fixup() call in drm_crtc_helper_set_mode(),
which makes the subsequent "encoder_funcs = encoder->helper_private" be
redundant, so remove it.
Cc: sta...@vger.kernel.org
Fixes: dbbfaf5f2641a ("drm: Re