Searched refs:hdcp_work (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c131 static void process_output(struct hdcp_workqueue *hdcp_work) argument
133 struct mod_hdcp_output output = hdcp_work->output;
136 cancel_delayed_work(&hdcp_work->callback_dwork);
139 schedule_delayed_work(&hdcp_work->callback_dwork,
143 cancel_delayed_work(&hdcp_work->watchdog_timer_dwork);
146 schedule_delayed_work(&hdcp_work->watchdog_timer_dwork,
149 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0));
164 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, argument
170 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
185 if (hdcp_work
215 hdcp_remove_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index, struct amdgpu_dm_connector *aconnector) argument
245 hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index) argument
266 hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index) argument
275 struct hdcp_workqueue *hdcp_work; local
294 struct hdcp_workqueue *hdcp_work = container_of(work, struct hdcp_workqueue, local
365 struct hdcp_workqueue *hdcp_work = local
417 struct hdcp_workqueue *hdcp_work; local
438 struct hdcp_workqueue *hdcp_work; local
451 hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *hdcp_work) argument
468 struct hdcp_workqueue *hdcp_work = handle; local
503 struct hdcp_workqueue *hdcp_work = handle; local
711 struct hdcp_workqueue *hdcp_work; local
[all...]
H A Damdgpu_dm_hdcp.h58 * will be lost. So, save hdcp properties into hdcp_work within
61 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
77 void hdcp_update_display(struct hdcp_workqueue *hdcp_work,
H A Damdgpu_dm_mst_types.c374 * will be lost. So, save hdcp properties into hdcp_work within
377 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
384 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; local
386 &hdcp_work[aconnector->dc_link->link_index];
H A Damdgpu_dm.c8786 * will be lost. So, save hdcp properties into hdcp_work within
8789 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
8799 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; local
8801 &hdcp_work[aconnector->dc_link->link_index];

Completed in 494 milliseconds