Lines Matching +full:bool +full:- +full:property
42 * struct drm_mode_config_funcs - basic driver provided mode setting functions
44 * Some global (i.e. not per-CRTC, connector, etc) mode setting functions that
58 * driver-specific information (like the internal native buffer object
100 * Except that there's no vtable for device-level helper callbacks
124 * - Checking that the modes, framebuffers, scaling and placement
127 * - Checking that any hidden shared resources are not oversubscribed.
132 * - Checking that virtualized resources exported to userspace are not
135 * example is dual-pipe operations (which generally should be hidden
142 * - Check that any transitional state is possible and that if
146 * - Check any other constraints the driver or hardware might have.
148 * - This callback also needs to correctly fill out the &drm_crtc_state
157 * - The driver also does not need to repeat basic input validation
169 * drm_atomic_helper_check(), or one of the exported sub-functions of
176 * - -EINVAL, if any of the above constraints are violated.
178 * - -EDEADLK, when returned from an attempt to acquire an additional
181 * - -ENOMEM, if allocating additional state sub-structures failed due
184 * - -EINTR, -EAGAIN or -ERESTARTSYS, if the IOCTL should be restarted.
205 * drm_atomic_helper_commit(), or one of the exported sub-functions of
211 * errors resulting in -EIO. But even in that case the driver must
221 * buffer is a shared dma-buf. Nonblocking commits must not wait for
225 * completed. These events are per-CRTC and can be distinguished by the
244 * - -EBUSY, if a nonblocking updated is requested and there is
251 * - -ENOMEM, if the driver failed to allocate memory. Specifically
255 * - -ENOSPC, as a refinement of the more generic -ENOMEM to indicate
259 * - -EIO, if the hardware completely died.
261 * - -EINTR, -EAGAIN or -ERESTARTSYS, if the IOCTL should be restarted.
268 * return -EINVAL (any invalid requests should be caught in
269 * @atomic_check) or -EDEADLK (this function must not acquire
274 bool nonblock);
280 * &drm_atomic_state to be able to track their own driver-private global
297 * passed-in &drm_atomic_state. This hook is called when the caller
331 * struct drm_mode_config - Mode configuration control structure
343 * @prefer_shadow: hint to userspace to prefer shadow-fb rendering
346 * @helper_private: mid-layer private data
358 * anything from under it's protection and move it into more well-scoped
380 * impossible to use driver-private &struct drm_modeset_lock. Users of
397 * connector, modes - just makes life easier to have only one.
405 * high-res DP MST screens.
503 * List of property type objects linked with &drm_property.head. This is
515 bool poll_enabled;
516 bool poll_running;
517 bool delayed_event;
523 * Mutex for blob property allocation and management, protects
531 * List of all the blob property objects linked with
539 * @edid_property: Default connector property to hold the EDID of the
544 * @dpms_property: Default connector property to control the
549 * @path_property: Default connector property to hold the DP MST path
554 * @tile_property: Default connector property to store the tile
560 * @link_status_property: Default connector property for link status
565 * @plane_type_property: Default plane property to differentiate
570 * @prop_src_x: Default atomic plane property for the plane source
575 * @prop_src_y: Default atomic plane property for the plane source
580 * @prop_src_w: Default atomic plane property for the plane source
585 * @prop_src_h: Default atomic plane property for the plane source
590 * @prop_crtc_x: Default atomic plane property for the plane destination
595 * @prop_crtc_y: Default atomic plane property for the plane destination
600 * @prop_crtc_w: Default atomic plane property for the plane destination
605 * @prop_crtc_h: Default atomic plane property for the plane destination
610 * @prop_fb_id: Default atomic plane property to specify the
626 * @prop_crtc_id: Default atomic plane property to specify the
631 * @prop_active: Default atomic CRTC property to control the active
637 * @prop_mode_id: Default atomic CRTC property to set the mode for a
638 * CRTC. A 0 mode implies that the CRTC is entirely disabled - all
644 * @dvi_i_subconnector_property: Optional DVI-I property to
649 * @dvi_i_select_subconnector_property: Optional DVI-I property to
655 * @tv_subconnector_property: Optional TV property to differentiate
660 * @tv_select_subconnector_property: Optional TV property to select
665 * @tv_mode_property: Optional TV property to select
670 * @tv_left_margin_property: Optional TV property to set the left
675 * @tv_right_margin_property: Optional TV property to set the right
680 * @tv_top_margin_property: Optional TV property to set the right
685 * @tv_bottom_margin_property: Optional TV property to set the right
690 * @tv_brightness_property: Optional TV property to set the
695 * @tv_contrast_property: Optional TV property to set the
700 * @tv_flicker_reduction_property: Optional TV property to control the
705 * @tv_overscan_property: Optional TV property to control the overscan
710 * @tv_saturation_property: Optional TV property to set the
715 * @tv_hue_property: Optional TV property to set the hue.
720 * @scaling_mode_property: Optional connector property to control the
721 * upscaling, mostly used for built-in panels.
725 * @aspect_ratio_property: Optional connector property to control the
730 * @content_type_property: Optional connector property to control the
735 * @degamma_lut_property: Optional CRTC property to set the LUT used to
740 * @degamma_lut_size_property: Optional CRTC property for the size of
741 * the degamma LUT as supported by the driver (read-only).
745 * @ctm_property: Optional CRTC property to set the
751 * @gamma_lut_property: Optional CRTC property to set the LUT used to
757 * @gamma_lut_size_property: Optional CRTC property for the size of the
758 * gamma LUT as supported by the driver (read-only).
763 * @suggested_x_property: Optional connector property with a hint for
768 * @suggested_y_property: Optional connector property with a hint for
774 * @non_desktop_property: Optional connector property with a hint
781 * @panel_orientation_property: Optional connector property indicating
782 * how the lcd-panel is mounted inside the casing (e.g. normal or
783 * upside-down).
788 * @writeback_fb_id_property: Property for writeback connectors, storing
795 * @writeback_pixel_formats_property: Property for writeback connectors,
797 * engine (read-only).
802 * @writeback_out_fence_ptr_property: Property for writeback connectors,
817 bool async_page_flip;
824 bool allow_fb_modifiers;
832 bool normalize_zpos;
835 * @modifiers_property: Plane property to list support modifier/format