Searched refs:supported_fmts (Results 1 – 25 of 104) sorted by relevance
12345
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_crtc.c | 274 unsigned int supported_fmts = 0; in atmel_hlcdc_connector_output_mode() local 299 supported_fmts |= ATMEL_HLCDC_RGB444_OUTPUT; in atmel_hlcdc_connector_output_mode() 302 supported_fmts |= ATMEL_HLCDC_RGB565_OUTPUT; in atmel_hlcdc_connector_output_mode() 305 supported_fmts |= ATMEL_HLCDC_RGB666_OUTPUT; in atmel_hlcdc_connector_output_mode() 308 supported_fmts |= ATMEL_HLCDC_RGB888_OUTPUT; in atmel_hlcdc_connector_output_mode() 315 return supported_fmts; in atmel_hlcdc_connector_output_mode() 330 unsigned int supported_fmts = 0; in atmel_hlcdc_crtc_select_output_mode() local 335 supported_fmts = atmel_hlcdc_connector_output_mode(cstate); in atmel_hlcdc_crtc_select_output_mode() 338 output_fmts &= supported_fmts; in atmel_hlcdc_crtc_select_output_mode() 340 output_fmts |= supported_fmts; in atmel_hlcdc_crtc_select_output_mode()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 209 | 26 iotests.script_initialize(supported_fmts=['qcow2'])
|
H A D | 304 | 26 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | 299 | 26 supported_fmts=['qcow2'],
|
H A D | 235 | 29 iotests.script_initialize(supported_fmts=['qcow2'])
|
H A D | 208 | 26 iotests.script_initialize(supported_fmts=['generic'])
|
H A D | 283 | 26 supported_fmts=['qcow2'],
|
H A D | 254 | 25 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | 216 | 27 iotests.script_initialize(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk'],
|
H A D | 248 | 25 iotests.script_initialize(supported_fmts=['qcow2'])
|
H A D | 203 | 29 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | 132 | 59 iotests.main(supported_fmts=['raw', 'qcow2'],
|
H A D | 303 | 27 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | 202 | 28 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | 310 | 27 iotests.script_initialize(supported_fmts=['qcow2'],
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-create | 24 iotests.script_initialize(supported_fmts=['qcow2', 'qcow', 'qed', 'vdi',
|
H A D | parallels-read-bitmap | 24 iotests.script_initialize(supported_fmts=['parallels'])
|
H A D | remove-bitmap-from-backing | 24 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | nbd-reconnect-on-open | 27 iotests.script_initialize(supported_fmts=['qcow2'])
|
H A D | export-incoming-iothread | 77 iotests.main(supported_fmts=['generic'],
|
H A D | block-status-cache | 134 iotests.main(supported_fmts=['raw'],
|
H A D | reopen-file | 86 iotests.main(supported_fmts=['qcow', 'qcow2', 'qed', 'raw', 'vdi', 'vhdx',
|
H A D | stream-unaligned-prefetch | 86 iotests.main(supported_fmts=['qcow2'], supported_protocols=['file'])
|
H A D | iothreads-nbd-export | 25 iotests.script_initialize(supported_fmts=['qcow2'],
|
H A D | mirror-top-perms | 118 iotests.main(supported_fmts=['raw'],
|
12345