Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c161 static void process_output(struct hdcp_workqueue *hdcp_work) in process_output() argument
163 struct mod_hdcp_output output = hdcp_work->output; in process_output()
166 cancel_delayed_work(&hdcp_work->callback_dwork); in process_output()
169 schedule_delayed_work(&hdcp_work->callback_dwork, in process_output()
173 cancel_delayed_work(&hdcp_work->watchdog_timer_dwork); in process_output()
176 schedule_delayed_work(&hdcp_work->watchdog_timer_dwork, in process_output()
179 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0)); in process_output()
194 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, in hdcp_update_display() argument
200 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display()
219 if (hdcp_work->srm_size > 0) in hdcp_update_display()
[all …]
H A Damdgpu_dm_mst_types.c464 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes() local
466 &hdcp_work[aconnector->dc_link->link_index]; in dm_dp_mst_get_modes()
H A Damdgpu_dm.c10800 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in amdgpu_dm_update_hdcp() local
10802 &hdcp_work[aconnector->dc_link->link_index]; in amdgpu_dm_update_hdcp()
/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.h468 struct delayed_work hdcp_work; member