Lines Matching +full:itu +full:- +full:r

58 	DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */
62 * enum drm_connector_status - status for a &drm_connector
77 * nothing there. It is driver-dependent whether a connector with this
84 * flicker (like load-detection when the connector is in use), or when a
85 * hardware resource isn't available (like when load-detection needs a
95 * enum drm_connector_registration_state - userspace registration status for
128 * - An unregistered connector may only have its DPMS changed from
129 * On->Off. Once DPMS is changed to Off, it may not be switched back
131 * - Modesets are not allowed on unregistered connectors, unless they
135 * - Removing a CRTC from an unregistered connector is OK, but new
152 * enum drm_connector_tv_mode - Analog TV output mode
162 * @DRM_MODE_TV_MODE_NTSC: CCIR System M (aka 525-lines)
188 * @DRM_MODE_TV_MODE_PAL_M: CCIR System M (aka 525-lines)
209 * the DRM mode, including equalizing pulses for a 525-line
210 * or 625-line mode, with no pedestal or color encoding.
237 * struct drm_scdc - Information about scdc capabilities of a HDMI 2.0 sink
258 * struct drm_hdmi_dsc_cap - DSC capabilities of HDMI sink
299 * struct drm_hdmi_info - runtime information about the connected HDMI sink
302 * This information is available in CEA-861-F extension blocks (like HF-VSDB).
311 * defined by the CEA-861-G spec is 219, so the size is 256 bits to map
319 * the CEA-861-G spec is 219, so the size is 256 bits to map up to 256
338 * enum drm_link_status - connector's link_status property value
354 * enum drm_panel_orientation - panel_orientation info for &drm_display_info
368 * the panel is mounted upside-down.
375 DRM_MODE_PANEL_ORIENTATION_UNKNOWN = -1,
383 * enum drm_hdmi_broadcast_rgb - Broadcast RGB Selection for an HDMI @drm_connector
407 * struct drm_monitor_range_info - Panel's Monitor range in EDID for
424 * struct drm_luminance_range_info - Panel's luminance range for
440 * enum drm_privacy_screen_status - privacy screen status
443 * screen present on some display panels, via the "privacy-screen sw-state"
444 * and "privacy-screen hw-state" properties. Note the _LOCKED enum values
445 * are only valid for the "privacy-screen hw-state" property.
448 * The privacy-screen on the panel is disabled
450 * The privacy-screen on the panel is enabled
452 * The privacy-screen on the panel is disabled and locked (cannot be changed)
454 * The privacy-screen on the panel is enabled and locked (cannot be changed)
464 * enum drm_colorspace - color space
474 * HDMI definitions come from the CTA-861-H spec
485 * ITU-R BT.709 colorimetry format
503 * ITU-R BT.2020 Y'c C'bc C'rc (constant luminance) colorimetry format
506 * ITU-R BT.2020 R' G' B' colorimetry format
509 * ITU-R BT.2020 Y' C'b C'r colorimetry format
522 * (scRGB (IEC 61966-2-2)) colorimetry format
525 * ITU-R BT.601 colorimetry format
558 * enum drm_output_color_format - Output Color Format
586 * enum drm_connector_color_format - Connector Color Format Request
602 * bandwidth required for full-scale RGB is not available, or the mode
603 * is YCbCr 4:2:0-only, as long as the mode and output both support
609 * format" property. Non-HDMI bridges should therefore either sort their
654 * enum drm_bus_flags - bus_flags info for &drm_display_info
759 * Set if the Sharp-specific signals (SPL, CLS, PS, REV) must be used
765 * struct drm_amd_vsdb_info - AMD-specific VSDB information
767 * This structure holds information parsed from the AMD Vendor-Specific Data
772 * @version: Version of the Vendor-Specific Data Block (VSDB)
798 * struct drm_display_info - runtime data about the connected sink
801 * fixed display sinks like built-in panels there's not much difference between
830 * @panel_orientation: Read only connector property for built-in panels,
872 * @dvi_dual: Dual-link DVI sink?
946 * @mso_stream_count: eDP Multi-SST Operation (MSO) stream count from
947 * the DisplayID VESA vendor block. 0 for conventional Single-Stream
953 * @mso_pixel_overlap: eDP MSO segment pixel overlap, 0-8 pixels.
982 * Vendor-Specific Data Block, for CEC usage.
989 * @amd_vsdb: AMD-specific VSDB information.
1005 * struct drm_connector_tv_margins - TV connector related margins
1033 * struct drm_tv_connector_state - TV connector related states
1061 * struct drm_connector_hdmi_infoframe - HDMI Infoframe container
1076 * struct drm_connector_hdmi_state - HDMI state container
1137 * struct drm_connector_state - mutable connector state
1179 * @commit: Tracks the pending commit to prevent use-after-free conditions.
1227 * upscaling, mostly used for built-in panels.
1247 * between RGB to YUV and vice-versa.
1254 * Holds the framebuffer and out-fence for a writeback connector. As
1289 * @hdmi: HDMI-related variable and properties. Filled by
1309 * Configures HDMI-encoder for audio stream. Can be called
1346 * struct drm_connector_cec_funcs - drm_hdmi_connector control functions
1366 * struct drm_connector_infoframe_funcs - InfoFrame-related functions
1377 * The @clear_infoframe callback is mandatory for AVI and HDMI-VS
1393 * The @write_infoframe callback is mandatory for AVI and HDMI-VS
1405 * struct drm_connector_hdmi_funcs - drm_hdmi_connector control functions
1431 * the EDID from connector->ddc. It is still recommended to provide
1432 * connector->ddc instead of implementing this callback. Returned EDID
1453 * Set of callbacks for handling the HDMI Vendor-Specific InfoFrame.
1485 * struct drm_connector_funcs - control connectors on a given device
1495 * Legacy entry point to set the per-connector DPMS state. Legacy DPMS
1585 * received for this output connector->edid must be NULL.
1604 * driver-private properties. For atomic drivers it is not used because
1650 * when a connector is being hot-unplugged for drivers that support
1685 * state structure to extend it with driver-private state should use
1718 * Decode a driver-private property value and store the decoded value
1719 * into the passed-in state structure. Since the atomic core decodes all
1724 * Such driver-private properties should really only be implemented for
1733 * driver-private atomic properties.
1750 * 0 if the property has been found, -EINVAL if the property isn't
1765 * Reads out the decoded driver-private property. This is used to
1772 * driver-private atomic properties.
1776 * 0 on success, -EINVAL if the property isn't implemented by the
1800 * This will get called when a hotplug-event for a drm-connector
1809 * Allows connectors to create connector-specific debugfs files.
1825 * struct drm_cmdline_mode - DRM Mode passed through the kernel command-line
1829 * express those parameters and will be filled by the command-line
1843 * Has a mode been read from the command-line?
1947 * drm-connector "panel orientation" property override value,
1971 * struct drm_connector_hdmi_audio - DRM gemeric HDMI Codec-related structure
2033 * struct drm_connector_hdmi - DRM Connector HDMI-related structure
2078 * struct drm_connector_cec - DRM Connector CEC-related structure
2092 * @data: CEC implementation-specific data
2098 * struct drm_connector - central DRM connector control structure
2134 * Connector entry in the global connector-list, used by
2154 * the mode_config.list for drivers not supporting hot-add/removing. Can
2226 * when a display is detected. For non hot-pluggable displays such as
2303 /** @privacy_screen_notifier: privacy-screen notifier_block */
2359 /** @helper_private: mid-layer private data */
2395 * Only really meaningful for non-atomic drivers. Atomic drivers should
2402 /** @eld: EDID-like data, if present, protected by @eld_mutex */
2442 * in Displayport compliance testing - Displayport Link CTS Core 1.2
2481 * dual-link LVDS or dual-link DSI, the driver should try to not expose
2516 * @hdmi: HDMI-related variable and properties.
2521 * @hdmi_audio: HDMI codec properties and non-DRM state.
2526 * @cec: CEC-related data.
2572 return connector->index; in drm_connector_index()
2577 return 1 << connector->index; in drm_connector_mask()
2581 * drm_connector_lookup - lookup connector object
2599 * drm_connector_get - acquire a connector reference
2606 drm_mode_object_get(&connector->base); in drm_connector_get()
2610 * drm_connector_put - release a connector reference
2618 drm_mode_object_put(&connector->base); in drm_connector_put()
2622 * drm_connector_is_unregistered - has the connector been unregistered from
2635 return READ_ONCE(connector->registration_state) == in drm_connector_is_unregistered()
2716 * struct drm_tile_group - Tile group metadata
2720 * @group_data: Sink-private data identifying this group
2740 * struct drm_connector_list_iter - connector_list iterator
2773 * drm_for_each_connector_iter - connector_list iterator macro
2785 * drm_connector_for_each_possible_encoder - iterate connector's possible encoders
2790 drm_for_each_encoder_mask(encoder, (connector)->dev, \
2791 (connector)->possible_encoders)