Searched refs:cp_psp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.h | 38 struct cp_psp; 74 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
|
D | amdgpu_dm_hdcp.c | 625 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()
|
D | amdgpu_dm.c | 1237 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/ |
D | dm_cp_psp.h | 49 struct cp_psp { struct
|
D | dc_types.h | 833 struct cp_psp cp_psp; member
|
D | dc.h | 731 struct cp_psp cp_psp; member
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 3200 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()
|
D | dc_link_dp.c | 1821 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()
|
D | dc.c | 1177 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()
|