[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190108211133.32564-1-lyude@redhat.com>
Date: Tue, 8 Jan 2019 16:11:26 -0500
From: Lyude Paul <lyude@...hat.com>
To: dri-devel@...ts.freedesktop.org, amd-gfx@...ts.freedesktop.org
Cc: Jerry Zuo <Jerry.Zuo@....com>, "Daniel Vetter" <daniel@...ll.ch>,
"Alex Deucher" <alexander.deucher@....com>,
"Leo Li" <sunpeng.li@....com>,
"Mikita Lipski" <mikita.lipski@....com>,
"David Airlie" <airlied@...ux.ie>,
Christian König <christian.koenig@....com>,
"David Francis" <david.francis@....com>,
linux-kernel@...r.kernel.org, "Anthony Koo" <anthony.koo@....com>,
"Nicholas Kazlauskas" <nicholas.kazlauskas@....com>,
"Bhawanpreet Lakha" <bhawanpreet.lakha@....com>,
"David (ChunMing) Zhou" <david1.zhou@....com>,
"Shirish S" <shirish.s@....com>, "Tony Cheng" <tony.cheng@....com>,
"Harry Wentland" <harry.wentland@....com>,
"Maxime Ripard" <maxime.ripard@...tlin.com>,
"Maarten Lankhorst" <maarten.lankhorst@...ux.intel.com>,
"Sean Paul" <sean@...rly.run>
Subject: [PATCH v2 0/3] drm/amdgpu: Fix suspend/resume issues with MST
Fix the suspend/issues that Jerry Zuo found in amdgpu, and add some
compiler warnings for drivers ignoring the return code of
drm_dp_mst_topology_mgr_resume() to help ensure we don't need to fix
this again in the future for someone else's driver.
Cc: Jerry Zuo <Jerry.Zuo@....com>
Lyude Paul (3):
drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()
drm/amdgpu: Don't fail resume process if resuming atomic state fails
drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 +++++++++++++------
include/drm/drm_dp_mst_helper.h | 3 +-
2 files changed, 27 insertions(+), 13 deletions(-)
--
2.20.1
Powered by blists - more mailing lists