Home
last modified time | relevance | path

Searched full:places (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c111 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
120 places[c].fpfn = adev->gmc.mem_partitions[mem_id].range.fpfn; in amdgpu_bo_placement_from_domain()
125 places[c].lpfn = adev->gmc.mem_partitions[mem_id].range.lpfn + 1; in amdgpu_bo_placement_from_domain()
127 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
128 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
130 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
131 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
134 places[c].lpfn = min_not_zero(places[c].lpfn, visible_pfn); in amdgpu_bo_placement_from_domain()
136 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
140 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
[all …]
/linux-6.12.1/drivers/usb/storage/
Dinitializers.h27 * This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target
38 /* This places the HUAWEI E220 devices in multi-port mode */
Dinitializers.c31 * This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target
83 /* This places the HUAWEI E220 devices in multi-port mode */
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.h69 * @places: The chosen places for the preferred placement.
70 * @busy_places: Chosen busy places for the preferred placement
85 struct ttm_place places[5]; member
/linux-6.12.1/drivers/iio/pressure/
Dhsc030pa.h40 * @p_scale_dec: pressure scale, decimal places
42 * @p_offset_dec: pressure offset, decimal places
/linux-6.12.1/drivers/gpu/drm/i915/
DTODO.txt31 - i915_utils.h needs to be moved to the right places.
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg41 Description: Controls the decimal places on the device.
44 the value k and has 1 or more decimal places set,
/linux-6.12.1/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1722 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1745 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1751 if (places->value == 8) in format_2_instr()
1754 shift_control = (places->value << 4) | places->value; in format_2_instr()
1757 if (places->value == 8) { in format_2_instr()
1760 shift_control = (places->value << 4) in format_2_instr()
1761 | (8 - places->value) in format_2_instr()
1766 shift_control = places->value & 0x7; in format_2_instr()
1769 shift_control = (8 - places->value) | 0x08; in format_2_instr()
[all …]
/linux-6.12.1/drivers/gpu/drm/ttm/tests/
Dttm_bo_validate_test.c29 struct ttm_place *places, in ttm_placement_kunit_init() argument
38 placement->placement = places; in ttm_placement_kunit_init()
420 struct ttm_place *init_place, places[2]; in ttm_bo_validate_busy_placement() local
441 places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED }; in ttm_bo_validate_busy_placement()
442 places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK }; in ttm_bo_validate_busy_placement()
443 placement_val = ttm_placement_kunit_init(test, places, 2); in ttm_bo_validate_busy_placement()
707 struct ttm_place *init_place, places[2]; in ttm_bo_validate_move_fence_not_signaled() local
729 places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED }; in ttm_bo_validate_move_fence_not_signaled()
730 places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK }; in ttm_bo_validate_move_fence_not_signaled()
731 placement_val = ttm_placement_kunit_init(test, places, 2); in ttm_bo_validate_move_fence_not_signaled()
/linux-6.12.1/arch/nios2/include/asm/
Dasm-macros.h14 * ANDs reg2 with mask and places the result in reg1.
34 * ORs reg2 with mask and places the result in reg1.
53 * XORs reg2 with mask and places the result in reg1.
/linux-6.12.1/arch/loongarch/lib/
Ddump_tlb.c75 /* NR/NX are in awkward places, so mask them off separately */ in dump_tlb()
88 /* NR/NX are in awkward places, so mask them off separately */ in dump_tlb()
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dadi,max98396.yaml86 automatically places the device into software shutdown.
100 automatically places the device into software shutdown.
/linux-6.12.1/Documentation/admin-guide/
Dsysfs-rules.rst109 There are currently three places for classification of devices:
113 All three places have completely different rules on how to access
124 places, as the kernel is free to move a subsystem from one place to
/linux-6.12.1/arch/m68k/fpsp040/
Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmarvell,pxa168.txt12 region. There are 3 places in SOC has clock control logic:
Dmarvell,pxa910.txt12 region. There are 4 places in SOC has clock control logic:
/linux-6.12.1/tools/power/cpupower/utils/helpers/
Dtopology.c10 in the end, but double check for -1 for offlined cpus at other places */
/linux-6.12.1/Documentation/arch/arm/
Dkernel_mode_neon.rst61 kernel_neon_end() and kernel_neon_begin() in places in your code where none of
86 instructions appearing in unexpected places if no special care is taken.
/linux-6.12.1/arch/mips/lib/
Ddump_tlb.c149 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb()
164 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb()
/linux-6.12.1/Documentation/gpu/rfc/
Dindex.rst16 * Once the code has landed move all the documentation to the right places in
/linux-6.12.1/arch/x86/kernel/apic/
DMakefile7 # In particular, smp_apic_timer_interrupt() is called in random places.
/linux-6.12.1/tools/perf/tests/workloads/
Ddatasym.c27 * linker places the datasym loop at in the Perf binary. in datasym()
/linux-6.12.1/arch/microblaze/include/asm/
Dentry.h19 * places
/linux-6.12.1/Documentation/block/
Dbiovecs.rst59 pattern comes up in a lot of places; a lot of drivers were essentially open
66 - again, this was being done in a fair number of places.
/linux-6.12.1/arch/arm/mach-footbridge/
Debsa285-pci.c7 * Bits taken from various places.

12345678910>>...26