Home
last modified time | relevance | path

Searched full:hdr10 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c755 struct hfi_hdr10_pq_sei hdr10; in venc_set_properties() local
761 hdr10.mastering.display_primaries_x[c] = in venc_set_properties()
763 hdr10.mastering.display_primaries_y[c] = in venc_set_properties()
767 hdr10.mastering.white_point_x = ctr->mastering.white_point_x; in venc_set_properties()
768 hdr10.mastering.white_point_y = ctr->mastering.white_point_y; in venc_set_properties()
769 hdr10.mastering.max_display_mastering_luminance = in venc_set_properties()
771 hdr10.mastering.min_display_mastering_luminance = in venc_set_properties()
774 hdr10.cll.max_content_light = ctr->cll.max_content_light_level; in venc_set_properties()
775 hdr10.cll.max_pic_average_light = in venc_set_properties()
778 ret = hfi_session_set_property(inst, ptype, &hdr10); in venc_set_properties()
H A Dhfi_cmds.c1236 struct hfi_hdr10_pq_sei *in = pdata, *hdr10 = prop_data; in pkt_session_set_property_4xx() local
1238 memcpy(hdr10, in, sizeof(*hdr10)); in pkt_session_set_property_4xx()
1239 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*hdr10); in pkt_session_set_property_4xx()
/openbmc/linux/Documentation/devicetree/bindings/display/imx/
H A Dnxp,imx8mq-dcss.yaml17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h74 struct dcss_hdr10 *hdr10; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c393 /* HDR10, ARGB2101010 - set border color to red */ in get_hdr_visual_confirm_color()
404 /* HDR10, FP16 - set border color to blue */ in get_hdr_visual_confirm_color()
H A Ddc_resource.c3509 /* HDR Static Metadata info packet for HDR10 */ in set_hdr_static_info_packet()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1243 case V4L2_CID_COLORIMETRY_HDR10_CLL_INFO: return "HDR10 Content Light Info"; in v4l2_ctrl_get_name()
1244 case V4L2_CID_COLORIMETRY_HDR10_MASTERING_DISPLAY: return "HDR10 Mastering Display"; in v4l2_ctrl_get_name()
/openbmc/linux/include/media/
H A Dv4l2-ctrls.h52 * @p_hdr10_cll: Pointer to an HDR10 Content Light Level structure.
53 * @p_hdr10_mastering: Pointer to an HDR10 Mastering Display structure.