Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c28 struct xe_bo *hdcp_bo; member
91 gsc_context->hdcp_bo = bo; in intel_hdcp_gsc_initialize_message()
129 xe_bo_unpin_map_no_vm(gsc_context->hdcp_bo); in intel_hdcp_gsc_context_free()
138 struct xe_gt *gt = gsc_context->hdcp_bo->tile->media_gt; in xe_gsc_send_sync()
139 struct iosys_map *map = &gsc_context->hdcp_bo->vmap; in xe_gsc_send_sync()
179 addr_in_wr_off = xe_gsc_emit_header(xe, &gsc_context->hdcp_bo->vmap, in intel_hdcp_gsc_msg_send()
182 xe_map_memcpy_to(xe, &gsc_context->hdcp_bo->vmap, addr_in_wr_off, in intel_hdcp_gsc_msg_send()
205 xe_map_memcpy_from(xe, msg_out, &gsc_context->hdcp_bo->vmap, in intel_hdcp_gsc_msg_send()