Home
last modified time | relevance | path

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

12345678910>>...46

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c129 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
138 places[c].fpfn = adev->gmc.mem_partitions[mem_id].range.fpfn; in amdgpu_bo_placement_from_domain()
143 places[c].lpfn = adev->gmc.mem_partitions[mem_id].range.lpfn + 1; in amdgpu_bo_placement_from_domain()
145 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
146 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
148 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
149 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
152 places[c].lpfn = min_not_zero(places[c].lpfn, visible_pfn); in amdgpu_bo_placement_from_domain()
154 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
157 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c130 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
137 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
138 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
139 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
140 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
143 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
145 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
148 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
153 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
154 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.h64 * @places: The chosen places for the preferred placement.
65 * @busy_places: Chosen busy places for the preferred placement
78 struct ttm_place places[5]; member
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable-3level.h26 * not attempt to update the pte. In places where this is
40 * a "*pmdp" dereference done by GCC. Problem is, in certain places
48 * To fix this all places running pte_offset_map_lock() while holding the
146 * Currently all places where pud_clear() is called either have in pud_clear()
/kernel/linux/linux-5.10/drivers/block/paride/
DTransition-notes5 under ps_spinlock. There are three places where that can happen:
93 by the thread in question. However, all such places within the area are right
96 (4) is done the same way - all places where we release pi_spinlock within
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y95 expression_t *places, symbol_ref_t *src, int ret);
1723 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1746 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1752 if (places->value == 8) in format_2_instr()
1755 shift_control = (places->value << 4) | places->value; in format_2_instr()
1758 if (places->value == 8) { in format_2_instr()
1761 shift_control = (places->value << 4) in format_2_instr()
1762 | (8 - places->value) in format_2_instr()
1767 shift_control = places->value & 0x7; in format_2_instr()
1770 shift_control = (8 - places->value) | 0x08; in format_2_instr()
[all …]
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dadi,max98396.yaml86 automatically places the device into software shutdown.
100 automatically places the device into software shutdown.
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
DTODO5 in several places of the code, review this, specially that it doesn't seem it
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dmarvell,pxa168.txt12 region. There are 3 places in SOC has clock control logic:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dmarvell,pxa168.txt12 region. There are 3 places in SOC has clock control logic:
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places

12345678910>>...46