Searched refs:cp_psp (Results 1 – 9 of 9) sorted by relevance
38 struct cp_psp;87 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
706 struct cp_psp *cp_psp, struct dc *dc) in hdcp_create_workqueue() argument759 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue()760 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue()761 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
1788 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
52 struct cp_psp { struct
808 struct cp_psp cp_psp; member
1036 struct cp_psp cp_psp; member
1591 struct cp_psp *cp_psp = &stream->ctx->cp_psp; in perform_link_training_with_retries() local1593 if (cp_psp && cp_psp->funcs.enable_assr) { in perform_link_training_with_retries()1600 result = cp_psp->funcs.enable_assr(cp_psp->handle, link); in perform_link_training_with_retries()
651 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local657 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config()711 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
1425 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks()1430 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()