Searched refs:cp_psp (Results 1 – 8 of 8) sorted by relevance
38 struct cp_psp;74 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
599 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str… in hdcp_create_workqueue() argument639 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue()640 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue()641 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
1045 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
45 struct cp_psp { struct
120 struct cp_psp cp_psp; member
669 struct cp_psp cp_psp; member
3083 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local3084 if (cp_psp && cp_psp->funcs.update_stream_config) { in update_psp_stream_config()3097 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
996 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks()1003 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()