Re: [Intel-gfx] [v2] drm/i915/display: Fix mode private_flags comparison at atomic_check

2020-03-26 Thread Shankar, Uma
> -Original Message- > From: Maarten Lankhorst > Sent: Thursday, March 26, 2020 5:38 PM > To: Shankar, Uma ; intel-gfx@lists.freedesktop.org > Cc: Ville Syrjä ; Kai Vehmanen > ; Souza, Jose ; Khor, Swee > Aun > Subject: Re: [v2] drm/i915/display: Fix mode private_flags comparison at >

Re: [Intel-gfx] [v2] drm/i915/display: Fix mode private_flags comparison at atomic_check

2020-03-26 Thread Maarten Lankhorst
Op 26-03-2020 om 13:24 schreef Uma Shankar: > This patch fixes the private_flags of mode to be checked and > compared against uapi.mode and not from hw.mode. This helps > properly trigger modeset at boot if desired by driver. > > It helps resolve audio_codec initialization issues if display > is

[Intel-gfx] [v2] drm/i915/display: Fix mode private_flags comparison at atomic_check

2020-03-26 Thread Uma Shankar
This patch fixes the private_flags of mode to be checked and compared against uapi.mode and not from hw.mode. This helps properly trigger modeset at boot if desired by driver. It helps resolve audio_codec initialization issues if display is connected at boot. Initial discussion on this issue has