Lines Matching +full:bool +full:- +full:property

53 	DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */
57 * enum drm_connector_status - status for a &drm_connector
72 * nothing there. It is driver-dependent whether a connector with this
79 * flicker (like load-detection when the connector is in use), or when a
80 * hardware resource isn't available (like when load-detection needs a
90 * enum drm_connector_registration_state - userspace registration status for
123 * - An unregistered connector may only have its DPMS changed from
124 * On->Off. Once DPMS is changed to Off, it may not be switched back
126 * - Modesets are not allowed on unregistered connectors, unless they
130 * - Removing a CRTC from an unregistered connector is OK, but new
153 bool supported;
157 bool low_rates;
161 * struct drm_scdc - Information about scdc capabilities of a HDMI 2.0 sink
170 bool supported;
174 bool read_request;
182 * struct drm_hdmi_dsc_cap - DSC capabilities of HDMI sink
190 bool v_1p2;
193 bool native_420;
199 bool all_bpp;
223 * struct drm_hdmi_info - runtime information about the connected HDMI sink
226 * This information is available in CEA-861-F extension blocks (like HF-VSDB).
235 * defined by the CEA-861-G spec is 219, so the size is 256 bits to map
243 * the CEA-861-G spec is 219, so the size is 256 bits to map up to 256
265 * enum drm_link_status - connector's link_status property value
267 * This enum is used as the connector's link status property value.
281 * enum drm_panel_orientation - panel_orientation info for &drm_display_info
295 * the panel is mounted upside-down.
302 DRM_MODE_PANEL_ORIENTATION_UNKNOWN = -1,
310 * struct drm_monitor_range_info - Panel's Monitor range in EDID for
327 * struct drm_luminance_range_info - Panel's luminance range for
343 * enum drm_privacy_screen_status - privacy screen status
346 * screen present on some display panels, via the "privacy-screen sw-state"
347 * and "privacy-screen hw-state" properties. Note the _LOCKED enum values
348 * are only valid for the "privacy-screen hw-state" property.
351 * The privacy-screen on the panel is disabled
353 * The privacy-screen on the panel is enabled
355 * The privacy-screen on the panel is disabled and locked (cannot be changed)
357 * The privacy-screen on the panel is enabled and locked (cannot be changed)
369 * a property with the subset of this list (supported by that
371 * a colorspace property which will be created and exposed to
399 * enum drm_bus_flags - bus_flags info for &drm_display_info
504 * Set if the Sharp-specific signals (SPL, CLS, PS, REV) must be used
510 * struct drm_display_info - runtime data about the connected sink
513 * fixed display sinks like built-in panels there's not much difference between
547 * @panel_orientation: Read only connector property for built-in panels,
588 * @dvi_dual: Dual-link DVI sink?
590 bool dvi_dual;
598 bool is_hdmi;
603 bool has_hdmi_infoframe;
609 bool rgb_quant_range_selectable;
636 bool non_desktop;
649 * @mso_stream_count: eDP Multi-SST Operation (MSO) stream count from
650 * the DisplayID VESA vendor block. 0 for conventional Single-Stream
656 * @mso_pixel_overlap: eDP MSO segment pixel overlap, 0-8 pixels.
666 * struct drm_connector_tv_margins - TV connector related margins
694 * struct drm_tv_connector_state - TV connector related states
718 * struct drm_connector_state - mutable connector state
760 * @commit: Tracks the pending commit to prevent use-after-free conditions.
781 bool self_refresh_aware;
784 * @picture_aspect_ratio: Connector property to control the
793 * @content_type: Connector property to control the
801 * @hdcp_content_type: Connector property to pass the type of
807 * @scaling_mode: Connector property to control the
808 * upscaling, mostly used for built-in panels.
813 * @content_protection: Connector property to request content
819 * @colorspace: State variable for Connector property to request
828 * Holds the framebuffer and out-fence for a writeback connector. As
839 * @max_requested_bpc: Connector property to limit the maximum bit
845 * @max_bpc: Connector max_bpc based on the requested max_bpc property
858 * DRM blob property for HDR output metadata
864 * struct drm_connector_funcs - control connectors on a given device
874 * Legacy entry point to set the per-connector DPMS state. Legacy DPMS
875 * is exposed as a standard property on the connector, but diverted to
878 * instead only have an on/off "ACTIVE" property on the CRTC object.
881 * property is entirely handled in the DRM core.
933 bool force);
964 * received for this output connector->edid must be NULL.
979 * This is the legacy entry point to update a property attached to the
983 * driver-private properties. For atomic drivers it is not used because
984 * property handling is done entirely in the DRM core.
990 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
1029 * when a connector is being hot-unplugged for drivers that support
1048 * state structure to extend it with driver-private state should use
1081 * Decode a driver-private property value and store the decoded value
1082 * into the passed-in state structure. Since the atomic core decodes all
1087 * Such driver-private properties should really only be implemented for
1096 * driver-private atomic properties.
1113 * 0 if the property has been found, -EINVAL if the property isn't
1116 * is allowed by the driver. The core already checks that the property
1118 * set when registering the property.
1122 struct drm_property *property,
1128 * Reads out the decoded driver-private property. This is used to
1135 * driver-private atomic properties.
1139 * 0 on success, -EINVAL if the property isn't implemented by the
1145 struct drm_property *property,
1163 * This will get called when a hotplug-event for a drm-connector
1171 * Allows connectors to create connector-specific debugfs files.
1177 * struct drm_cmdline_mode - DRM Mode passed through the kernel command-line
1181 * express those parameters and will be filled by the command-line
1195 * Has a mode been read from the command-line?
1197 bool specified;
1204 bool refresh_specified;
1211 bool bpp_specified;
1246 bool rb;
1253 bool interlace;
1261 bool cvt;
1269 bool margins;
1292 * drm-connector "panel orientation" property override value,
1304 * struct drm_connector - central DRM connector control structure
1340 * Connector entry in the global connector-list, used by
1360 * the mode_config.list for drivers not supporting hot-add/removing. Can
1378 bool interlace_allowed;
1384 bool doublescan_allowed;
1390 bool stereo_allowed;
1393 * @ycbcr_420_allowed : This bool indicates if this connector is
1398 bool ycbcr_420_allowed;
1432 * when a display is detected. For non hot-pluggable displays such as
1445 * @edid_blob_ptr: DRM property containing EDID if present. Protected by
1451 /** @properties: property tracking for this connector */
1455 * @scaling_mode_property: Optional atomic property to control the
1461 * @vrr_capable_property: Optional property to help userspace
1463 * connector. Drivers can add the property to a connector by
1472 * @colorspace_property: Connector property to set the suitable
1480 * DRM blob property data for the DP MST path property. This should only
1486 * @max_bpc_property: Default connector property for the max bpc to be
1494 /** @privacy_screen_notifier: privacy-screen notifier_block */
1498 * @privacy_screen_sw_state_property: Optional atomic property for the
1504 * @privacy_screen_hw_state_property: Optional atomic property for the
1544 /** @helper_private: mid-layer private data */
1556 bool override_edid;
1569 * Only really meaningful for non-atomic drivers. Atomic drivers should
1576 /** @eld: EDID-like data, if present */
1579 bool latency_present[2];
1613 * in Displayport compliance testing - Displayport Link CTS Core 1.2
1616 bool edid_corrupt;
1648 * DRM blob property data for the tile property (used mostly by DP MST).
1652 * dual-link LVDS or dual-link DSI, the driver should try to not expose
1661 bool has_tile;
1665 bool tile_is_single_monitor;
1716 return connector->index; in drm_connector_index()
1721 return 1 << connector->index; in drm_connector_mask()
1725 * drm_connector_lookup - lookup connector object
1743 * drm_connector_get - acquire a connector reference
1750 drm_mode_object_get(&connector->base); in drm_connector_get()
1754 * drm_connector_put - release a connector reference
1762 drm_mode_object_put(&connector->base); in drm_connector_put()
1766 * drm_connector_is_unregistered - has the connector been unregistered from
1776 static inline bool
1779 return READ_ONCE(connector->registration_state) == in drm_connector_is_unregistered()
1812 bool drm_connector_atomic_hdr_metadata_equal(struct drm_connector_state *old_state,
1828 struct drm_connector *connector, bool capable);
1848 * struct drm_tile_group - Tile group metadata
1852 * @group_data: Sink-private data identifying this group
1872 * struct drm_connector_list_iter - connector_list iterator
1897 bool drm_connector_has_possible_encoder(struct drm_connector *connector,
1901 * drm_for_each_connector_iter - connector_list iterator macro
1913 * drm_connector_for_each_possible_encoder - iterate connector's possible encoders
1918 drm_for_each_encoder_mask(encoder, (connector)->dev, \
1919 (connector)->possible_encoders)