Home
last modified time | relevance | path

Searched refs:hdcp_workqueue (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h593 struct hdcp_workqueue *hdcp_workqueue; member
1196 struct hdcp_workqueue;
1202 struct hdcp_workqueue *hdcp_w);
H A Damdgpu_dm.c737 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init()
739 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_init()
744 adev->dm.hdcp_workqueue); in amdgpu_dm_init()
893 if (adev->dm.hdcp_workqueue) { in amdgpu_dm_fini()
894 hdcp_destroy(&adev->dev->kobj, adev->dm.hdcp_workqueue); in amdgpu_dm_fini()
895 adev->dm.hdcp_workqueue = NULL; in amdgpu_dm_fini()
3474 struct hdcp_workqueue *hdcp_w) in is_content_protection_different()
4792 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_update_hdcp()
4851 hdcp_reset_display(adev->dm.hdcp_workqueue, aconnector->dc_link->link_index); in amdgpu_dm_update_hdcp()
4858 old_con_state, connector, adev->dm.hdcp_workqueue)) { in amdgpu_dm_update_hdcp()
[all …]
H A Damdgpu_dm_irq.c1369 if (adev->dm.hdcp_workqueue) { in handle_hpd_irq_helper()
1370 hdcp_reset_display(adev->dm.hdcp_workqueue, aconnector->dc_link->link_index); in handle_hpd_irq_helper()
1601 if (adev->dm.hdcp_workqueue) in handle_hpd_rx_irq()
1602 hdcp_handle_cpirq(adev->dm.hdcp_workqueue, aconnector->base.index); in handle_hpd_rx_irq()
H A Damdgpu_dm_connector.c3301 if (adev->dm.hdcp_workqueue) in amdgpu_dm_connector_init_helper()