Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdmi.c4 void pack_hdmi_infoframe(struct packed_hdmi_infoframe *packed_frame, in pack_hdmi_infoframe() argument
79 packed_frame->header = header; in pack_hdmi_infoframe()
80 packed_frame->subpack0_low = subpack0_low; in pack_hdmi_infoframe()
81 packed_frame->subpack0_high = subpack0_high; in pack_hdmi_infoframe()
82 packed_frame->subpack1_low = subpack1_low; in pack_hdmi_infoframe()
83 packed_frame->subpack1_high = subpack1_high; in pack_hdmi_infoframe()
H A Dhdmi.h14 void pack_hdmi_infoframe(struct packed_hdmi_infoframe *packed_frame,