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() argument761 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue()762 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue()763 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
2040 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
55 struct cp_psp { struct
798 struct cp_psp cp_psp; member
1127 struct cp_psp cp_psp; member
1198 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in edp_set_panel_assr() local1205 } else if (cp_psp && cp_psp->funcs.enable_assr && enable) { in edp_set_panel_assr()1213 result = cp_psp->funcs.enable_assr(cp_psp->handle, link); in edp_set_panel_assr()
654 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local660 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config()714 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
1445 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks()1450 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()
Completed in 61 milliseconds