Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 134) sorted by relevance

123456

/linux-6.6.21/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 …]
/linux-6.6.21/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.6.21/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.6.21/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.6.21/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.6.21/Documentation/gpu/rfc/
Dindex.rst16 * Once the code has landed move all the documentation to the right places in
/linux-6.6.21/Documentation/devicetree/bindings/sound/
Dadi,max98396.yaml86 automatically places the device into software shutdown.
100 automatically places the device into software shutdown.
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c206 buf->places[0].lpfn = PFN_UP(bo->resource->size); in vmw_bo_pin_in_start_of_vram()
808 pl->placement = bo->places; in vmw_bo_placement_set()
809 pl->num_placement = set_placement_list(bo->places, domain); in vmw_bo_placement_set()
Dvmwgfx_bo.h78 struct ttm_place places[5]; member
/linux-6.6.21/Documentation/devicetree/bindings/firmware/
Dqemu,fw-cfg-mmio.yaml21 DTB that QEMU places at the bottom of the guest's DRAM.
/linux-6.6.21/Documentation/usb/
Dmisc_usbsevseg.rst45 5. Set the decimal places.
/linux-6.6.21/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.6.21/Documentation/devicetree/bindings/usb/
Drockchip,dwc3.yaml15 Phy documentation is provided in the following places.
/linux-6.6.21/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/
Darcx,anybus-controller.txt50 This example places the bridge on top of the i.MX WEIM parallel bus, see:
/linux-6.6.21/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt5 In such places a interrupt controllers are preceded by an CROSSBAR
/linux-6.6.21/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.6.21/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
Dinit.rst47 providing additional error messages at affected places.
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv-luma.rst161 For Y012 and Y12 formats, Y012 places its data in the 12 high bits, with
/linux-6.6.21/Documentation/driver-api/firmware/
Dfirmware-usage-guidelines.rst12 i.e. company doesn't support Linux, firmwares sourced from misc places,
/linux-6.6.21/tools/memory-model/Documentation/
DREADME7 This document therefore points out a number of places to start reading,
/linux-6.6.21/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt30 simply download an appropriate image from any number of places.
/linux-6.6.21/Documentation/powerpc/
Dcpu_features.rst24 particular feature bit. This is done in quite a few places, for example
/linux-6.6.21/drivers/gpu/drm/ttm/
Dttm_resource.c320 const struct ttm_place *places, in ttm_resource_places_compat() argument
331 const struct ttm_place *heap = &places[i]; in ttm_resource_places_compat()

123456