Lines Matching +full:display +full:- +full:hint
1 /* SPDX-License-Identifier: GPL-2.0 */
93 * initialize &komeda_dev->format_table, this function should be called
103 /** @cleanup: call to chip to cleanup komeda_dev->chip data */
129 * Notify HW to switch to a new display operation mode.
138 * DISPLAY_MODE describes how many display been enabled, and which will be
139 * passed to CHIP by &komeda_dev_funcs->change_opmode(), then CHIP can do the
140 * pipeline resources assignment according to this usage hint.
141 * - KOMEDA_MODE_DISP0: Only one display enabled, pipeline-0 work as master.
142 * - KOMEDA_MODE_DISP1: Only one display enabled, pipeline-0 work as master.
143 * - KOMEDA_MODE_DUAL_DISP: Dual display mode, both display has been enabled.
144 * And D71 supports assign two pipelines to one single display on mode
159 * control-abilites of device.
169 /** @fmt_tbl: initialized by &komeda_dev_funcs->init_format_table */
179 /** @dpmode: current display mode */
224 return MALIDP_CORE_ID_PRODUCT_ID(mdev->chip.core_id) == target; in komeda_product_match()