Searched refs:hdcp_work (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 189 psp_set_srm(hdcp_work->hdcp.config.psp.handle, hdcp_work->srm, in hdcp_update_display() 190 hdcp_work->srm_size, in hdcp_update_display() 292 process_output(hdcp_work); in event_callback() 458 kfree(hdcp_work->srm); in hdcp_destroy() 460 kfree(hdcp_work); in hdcp_destroy() 708 hdcp_work = kcalloc(max_caps, sizeof(*hdcp_work), GFP_KERNEL); in hdcp_create_workqueue() 715 if (!hdcp_work->srm) in hdcp_create_workqueue() 721 if (!hdcp_work->srm_temp) in hdcp_create_workqueue() 769 return hdcp_work; in hdcp_create_workqueue() 772 kfree(hdcp_work->srm); in hdcp_create_workqueue() [all …]
|
| H A D | amdgpu_dm_hdcp.h | 77 void hdcp_update_display(struct hdcp_workqueue *hdcp_work,
|
| H A D | amdgpu_dm_mst_types.c | 435 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes() local 437 &hdcp_work[aconnector->dc_link->link_index]; in dm_dp_mst_get_modes()
|
| H A D | amdgpu_dm.c | 10205 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in amdgpu_dm_atomic_commit_tail() local 10207 &hdcp_work[aconnector->dc_link->link_index]; in amdgpu_dm_atomic_commit_tail()
|
| /linux-6.15/drivers/gpu/drm/bridge/analogix/ |
| H A D | anx7625.h | 468 struct delayed_work hdcp_work; member
|
| H A D | anx7625.c | 2118 ctx = container_of(dwork, struct anx7625_data, hdcp_work); in hdcp_check_work_func() 2415 &ctx->hdcp_work, in anx7625_bridge_atomic_enable() 2650 INIT_DELAYED_WORK(&platform->hdcp_work, hdcp_check_work_func); in anx7625_i2c_probe() 2773 cancel_delayed_work(&platform->hdcp_work); in anx7625_i2c_remove()
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | ite-it6505.c | 467 struct delayed_work hdcp_work; member 2085 queue_delayed_work(system_wq, &it6505->hdcp_work, in it6505_start_hdcp() 2092 cancel_delayed_work(&it6505->hdcp_work); in it6505_stop_hdcp() 2310 hdcp_work.work); in it6505_hdcp_work() 3682 INIT_DELAYED_WORK(&it6505->hdcp_work, it6505_hdcp_work); in it6505_i2c_probe()
|