Searched refs:cp_psp (Results 1 – 7 of 7) sorted by relevance
38 struct cp_psp;87 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, struct dc *dc);
731 struct cp_psp *cp_psp, struct dc *dc) in hdcp_create_workqueue() argument 800 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue() 801 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue() 802 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
2077 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
1255 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in edp_set_panel_assr() local 1262 } else if (cp_psp && cp_psp->funcs.enable_assr && enable) { in edp_set_panel_assr() 1270 result = cp_psp->funcs.enable_assr(cp_psp->handle, link); in edp_set_panel_assr()
664 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local 670 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config() 724 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
804 struct cp_psp cp_psp; member
1551 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks() 1556 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()