Lines Matching +full:lock +full:- +full:less
1 /* SPDX-License-Identifier: GPL-2.0+ */
29 * struct vkms_frame_info - Structure to store the state of a frame
32 * @src: source rectangle of this frame in the source framebuffer, stored in 16.16 fixed-point form
56 * typedef pixel_write_t - These functions are used to read a pixel from a
72 * enum pixel_read_direction - Enum used internally by VKMS to represent a reading direction in a
85 * typedef pixel_read_line_t - These functions are used to read a pixel line in the source frame,
90 * is non-negative and smaller than @plane->frame_info->fb->width.
92 * is non-negative and smaller than @plane->frame_info->fb->height.
104 * struct vkms_plane_state - Driver specific plane state
127 * struct vkms_crtc_state - Driver specific CRTC state
134 * @num_active_planes). They should be stored in z-order.
161 * struct vkms_output - Internal representation of all output components in VKMS
171 * @lock: Lock used to protect concurrent access to the composer
172 * @composer_enabled: Protected by @lock, true when the VKMS composer is active (crc needed or
174 * @composer_state: Protected by @lock, current state of this VKMS output
175 * @composer_lock: Lock used internally to protect @composer_state members
184 spinlock_t lock;
193 * struct vkms_config - General configuration for VKMS driver
208 * struct vkms_device - Description of a VKMS device
210 * @drm - Base device in DRM
211 * @platform - Associated platform device
212 * @output - Configuration and sub-components of the VKMS device
238 * vkms_crtc_init() - Initialize a CRTC for VKMS
249 * vkms_output_init() - Initialize all sub-components needed for a VKMS device.
256 * vkms_plane_init() - Initialize a plane