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.c26 struct xe_bo *hdcp_bo; member
96 hdcp_message->hdcp_bo = bo; in intel_hdcp_gsc_initialize_message()
173 xe_bo_unpin_map_no_vm(hdcp_message->hdcp_bo); in intel_hdcp_gsc_fini()
187 struct xe_gt *gt = hdcp_message->hdcp_bo->tile->media_gt; in xe_gsc_send_sync()
188 struct iosys_map *map = &hdcp_message->hdcp_bo->vmap; in xe_gsc_send_sync()
231 addr_in_wr_off = xe_gsc_emit_header(xe, &hdcp_message->hdcp_bo->vmap, in intel_hdcp_gsc_msg_send()
234 xe_map_memcpy_to(xe, &hdcp_message->hdcp_bo->vmap, addr_in_wr_off, in intel_hdcp_gsc_msg_send()
257 xe_map_memcpy_from(xe, msg_out, &hdcp_message->hdcp_bo->vmap, in intel_hdcp_gsc_msg_send()