mbox series

[v1,0/3] Fix modeset transitions related to DBuf

Message ID 20200213140412.32697-1-stanislav.lisovskiy@intel.com (mailing list archive)
Headers show
Series Fix modeset transitions related to DBuf | expand

Message

Lisovskiy, Stanislav Feb. 13, 2020, 2:04 p.m. UTC
There are three existing issues, causing possible screen
corruptions, being addressed with those patch series.
They should go hand in hand, otherwise magic is not working.

Jani Nikula (1):
  drm/i915/dsc: force full modeset whenever DSC is enabled at probe

Stanislav Lisovskiy (1):
  drm/i915: Ensure no conflicts with BIOS when updating Dbuf

Ville Syrjälä (1):
  drm/i915: Force state->modeset=true when distrust_bios_wm==true

 drivers/gpu/drm/i915/display/intel_display.c  | 32 +++++++++++++++++++
 .../drm/i915/display/intel_display_power.c    |  6 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)

Comments

Jani Nikula Feb. 15, 2020, 6:27 p.m. UTC | #1
On Thu, 13 Feb 2020, Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> wrote:
> There are three existing issues, causing possible screen
> corruptions, being addressed with those patch series.
> They should go hand in hand, otherwise magic is not working.

Pushed the series, thanks for the patches, reviews and acks.

BR,
Jani.