Searched refs:cp_psp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.h | 38 struct cp_psp; 87 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
|
H A D | amdgpu_dm_hdcp.c | 707 struct cp_psp *cp_psp, struct dc *dc) in hdcp_create_workqueue() 760 cp_psp->funcs.update_stream_config = update_config; in hdcp_create_workqueue() 761 cp_psp->funcs.enable_assr = enable_assr; in hdcp_create_workqueue() 762 cp_psp->handle = hdcp_work; in hdcp_create_workqueue() 706 hdcp_create_workqueue(struct amdgpu_device * adev,struct cp_psp * cp_psp,struct dc * dc) hdcp_create_workqueue() argument
|
H A D | amdgpu_dm.c | 1802 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dm_cp_psp.h | 52 struct cp_psp { struct
|
H A D | dc_types.h | 810 struct cp_psp cp_psp; member
|
H A D | dc.h | 1041 struct cp_psp cp_psp; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training.c | 1594 struct cp_psp *cp_psp = &stream->ctx->cp_psp; in perform_link_training_with_retries() local 1596 if (cp_psp && cp_psp->funcs.enable_assr) { in perform_link_training_with_retries() 1603 result = cp_psp->funcs.enable_assr(cp_psp->handle, link); in perform_link_training_with_retries()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 651 struct cp_psp *cp_psp = &pipe_ctx->stream->ctx->cp_psp; in update_psp_stream_config() local 657 if (cp_psp == NULL || cp_psp->funcs.update_stream_config == NULL) in update_psp_stream_config() 711 cp_psp->funcs.update_stream_config(cp_psp->handle, &config); in update_psp_stream_config()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 1381 dc->ctx->cp_psp = init_params->cp_psp; in dc_init_callbacks() 1386 memset(&dc->ctx->cp_psp, 0, sizeof(dc->ctx->cp_psp)); in dc_deinit_callbacks()
|