Searched refs:places (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 129 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local 136 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain() 137 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain() 138 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain() 139 places[c].flags = 0; in amdgpu_bo_placement_from_domain() 142 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain() 144 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain() 147 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain() 152 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain() 153 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain() [all …]
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 94 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 …]
|
/drivers/gpu/drm/i915/ |
D | TODO.txt | 31 - 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
|
/drivers/block/paride/ |
D | Transition-notes | 5 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
|
/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/ |
D | arcx,anybus-controller.txt | 50 This example places the bridge on top of the i.MX WEIM parallel bus, see:
|
/drivers/gpu/drm/ttm/ |
D | ttm_resource.c | 319 const struct ttm_place *places, in ttm_resource_places_compat() argument 330 const struct ttm_place *heap = &places[i]; in ttm_resource_places_compat()
|
/drivers/usb/storage/ |
D | Kconfig | 159 This code places the Rio Karma into mass storage mode, enabling
|
/drivers/gpio/ |
D | TODO | 95 Collect GPIO drivers from arch/* and other places that should be placed
|
/drivers/auxdisplay/ |
D | Kconfig | 347 where many symbols are at unusual places. The driver knows how to map
|