Searched refs:hdcp_workqueue (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_hdcp.c | 309 struct hdcp_workqueue *hdcp_work; in event_callback() 326 struct hdcp_workqueue *hdcp_work = container_of(work, struct hdcp_workqueue, in event_property_update() 396 struct hdcp_workqueue *hdcp_work = in event_property_validate() 446 struct hdcp_workqueue *hdcp_work; in event_watchdog_timer() 449 struct hdcp_workqueue, in event_watchdog_timer() 465 struct hdcp_workqueue *hdcp_work; in event_cpirq() 494 struct hdcp_workqueue *hdcp_work = handle; in enable_assr() 526 struct hdcp_workqueue *hdcp_work = handle; in update_config() 645 struct hdcp_workqueue *work; in srm_data_write() 669 struct hdcp_workqueue *work; in srm_data_read() [all …]
|
| A D | amdgpu_dm_hdcp.h | 40 struct hdcp_workqueue { struct 77 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, argument 83 void hdcp_reset_display(struct hdcp_workqueue *work, unsigned int link_index); 84 void hdcp_handle_cpirq(struct hdcp_workqueue *work, unsigned int link_index); 85 void hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *work); 87 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
|
| A D | amdgpu_dm.h | 529 struct hdcp_workqueue *hdcp_workqueue; member
|
| A D | amdgpu_dm_mst_types.c | 434 if (adev->dm.hdcp_workqueue) { in dm_dp_mst_get_modes() 435 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes() 436 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes()
|
| A D | amdgpu_dm.c | 2079 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_init() 2210 if (adev->dm.hdcp_workqueue) { in amdgpu_dm_fini() 2212 adev->dm.hdcp_workqueue = NULL; in amdgpu_dm_fini() 3825 if (adev->dm.hdcp_workqueue) { in handle_hpd_irq_helper() 4018 if (adev->dm.hdcp_workqueue) in handle_hpd_rx_irq() 8498 if (adev->dm.hdcp_workqueue) in amdgpu_dm_connector_init_helper() 8822 struct hdcp_workqueue *hdcp_w) in is_content_protection_different() 10135 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_atomic_commit_tail() 10186 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_atomic_commit_tail() 10225 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in amdgpu_dm_atomic_commit_tail() [all …]
|
| /drivers/gpu/drm/bridge/analogix/ |
| A D | anx7625.c | 2412 queue_delayed_work(ctx->hdcp_workqueue, in anx7625_bridge_atomic_enable() 2427 flush_workqueue(ctx->hdcp_workqueue); in anx7625_bridge_atomic_disable() 2659 platform->hdcp_workqueue = create_workqueue("hdcp workqueue"); in anx7625_i2c_probe() 2660 if (!platform->hdcp_workqueue) { in anx7625_i2c_probe() 2764 if (platform->hdcp_workqueue) in anx7625_i2c_probe() 2765 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_probe() 2779 if (platform->hdcp_workqueue) { in anx7625_i2c_remove() 2781 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_remove()
|
| A D | anx7625.h | 469 struct workqueue_struct *hdcp_workqueue; member
|
Completed in 43 milliseconds