Home
last modified time | relevance | path

Searched refs:hdcp_w (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c170 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display() local
175 mutex_lock(&hdcp_w->mutex); in hdcp_update_display()
176 hdcp_w->aconnector[conn_index] = aconnector; in hdcp_update_display()
201 schedule_delayed_work(&hdcp_w->property_validate_dwork, in hdcp_update_display()
205 hdcp_w->encryption_status[conn_index] = MOD_HDCP_ENCRYPTION_STATUS_HDCP_OFF; in hdcp_update_display()
206 cancel_delayed_work(&hdcp_w->property_validate_dwork); in hdcp_update_display()
209 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output); in hdcp_update_display()
211 process_output(hdcp_w); in hdcp_update_display()
212 mutex_unlock(&hdcp_w in hdcp_update_display()
219 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; hdcp_remove_display() local
247 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; hdcp_reset_display() local
268 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; hdcp_handle_cpirq() local
508 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; update_config() local
[all...]
H A Damdgpu_dm_mst_types.c387 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes() local
391 hdcp_w->hdcp_content_type[connector->index]; in dm_dp_mst_get_modes()
393 hdcp_w->content_protection[connector->index]; in dm_dp_mst_get_modes()
H A Damdgpu_dm.c7730 struct hdcp_workqueue *hdcp_w) in is_content_protection_different()
8841 struct hdcp_workqueue *hdcp_w = in amdgpu_dm_atomic_commit_tail()
8844 hdcp_w->hdcp_content_type[connector->index] = in amdgpu_dm_atomic_commit_tail()
8846 hdcp_w->content_protection[connector->index] = in amdgpu_dm_atomic_commit_tail()
7720 is_content_protection_different(struct drm_crtc_state * new_crtc_state,struct drm_crtc_state * old_crtc_state,struct drm_connector_state * new_conn_state,struct drm_connector_state * old_conn_state,const struct drm_connector * connector,struct hdcp_workqueue * hdcp_w) is_content_protection_different() argument
8831 struct hdcp_workqueue *hdcp_w = amdgpu_dm_atomic_commit_tail() local