Searched refs:cp_psp (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/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 | 646 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str… in hdcp_create_workqueue() argument 691 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue() 692 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue() 693 cp_psp->handle = hdcp_work; in hdcp_create_workqueue()
|
D | amdgpu_dm.c | 1642 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/ |
D | dm_cp_psp.h | 52 struct cp_psp { struct
|
D | dc_types.h | 877 struct cp_psp cp_psp; member
|
D | dc.h | 975 struct cp_psp cp_psp; member
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 4093 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local 4099 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config() 4153 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
|
D | dc_link_dp.c | 2743 struct cp_psp *cp_psp = &stream->ctx->cp_psp; in perform_link_training_with_retries() local 2745 if (cp_psp && cp_psp->funcs.enable_assr) in perform_link_training_with_retries() 2751 cp_psp->funcs.enable_assr(cp_psp->handle, link); in perform_link_training_with_retries()
|
D | dc.c | 1315 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks() 1322 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()
|