All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
@ 2020-04-01 22:53 Giacomo Comes
  2020-04-02 13:52   ` Ville Syrjälä
  0 siblings, 1 reply; 7+ messages in thread
From: Giacomo Comes @ 2020-04-01 22:53 UTC (permalink / raw)
  To: intel-gfx

Hi,
on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
sound is not working with the kernel 5.6

I have bisected the kernel and I found the commit that introduced the issue:

commit 58d124ea2739e1440ddd743d46c470fe724aca9a
Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Date:   Thu Oct 31 12:26:04 2019 +0100

    drm/i915: Complete crtc hw/uapi split, v6.
    
    Now that we separated everything into uapi and hw, it's
    time to make the split definitive. Remove the union and
    make a copy of the hw state on modeset and fastset.
    
    Color blobs are copied in crtc atomic_check(), right
    before color management is checked.

If more information is required please let me know.

Giacomo
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
  2020-04-01 22:53 [Intel-gfx] kernel 5.6: baytrail hdmi audio not working Giacomo Comes
@ 2020-04-02 13:52   ` Ville Syrjälä
  0 siblings, 0 replies; 7+ messages in thread
From: Ville Syrjälä @ 2020-04-02 13:52 UTC (permalink / raw)
  To: Giacomo Comes; +Cc: intel-gfx, stable

On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> Hi,
> on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> sound is not working with the kernel 5.6
> 
> I have bisected the kernel and I found the commit that introduced the issue:
> 
> commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Date:   Thu Oct 31 12:26:04 2019 +0100
> 
>     drm/i915: Complete crtc hw/uapi split, v6.
>     
>     Now that we separated everything into uapi and hw, it's
>     time to make the split definitive. Remove the union and
>     make a copy of the hw state on modeset and fastset.
>     
>     Color blobs are copied in crtc atomic_check(), right
>     before color management is checked.
> 
> If more information is required please let me know.

Should hopefully be fixed with
commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
comparison at atomic_check")

Stable folks, please pick that up for 5.6.x stable releases.

-- 
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
@ 2020-04-02 13:52   ` Ville Syrjälä
  0 siblings, 0 replies; 7+ messages in thread
From: Ville Syrjälä @ 2020-04-02 13:52 UTC (permalink / raw)
  To: Giacomo Comes; +Cc: intel-gfx, stable

On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> Hi,
> on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> sound is not working with the kernel 5.6
> 
> I have bisected the kernel and I found the commit that introduced the issue:
> 
> commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Date:   Thu Oct 31 12:26:04 2019 +0100
> 
>     drm/i915: Complete crtc hw/uapi split, v6.
>     
>     Now that we separated everything into uapi and hw, it's
>     time to make the split definitive. Remove the union and
>     make a copy of the hw state on modeset and fastset.
>     
>     Color blobs are copied in crtc atomic_check(), right
>     before color management is checked.
> 
> If more information is required please let me know.

Should hopefully be fixed with
commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
comparison at atomic_check")

Stable folks, please pick that up for 5.6.x stable releases.

-- 
Ville Syrjälä
Intel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
  2020-04-02 13:52   ` Ville Syrjälä
@ 2020-04-02 14:53     ` Giacomo Comes
  -1 siblings, 0 replies; 7+ messages in thread
From: Giacomo Comes @ 2020-04-02 14:53 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: intel-gfx, stable

On Thu, Apr 02, 2020 at 04:52:03PM +0300, Ville Syrjälä wrote:
> On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> > Hi,
> > on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> > sound is not working with the kernel 5.6
> > 
> > I have bisected the kernel and I found the commit that introduced the issue:
> > 
> > commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> > Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Date:   Thu Oct 31 12:26:04 2019 +0100
> > 
> >     drm/i915: Complete crtc hw/uapi split, v6.
> >     
> >     Now that we separated everything into uapi and hw, it's
> >     time to make the split definitive. Remove the union and
> >     make a copy of the hw state on modeset and fastset.
> >     
> >     Color blobs are copied in crtc atomic_check(), right
> >     before color management is checked.
> > 
> > If more information is required please let me know.
> 
> Should hopefully be fixed with
> commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
> comparison at atomic_check")
> 
> Stable folks, please pick that up for 5.6.x stable releases.

I can confirm that the commit indeed solves the problem I have.
It should go in the stable 5.6.x release ASAP.

Thanks.
Giacomo
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
@ 2020-04-02 14:53     ` Giacomo Comes
  0 siblings, 0 replies; 7+ messages in thread
From: Giacomo Comes @ 2020-04-02 14:53 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: Giacomo Comes, intel-gfx, stable

On Thu, Apr 02, 2020 at 04:52:03PM +0300, Ville Syrjälä wrote:
> On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> > Hi,
> > on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> > sound is not working with the kernel 5.6
> > 
> > I have bisected the kernel and I found the commit that introduced the issue:
> > 
> > commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> > Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Date:   Thu Oct 31 12:26:04 2019 +0100
> > 
> >     drm/i915: Complete crtc hw/uapi split, v6.
> >     
> >     Now that we separated everything into uapi and hw, it's
> >     time to make the split definitive. Remove the union and
> >     make a copy of the hw state on modeset and fastset.
> >     
> >     Color blobs are copied in crtc atomic_check(), right
> >     before color management is checked.
> > 
> > If more information is required please let me know.
> 
> Should hopefully be fixed with
> commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
> comparison at atomic_check")
> 
> Stable folks, please pick that up for 5.6.x stable releases.

I can confirm that the commit indeed solves the problem I have.
It should go in the stable 5.6.x release ASAP.

Thanks.
Giacomo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
  2020-04-02 14:53     ` Giacomo Comes
@ 2020-04-03  9:18       ` Greg KH
  -1 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2020-04-03  9:18 UTC (permalink / raw)
  To: Giacomo Comes; +Cc: intel-gfx, stable

On Thu, Apr 02, 2020 at 10:53:36AM -0400, Giacomo Comes wrote:
> On Thu, Apr 02, 2020 at 04:52:03PM +0300, Ville Syrjälä wrote:
> > On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> > > Hi,
> > > on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> > > sound is not working with the kernel 5.6
> > > 
> > > I have bisected the kernel and I found the commit that introduced the issue:
> > > 
> > > commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> > > Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > > Date:   Thu Oct 31 12:26:04 2019 +0100
> > > 
> > >     drm/i915: Complete crtc hw/uapi split, v6.
> > >     
> > >     Now that we separated everything into uapi and hw, it's
> > >     time to make the split definitive. Remove the union and
> > >     make a copy of the hw state on modeset and fastset.
> > >     
> > >     Color blobs are copied in crtc atomic_check(), right
> > >     before color management is checked.
> > > 
> > > If more information is required please let me know.
> > 
> > Should hopefully be fixed with
> > commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
> > comparison at atomic_check")
> > 
> > Stable folks, please pick that up for 5.6.x stable releases.
> 
> I can confirm that the commit indeed solves the problem I have.
> It should go in the stable 5.6.x release ASAP.

Now queued up, thanks.

greg k-h
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Intel-gfx] kernel 5.6: baytrail hdmi audio not working
@ 2020-04-03  9:18       ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2020-04-03  9:18 UTC (permalink / raw)
  To: Giacomo Comes; +Cc: Ville Syrjälä, intel-gfx, stable

On Thu, Apr 02, 2020 at 10:53:36AM -0400, Giacomo Comes wrote:
> On Thu, Apr 02, 2020 at 04:52:03PM +0300, Ville Syrjälä wrote:
> > On Wed, Apr 01, 2020 at 06:53:17PM -0400, Giacomo Comes wrote:
> > > Hi,
> > > on my Intel Compute Stick STCK1 (baytrail hdmi audio) 
> > > sound is not working with the kernel 5.6
> > > 
> > > I have bisected the kernel and I found the commit that introduced the issue:
> > > 
> > > commit 58d124ea2739e1440ddd743d46c470fe724aca9a
> > > Author: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > > Date:   Thu Oct 31 12:26:04 2019 +0100
> > > 
> > >     drm/i915: Complete crtc hw/uapi split, v6.
> > >     
> > >     Now that we separated everything into uapi and hw, it's
> > >     time to make the split definitive. Remove the union and
> > >     make a copy of the hw state on modeset and fastset.
> > >     
> > >     Color blobs are copied in crtc atomic_check(), right
> > >     before color management is checked.
> > > 
> > > If more information is required please let me know.
> > 
> > Should hopefully be fixed with
> > commit 2bdd4c28baff ("drm/i915/display: Fix mode private_flags
> > comparison at atomic_check")
> > 
> > Stable folks, please pick that up for 5.6.x stable releases.
> 
> I can confirm that the commit indeed solves the problem I have.
> It should go in the stable 5.6.x release ASAP.

Now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-03  9:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 22:53 [Intel-gfx] kernel 5.6: baytrail hdmi audio not working Giacomo Comes
2020-04-02 13:52 ` Ville Syrjälä
2020-04-02 13:52   ` Ville Syrjälä
2020-04-02 14:53   ` Giacomo Comes
2020-04-02 14:53     ` Giacomo Comes
2020-04-03  9:18     ` Greg KH
2020-04-03  9:18       ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.