Searched refs:hdcp_workqueue (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 161 static void process_output(struct hdcp_workqueue *hdcp_work) in process_output() 182 static void link_lock(struct hdcp_workqueue *work, bool lock) in link_lock() 194 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, in hdcp_update_display() 200 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display() 252 static void hdcp_remove_display(struct hdcp_workqueue *hdcp_work, in hdcp_remove_display() 256 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_remove_display() 283 void hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_reset_display() 285 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_reset_display() 306 void hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_handle_cpirq() 308 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_handle_cpirq() [all …]
|
| H A D | amdgpu_dm_hdcp.h | 41 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…
|
| H A D | amdgpu_dm.h | 571 struct hdcp_workqueue *hdcp_workqueue; member
|
| H A D | amdgpu_dm_mst_types.c | 463 if (adev->dm.hdcp_workqueue) { in dm_dp_mst_get_modes() 464 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes() 465 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes()
|
| H A D | amdgpu_dm.c | 2119 adev->dm.hdcp_workqueue = hdcp_create_workqueue(adev, &init_params.cp_psp, adev->dm.dc); in amdgpu_dm_init() 2121 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_init() 2126 adev->dm.hdcp_workqueue); in amdgpu_dm_init() 2254 if (adev->dm.hdcp_workqueue) { in amdgpu_dm_fini() 2255 hdcp_destroy(&adev->dev->kobj, adev->dm.hdcp_workqueue); in amdgpu_dm_fini() 2256 adev->dm.hdcp_workqueue = NULL; in amdgpu_dm_fini() 4075 if (adev->dm.hdcp_workqueue) { in handle_hpd_irq_helper() 4076 hdcp_reset_display(adev->dm.hdcp_workqueue, aconnector->dc_link->link_index); in handle_hpd_irq_helper() 4302 if (adev->dm.hdcp_workqueue) in handle_hpd_rx_irq() 4303 hdcp_handle_cpirq(adev->dm.hdcp_workqueue, aconnector->base.index); in handle_hpd_rx_irq() [all …]
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| H A D | anx7625.h | 469 struct workqueue_struct *hdcp_workqueue; member
|