Home
last modified time | relevance | path

Searched refs:dtm_shared_buf (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.h161 void *dtm_shared_buf; member
Damdgpu_psp.c1322 &psp->dtm_context.dtm_shared_buf); in psp_dtm_init_shared_buf()
1439 if (psp->dtm_context.dtm_shared_buf) in psp_dtm_terminate()
1455 &psp->dtm_context.dtm_shared_buf); in psp_dtm_terminate()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c56 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_remove_display_from_topology()
96 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in mod_hdcp_add_display_to_topology()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c409 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.dtm_shared_buf; in enable_assr()