<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Series is</p>
<p style="margin-top:0;margin-bottom:0">Reviewed-by: David Francis <David.Francis@amd.com></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Nicholas Kazlauskas <nicholas.kazlauskas@amd.com><br>
<b>Sent:</b> June 6, 2019 9:02:13 AM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org<br>
<b>Cc:</b> Francis, David; Wentland, Harry; Kazlauskas, Nicholas<br>
<b>Subject:</b> [PATCH 2/2] drm/amd/display: Set default ABM level to module parameter</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">[Why]<br>
The module parameter to specify the default ABM level is now defined,<br>
so hook it up in DM.<br>
<br>
[How]<br>
On connector reset specify the default level. DC will program this as<br>
part of the modeset since it gets passed onto the stream in<br>
dm_update_crtc_state.<br>
<br>
It's only set for eDP connectors, but it doesn't matter if this is<br>
specified for connectors or hardware that doesn't support ABM.<br>
<br>
It's DC's responsibility to check that ABM can be set or adjusted, and<br>
DC does check that the DMCU firmware is running and if there's backlight<br>
control available.<br>
<br>
Cc: Harry Wentland <harry.wentland@amd.com><br>
Cc: David Francis <david.francis@amd.com><br>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com><br>
---<br>
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +++<br>
 1 file changed, 3 insertions(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c<br>
index a698c8f272ed..f0c216d78a07 100644<br>
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c<br>
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c<br>
@@ -3821,6 +3821,9 @@ void amdgpu_dm_connector_funcs_reset(struct drm_connector *connector)<br>
                 state->underscan_hborder = 0;<br>
                 state->underscan_vborder = 0;<br>
 <br>
+               if (connector->connector_type == DRM_MODE_CONNECTOR_eDP)<br>
+                       state->abm_level = amdgpu_dm_abm_level;<br>
+<br>
                 __drm_atomic_helper_connector_reset(connector, &state->base);<br>
         }<br>
 }<br>
-- <br>
2.17.1<br>
<br>
_______________________________________________<br>
amd-gfx mailing list<br>
amd-gfx@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a></div>
</span></font></div>
</body>
</html>