diff options
| author | Wenjing Liu <[email protected]> | 2021-07-26 18:59:03 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-08-09 19:43:33 +0000 |
| commit | 0a95fab36a660021c3127476a8df6518fe47a23e (patch) | |
| tree | fb8709e263a06c3d5d672b8db18771d1455a412e /drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h | |
| parent | drm/amd/display: Add AUX I2C tracing. (diff) | |
| download | kernel-0a95fab36a660021c3127476a8df6518fe47a23e.tar.gz kernel-0a95fab36a660021c3127476a8df6518fe47a23e.zip | |
drm/amd/display: add authentication_complete in hdcp output
[why]
DM needs to be notified when hdcp module has completed
authentication attempt.
Reviewed-by: Bhawanpreet Lakha <[email protected]>
Reviewed-by: George Shen <[email protected]>
Acked-by: Anson Jacob <[email protected]>
Signed-off-by: Wenjing Liu <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h b/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h index a6eb86de8d5c..f37101f5a777 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_hdcp.h @@ -225,6 +225,7 @@ struct mod_hdcp_output { uint8_t watchdog_timer_stop; uint16_t callback_delay; uint16_t watchdog_timer_delay; + uint8_t auth_complete; }; /* used to represent per display info */ |
