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() local124 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() local169 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()503 secure_display_ctx->crtc = crtc; in amdgpu_dm_crtc_handle_crc_window_irq()514 schedule_work(&secure_display_ctx->forward_roi_work); in amdgpu_dm_crtc_handle_crc_window_irq()[all …]