Lines Matching defs:vkms_output
174 * @crc_pending: Protected by @vkms_output.composer_lock, true when the frame CRC is not computed
176 * @wb_pending: Protected by @vkms_output.composer_lock, true when a writeback frame is requested.
177 * @frame_start: Protected by @vkms_output.composer_lock, saves the frame number before the start
179 * @frame_end: Protected by @vkms_output.composer_lock, saves the last requested frame number.
198 * struct vkms_output - Internal representation of all output components in VKMS
214 struct vkms_output {
250 container_of(target, struct vkms_output, crtc)
268 struct vkms_output *vkms_crtc_init(struct drm_device *dev,
297 void vkms_set_composer(struct vkms_output *out, bool enabled);
301 int vkms_enable_writeback_connector(struct vkms_device *vkmsdev, struct vkms_output *vkms_out);