Searched refs:secure_display_ctx (Results 1 – 1 of 1) sorted by relevance
115 struct secure_display_context *secure_display_ctx; in amdgpu_dm_crtc_notify_ta_to_read() local123 secure_display_ctx = container_of(work, struct secure_display_context, notify_ta_work); in amdgpu_dm_crtc_notify_ta_to_read()124 crtc = secure_display_ctx->crtc; in amdgpu_dm_crtc_notify_ta_to_read()163 struct secure_display_context *secure_display_ctx; in amdgpu_dm_forward_crc_window() local168 secure_display_ctx = container_of(work, struct secure_display_context, forward_roi_work); in amdgpu_dm_forward_crc_window()169 crtc = secure_display_ctx->crtc; in amdgpu_dm_forward_crc_window()178 dc_stream_forward_crc_window(stream, &secure_display_ctx->rect, false); in amdgpu_dm_forward_crc_window()472 struct secure_display_context *secure_display_ctx = NULL; in amdgpu_dm_crtc_handle_crc_window_irq() local498 secure_display_ctx = &adev->dm.secure_display_ctxs[acrtc->crtc_id]; in amdgpu_dm_crtc_handle_crc_window_irq()499 if (WARN_ON(secure_display_ctx->crtc != crtc)) { in amdgpu_dm_crtc_handle_crc_window_irq()[all …]