Searched refs:hdcp_workqueue (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.c | 130 static void process_output(struct hdcp_workqueue *hdcp_work) in process_output() 151 static void link_lock(struct hdcp_workqueue *work, bool lock) in link_lock() 163 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, in hdcp_update_display() 169 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display() 220 static void hdcp_remove_display(struct hdcp_workqueue *hdcp_work, in hdcp_remove_display() 224 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_remove_display() 247 void hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_reset_display() 249 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_reset_display() 263 void hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_handle_cpirq() 265 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_handle_cpirq() [all …]
|
D | amdgpu_dm_hdcp.h | 40 struct hdcp_workqueue { struct 78 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, argument 84 void hdcp_reset_display(struct hdcp_workqueue *work, unsigned int link_index); 85 void hdcp_handle_cpirq(struct hdcp_workqueue *work, unsigned int link_index); 86 void hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *work); 88 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
|
D | amdgpu_dm.h | 462 struct hdcp_workqueue *hdcp_workqueue; member
|
D | amdgpu_dm_mst_types.c | 335 if (adev->dm.hdcp_workqueue) { in dm_dp_mst_get_modes() 336 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes() 337 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes()
|
D | amdgpu_dm.c | 1632 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init() 1634 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_init() 1637 DRM_DEBUG_DRIVER("amdgpu: hdcp_workqueue init done %p.\n", adev->dm.hdcp_workqueue); in amdgpu_dm_init() 1734 if (adev->dm.hdcp_workqueue) { in amdgpu_dm_fini() 1735 hdcp_destroy(&adev->dev->kobj, adev->dm.hdcp_workqueue); in amdgpu_dm_fini() 1736 adev->dm.hdcp_workqueue = NULL; in amdgpu_dm_fini() 3088 if (adev->dm.hdcp_workqueue) { in handle_hpd_irq_helper() 3089 hdcp_reset_display(adev->dm.hdcp_workqueue, aconnector->dc_link->link_index); in handle_hpd_irq_helper() 3334 if (adev->dm.hdcp_workqueue) in handle_hpd_rx_irq() 3335 hdcp_handle_cpirq(adev->dm.hdcp_workqueue, aconnector->base.index); in handle_hpd_rx_irq() [all …]
|