Skip to content

Revert "RDKEMW-15033 : Move tenablehdcp to rdke GitHub"#193

Open
santoshcomcast wants to merge 1 commit into
developfrom
revert-177-RDKEMW-15033-tenable-hdcp-v2
Open

Revert "RDKEMW-15033 : Move tenablehdcp to rdke GitHub"#193
santoshcomcast wants to merge 1 commit into
developfrom
revert-177-RDKEMW-15033-tenable-hdcp-v2

Conversation

@santoshcomcast
Copy link
Copy Markdown
Contributor

Reverts #177 to check MFR crash

Copilot AI review requested due to automatic review settings May 5, 2026 14:14
@santoshcomcast santoshcomcast requested a review from a team as a code owner May 5, 2026 14:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts an earlier dsMgr startup change that had introduced STB-specific HDCP initialization via MFR at boot, apparently to help isolate an MFR-related crash. In practice, it removes the startup HDCP bootstrap path from dsMgr and rolls back the related stub/logging changes.

Changes:

  • Remove the STB-only async HDCP enable flow from DSMgr_Start(), including the MFR/HDCP helper thread and related includes/declarations.
  • Drop the _dsEnableHDCP stub entry point that was only added to support that startup path.
  • Revert the rdkProfile debug messages to the older formatting.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
dsmgr/dsMgr.c Reverts the STB startup path that read HDCP data from MFR and enabled HDCP asynchronously during dsMgr initialization.
stubs/dshalsrv_stubs.c Removes the no-op _dsEnableHDCP stub that supported the reverted dsMgr flow.
utils/rdkProfile.c Reverts the debug log formatting for detected RDK_PROFILE values.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread dsmgr/dsMgr.c
@@ -472,15 +335,6 @@ IARM_Result_t DSMgr_Start()
INT_INFO("Set resolution during dsMgr init .. \r\n");
_SetVideoPortResolution();
setupPlatformConfig();
Comment thread utils/rdkProfile.c
Comment on lines +139 to +144
INT_DEBUG("[%s]: Found RDK_PROFILE is TV", __FUNCTION__);
}
else if (0 == strncmp(rdkProfile, PROFILE_STR_STB, strlen(PROFILE_STR_STB)))
{
ret = PROFILE_STB;
INT_DEBUG("[%s]: Found RDK_PROFILE is STB \n", __FUNCTION__);
INT_DEBUG("[%s]: Found RDK_PROFILE is STB", __FUNCTION__);
Comment thread dsmgr/dsMgr.c
@@ -472,15 +335,6 @@ IARM_Result_t DSMgr_Start()
INT_INFO("Set resolution during dsMgr init .. \r\n");
_SetVideoPortResolution();
setupPlatformConfig();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants