Symbol: hdmi_drm_infoframe
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
8583
struct hdmi_drm_infoframe frame;
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
1962
struct hdmi_drm_infoframe frame;
drivers/gpu/drm/display/drm_hdmi_helper.c
26
int drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame,
drivers/gpu/drm/display/drm_hdmi_state_helper.c
764
struct hdmi_drm_infoframe *frame =
drivers/gpu/drm/i915/display/intel_dp.c
3347
struct hdmi_drm_infoframe *drm_infoframe = &crtc_state->infoframes.drm.drm;
drivers/gpu/drm/i915/display/intel_dp.c
5283
const struct hdmi_drm_infoframe *drm_infoframe,
drivers/gpu/drm/i915/display/intel_dp.c
5564
intel_dp_hdr_metadata_infoframe_sdp_unpack(struct hdmi_drm_infoframe *drm_infoframe,
drivers/gpu/drm/i915/display/intel_dp.c
5633
struct hdmi_drm_infoframe *drm_infoframe)
drivers/gpu/drm/i915/display/intel_hdmi.c
850
struct hdmi_drm_infoframe *frame = &crtc_state->infoframes.drm.drm;
drivers/video/hdmi.c
1434
const struct hdmi_drm_infoframe *frame)
drivers/video/hdmi.c
1799
int hdmi_drm_infoframe_unpack_only(struct hdmi_drm_infoframe *frame,
drivers/video/hdmi.c
1854
static int hdmi_drm_infoframe_unpack(struct hdmi_drm_infoframe *frame,
drivers/video/hdmi.c
704
int hdmi_drm_infoframe_init(struct hdmi_drm_infoframe *frame)
drivers/video/hdmi.c
716
static int hdmi_drm_infoframe_check_only(const struct hdmi_drm_infoframe *frame)
drivers/video/hdmi.c
735
int hdmi_drm_infoframe_check(struct hdmi_drm_infoframe *frame)
drivers/video/hdmi.c
755
ssize_t hdmi_drm_infoframe_pack_only(const struct hdmi_drm_infoframe *frame,
drivers/video/hdmi.c
828
ssize_t hdmi_drm_infoframe_pack(struct hdmi_drm_infoframe *frame,
include/drm/display/drm_hdmi_helper.h
22
drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
232
int hdmi_drm_infoframe_init(struct hdmi_drm_infoframe *frame);
include/linux/hdmi.h
233
ssize_t hdmi_drm_infoframe_pack(struct hdmi_drm_infoframe *frame, void *buffer,
include/linux/hdmi.h
235
ssize_t hdmi_drm_infoframe_pack_only(const struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
237
int hdmi_drm_infoframe_check(struct hdmi_drm_infoframe *frame);
include/linux/hdmi.h
238
int hdmi_drm_infoframe_unpack_only(struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
447
struct hdmi_drm_infoframe drm;