Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_hdcp.h40 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 Damdgpu_dm_hdcp.c275 struct hdcp_workqueue *hdcp_work; in event_callback()
294 struct hdcp_workqueue *hdcp_work = container_of(work, struct hdcp_workqueue, in event_property_update()
365 struct hdcp_workqueue *hdcp_work = in event_property_validate()
417 struct hdcp_workqueue *hdcp_work; in event_watchdog_timer()
420 struct hdcp_workqueue, in event_watchdog_timer()
438 struct hdcp_workqueue *hdcp_work; in event_cpirq()
468 struct hdcp_workqueue *hdcp_work = handle; in enable_assr()
503 struct hdcp_workqueue *hdcp_work = handle; in update_config()
620 struct hdcp_workqueue *work; in srm_data_write()
644 struct hdcp_workqueue *work; in srm_data_read()
[all …]
A Damdgpu_dm.h504 struct hdcp_workqueue *hdcp_workqueue; member
A Damdgpu_dm_mst_types.c394 if (adev->dm.hdcp_workqueue) { in dm_dp_mst_get_modes()
395 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes()
396 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes()
A Damdgpu_dm.c2042 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_init()
2160 if (adev->dm.hdcp_workqueue) { in amdgpu_dm_fini()
2162 adev->dm.hdcp_workqueue = NULL; in amdgpu_dm_fini()
3624 if (adev->dm.hdcp_workqueue) { in handle_hpd_irq_helper()
3816 if (adev->dm.hdcp_workqueue) in handle_hpd_rx_irq()
8163 if (adev->dm.hdcp_workqueue) in amdgpu_dm_connector_init_helper()
8456 struct hdcp_workqueue *hdcp_w) in is_content_protection_different()
9767 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_atomic_commit_tail()
9818 if (!adev->dm.hdcp_workqueue) in amdgpu_dm_atomic_commit_tail()
9857 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in amdgpu_dm_atomic_commit_tail()
[all …]
/linux/drivers/gpu/drm/bridge/analogix/
A Danx7625.c2157 queue_delayed_work(ctx->hdcp_workqueue, in anx7625_connector_atomic_check()
2661 platform->hdcp_workqueue = create_workqueue("hdcp workqueue"); in anx7625_i2c_probe()
2662 if (!platform->hdcp_workqueue) { in anx7625_i2c_probe()
2767 if (platform->hdcp_workqueue) in anx7625_i2c_probe()
2768 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_probe()
2782 if (platform->hdcp_workqueue) { in anx7625_i2c_remove()
2784 flush_workqueue(platform->hdcp_workqueue); in anx7625_i2c_remove()
2785 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_remove()
A Danx7625.h469 struct workqueue_struct *hdcp_workqueue; member

Completed in 42 milliseconds