/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
H A D | dml2_pmo_dcn3.c | 86 // and whether it's mpcc or odm combine. in optimize_dcc_mcache_no_odm() 88 …// For the general case of "n displays", we can only optimize streams with an ODM combine factor o… in optimize_dcc_mcache_no_odm() 109 // If the stream of this plane needs ODM combine, no further optimization can be done. in optimize_dcc_mcache_no_odm() 295 * supported. However switching from ODM combine to MPC combine in pmo_dcn3_init_for_vmin() 298 * DPP pipes in MPC combine in new state. This transition is in pmo_dcn3_init_for_vmin() 301 * doesn't require MPC combine. This condition checks if MPC in pmo_dcn3_init_for_vmin() 302 * combine is enabled. If so do not optimize the stream. in pmo_dcn3_init_for_vmin() 315 * ODM Combine requires horizontal timing divisible by 2 so each in pmo_dcn3_init_for_vmin() 405 * In ODM Combine 3:1 OTG_valid_pixel rate is 1/4 of in pmo_dcn3_optimize_for_vmin() 424 * In ODM Combine 4:1 OTG_valid_pixel rate is 1/4 of in pmo_dcn3_optimize_for_vmin() [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-audioout.rst | 42 has no audio inputs, or none which combine with the current video 97 No audio outputs combine with the current video output, or the 99 combine.
|
H A D | vidioc-g-modulator.rst | 137 combine with ``V4L2_TUNER_SUB_STEREO`` or 144 left and right channel. This flag does not combine with 152 or secondary language only. This flag does not combine with 174 encode a Second Audio Program only. This flag must combine with
|
H A D | vidioc-g-audio.rst | 42 has no audio inputs, or none which combine with the current video input. 123 No audio inputs combine with the current video input, or the number 124 of the selected audio input is out of bounds or it does not combine.
|
/linux/arch/arc/include/uapi/asm/ |
H A D | swab.h | 58 * 8051fdb4: or r2,r2,r5 ; combine 0th and 3rd Bytes 60 * 8051fdbc: or r2,r2,r4 ; combine 0,3 Bytes with 1st Byte 61 * 8051fdc0: or r2,r2,r3 ; combine 0,3,1 Bytes with 2nd Byte
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | Kconfig | 17 bool "Disable Write Combine mapping of VRAM" 20 The VRAM of the G200 is mapped with Write-Combine to improve
|
/linux/arch/hexagon/lib/ |
H A D | udivsi3.S | 12 r5:4 = combine(#1,#0) 18 r1:0 = combine(r0,r4)
|
/linux/drivers/comedi/drivers/ |
H A D | amplc_pci224.c | 243 /* Combine old and new bits. */ 244 #define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask))) macro 395 devpriv->daccon = COMBINE(devpriv->daccon, board->ao_hwrange[range], in pci224_ao_set_data() 470 COMBINE(devpriv->daccon, in pci224_ao_stop() 566 devpriv->daccon = COMBINE(devpriv->daccon, in pci224_ao_handle_fifo() 597 COMBINE(devpriv->daccon, trig, PCI224_DACCON_TRIG_MASK); in pci224_ao_handle_fifo() 714 COMBINE(cmd->start_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest() 719 cmd->start_arg = COMBINE(cmd->start_arg, 0, in pci224_ao_cmdtest() 740 COMBINE(cmd->scan_begin_arg, 0, ~CR_FLAGS_MASK); in pci224_ao_cmdtest() 747 COMBINE(cmd->scan_begin_arg, 0, in pci224_ao_cmdtest() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_util.c | 493 …dml_print("DML: support: combine=%d, DRAMClockChangeSupport = %d\n", j, support->DRAMClockChangeSu… in dml_print_dml_mode_support_info() 495 … dml_print("DML: support: combine=%d, FCLKChangeSupport = %d\n", j, support->FCLKChangeSupport[j]); in dml_print_dml_mode_support_info() 497 dml_print("DML: support: combine=%d, ROBSupport = %d\n", j, support->ROBSupport[j]); in dml_print_dml_mode_support_info() 499 …dml_print("DML: support: combine=%d, PTEBufferSizeNotExceeded = %d\n", j, support->PTEBufferSizeNo… in dml_print_dml_mode_support_info() 501 …dml_print("DML: support: combine=%d, DCCMetaBufferSizeNotExceeded = %d\n", j, support->DCCMetaBuff… in dml_print_dml_mode_support_info() 503 …dml_print("DML: support: combine=%d, TotalVerticalActiveBandwidthSupport = %d\n", j, support->Tota… in dml_print_dml_mode_support_info() 505 …dml_print("DML: support: combine=%d, USRRetrainingSupport = %d\n", j, support->USRRetrainingSuppor… in dml_print_dml_mode_support_info() 507 …dml_print("DML: support: combine=%d, VActiveBandwithSupport = %d\n", j, support->VActiveBandwithSu… in dml_print_dml_mode_support_info() 509 … dml_print("DML: support: combine=%d, PrefetchSupported = %d\n", j, support->PrefetchSupported[j]); in dml_print_dml_mode_support_info() 511 …dml_print("DML: support: combine=%d, DynamicMetadataSupported = %d\n", j, support->DynamicMetadata… in dml_print_dml_mode_support_info() [all …]
|
/linux/Documentation/admin-guide/perf/ |
H A D | arm-cmn.rst | 62 group - with the same nonzero "combine" value. The count for such a 64 Watchpoint events with a "combine" value of 0 are considered independent
|
/linux/kernel/bpf/ |
H A D | range_tree.c | 225 /* Combine left and right adjacent ranges */ in range_tree_set() 234 /* Combine with the left range */ in range_tree_set() 239 /* Combine with the right range */ in range_tree_set()
|
/linux/arch/riscv/include/asm/ |
H A D | runtime-const.h | 34 * different registers and then combine the results. 36 * If the processor supports the Zbkb extension, we can combine the final 39 * combine the final "slli,srli,add" into one instruction "add.uw".
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/ |
H A D | dcn401_optc.c | 116 case 2: /* ODM Combine 2:1 */ in optc401_set_odm_combine() 127 case 3: /* ODM Combine 3:1 */ in optc401_set_odm_combine() 138 /* In ODM combine 3:1 mode ODM packs 4 pixels per data transfer in optc401_set_odm_combine() 146 case 4: /* ODM Combine 4:1 */ in optc401_set_odm_combine()
|
/linux/include/linux/ |
H A D | mman.h | 138 * Combine the mmap "prot" argument into "vm_flags" used internally. 150 * Combine the mmap "flags" argument into "vm_flags" used internally.
|
/linux/arch/powerpc/perf/ |
H A D | isa207-common.h | 42 #define EVENT_COMBINE_SHIFT 11 /* Combine bit */ 73 #define p9_EVENT_COMBINE_SHIFT 10 /* Combine bit */ 217 /* MMCR1 Combine bits macro for power9 */
|
H A D | power7-pmu.c | 253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local 273 combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK; in power7_compute_mmcr() 292 mmcr1 |= (unsigned long) combine in power7_compute_mmcr()
|
/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 99 * Combine two segments, which must be contiguous. If pad is true, it's 102 static void combine(struct sect *base, struct sect *new, int pad) in combine() function 369 combine(&data, &ndata, 0); in main() 370 combine(&bss, &nbss, 1); in main() 377 combine(&text, &ntxt, 0); in main()
|
/linux/drivers/md/ |
H A D | Kconfig | 24 This driver lets you combine several hard disk partitions into one 26 partition to another one or to combine several redundant hard disks 69 use the so-called linear mode, i.e. it will combine the hard disk 82 use the so-called raid0 mode, i.e. it will combine the hard disk
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator.h | 206 /* Combine with below and move YUV/RGB color conversion to SW layer */ 210 /* Combine with above and move YUV/RGB color conversion to SW layer */
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | maxim,max9611.yaml | 13 These devices combine a high-side current sense amplifier with a 12 bit ADC.
|
/linux/arch/xtensa/ |
H A D | Kconfig.debug | 18 The default linker behavior is to combine identical literal
|
/linux/arch/arm/lib/ |
H A D | lshrdi3.S | 15 the file, and distribution when not linked into a combine
|
H A D | ashldi3.S | 15 the file, and distribution when not linked into a combine
|
/linux/lib/crypto/mpi/ |
H A D | generic_mpih-sub1.c | 42 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n()
|
H A D | generic_mpih-add1.c | 43 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n()
|