Home
last modified time | relevance | path

Searched refs:cp_psp (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.h38 struct cp_psp;
74 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
Damdgpu_dm_hdcp.c625 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str… in hdcp_create_workqueue() argument
667 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue()
668 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue()
669 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
Damdgpu_dm.c1237 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddm_cp_psp.h49 struct cp_psp { struct
Ddc_types.h833 struct cp_psp cp_psp; member
Ddc.h731 struct cp_psp cp_psp; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3200 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local
3201 if (cp_psp && cp_psp->funcs.update_stream_config) { in update_psp_stream_config()
3220 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
Ddc_link_dp.c1821 struct cp_psp *cp_psp = &stream->ctx->cp_psp; in perform_link_training_with_retries() local
1823 if (cp_psp && cp_psp->funcs.enable_assr) in perform_link_training_with_retries()
1829 cp_psp->funcs.enable_assr(cp_psp->handle, link); in perform_link_training_with_retries()
Ddc.c1177 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks()
1184 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()