Lines Matching +full:flip +full:- +full:horizontal

1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
20 #define IDLE_TIMEOUT (66 - 16/2)
23 * struct msm_display_info - defines display properties
25 * @num_of_h_tiles: Number of horizontal tiles in case of split interface
40 * dpu_encoder_assign_crtc - Link the encoder to the crtc it's assigned to
48 * dpu_encoder_toggle_vblank_for_crtc - Toggles vblank interrupts on or off if
58 * dpu_encoder_prepare_for_kickoff - schedule double buffer flip of the ctl
67 * dpu_encoder_trigger_kickoff_pending - Clear the flush bits from previous
74 * dpu_encoder_kickoff - trigger a double buffer flip of the ctl path
81 * dpu_encoder_wakeup_time - get the time of the next vsync
90 * dpu_encoder_get_intf_mode - get interface mode of the given encoder
96 * dpu_encoder_virt_runtime_resume - pm runtime resume the encoder configs
102 * dpu_encoder_init - initialize virtual encoder object
113 * dpu_encoder_set_idle_timeout - set the idle timeout for video
121 * dpu_encoder_get_linecount - get interface line count for the encoder.
127 * dpu_encoder_get_vsync_count - get vsync count for the encoder.
133 * dpu_encoder_is_widebus_enabled - return bool value if widebus is enabled
139 * dpu_encoder_is_dsc_enabled - indicate whether dsc is enabled
146 * dpu_encoder_get_crc_values_cnt - get number of physical encoders contained
154 * dpu_encoder_setup_misr - enable misr calculations
160 * dpu_encoder_get_crc - get the crc value from interface blocks
167 * dpu_encoder_use_dsc_merge - returns true if the encoder uses DSC merge topology.
173 * dpu_encoder_prepare_wb_job - prepare writeback job for the encoder.
181 * dpu_encoder_cleanup_wb_job - cleanup writeback job for the encoder.
189 * dpu_encoder_is_valid_for_commit - check if encode has valid parameters for commit.