Symbol: hdmi_drm_infoframe
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
8240
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
742
struct hdmi_drm_infoframe *frame =
drivers/gpu/drm/i915/display/intel_dp.c
3084
struct hdmi_drm_infoframe *drm_infoframe = &crtc_state->infoframes.drm.drm;
drivers/gpu/drm/i915/display/intel_dp.c
4887
const struct hdmi_drm_infoframe *drm_infoframe,
drivers/gpu/drm/i915/display/intel_dp.c
5168
intel_dp_hdr_metadata_infoframe_sdp_unpack(struct hdmi_drm_infoframe *drm_infoframe,
drivers/gpu/drm/i915/display/intel_dp.c
5237
struct hdmi_drm_infoframe *drm_infoframe)
drivers/gpu/drm/i915/display/intel_hdmi.c
851
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
21
drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
226
int hdmi_drm_infoframe_init(struct hdmi_drm_infoframe *frame);
include/linux/hdmi.h
227
ssize_t hdmi_drm_infoframe_pack(struct hdmi_drm_infoframe *frame, void *buffer,
include/linux/hdmi.h
229
ssize_t hdmi_drm_infoframe_pack_only(const struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
231
int hdmi_drm_infoframe_check(struct hdmi_drm_infoframe *frame);
include/linux/hdmi.h
232
int hdmi_drm_infoframe_unpack_only(struct hdmi_drm_infoframe *frame,
include/linux/hdmi.h
441
struct hdmi_drm_infoframe drm;