Home
last modified time | relevance | path

Searched refs:PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.h159 enum { PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE = 5120 }; enumerator
467 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];
478 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c640 .size = PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, /* Limit SRM size */
657 hdcp_work->srm = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm), GFP_KERNEL); in hdcp_create_workqueue()
662 …hdcp_work->srm_temp = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm_temp), GFP_K… in hdcp_create_workqueue()