Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
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()
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()
/linux-6.12.1/Documentation/devicetree/bindings/media/
Dmediatek,mdp3-tcc.yaml15 achieve HDR10 effects. This helps adapt the content to the color and
/linux-6.12.1/Documentation/devicetree/bindings/display/imx/
Dnxp,imx8mq-dcss.yaml17 2.2) or MIPI-DSI. The DCSS is intended to support up to 4kp60 displays. HDR10
/linux-6.12.1/drivers/gpu/drm/imx/dcss/
Ddcss-dev.h74 struct dcss_hdr10 *hdr10; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c396 /* HDR10, ARGB2101010 - set border color to red */ in get_hdr_visual_confirm_color()
407 /* HDR10, FP16 - set border color to blue */ in get_hdr_visual_confirm_color()
Ddc_resource.c4413 /* HDR Static Metadata info packet for HDR10 */ in set_hdr_static_info_packet()
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1244 case V4L2_CID_COLORIMETRY_HDR10_CLL_INFO: return "HDR10 Content Light Info"; in v4l2_ctrl_get_name()
1245 case V4L2_CID_COLORIMETRY_HDR10_MASTERING_DISPLAY: return "HDR10 Mastering Display"; in v4l2_ctrl_get_name()
/linux-6.12.1/include/media/
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.