HomeSort by: relevance | last modified time | path
    Searched refs:remapped (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 132 /* Check that rotation/remapped shares offsets for simplicity */
157 struct intel_remapped_info remapped; member in union:i915_ggtt_view::__anon62b2feda010a
i915_vma.h 202 offsetof(typeof(*view), remapped));
i915_debugfs.c 196 seq_printf(m, ", remapped [(%ux%u, stride=%u, offset=%u), (%ux%u, stride=%u, offset=%u)]",
197 vma->ggtt_view.remapped.plane[0].width,
198 vma->ggtt_view.remapped.plane[0].height,
199 vma->ggtt_view.remapped.plane[0].stride,
200 vma->ggtt_view.remapped.plane[0].offset,
201 vma->ggtt_view.remapped.plane[1].width,
202 vma->ggtt_view.remapped.plane[1].height,
203 vma->ggtt_view.remapped.plane[1].stride,
204 vma->ggtt_view.remapped.plane[1].offset);
i915_vma.c 203 vma->size = intel_remapped_info_size(&view->remapped);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-db.dts 12 * Note: this Device Tree assumes that the bootloader has remapped the
armada-370-rd.dts 10 * Note: this Device Tree assumes that the bootloader has remapped the
armada-xp-db.dts 13 * Note: this Device Tree assumes that the bootloader has remapped the
armada-xp-gp.dts 12 * Note: this Device Tree assumes that the bootloader has remapped the
armada-370-synology-ds213j.dts 7 * Note: this Device Tree assumes that the bootloader has remapped the
armada-xp-synology-ds414.dts 7 * Note: this Device Tree assumes that the bootloader has remapped the
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 451 pr_err("Invalid sg.length, found %d, expected %lu for remapped page (%d, %d) [src index %lu]\n",
458 pr_err("Invalid address for remapped page (%d, %d) [src index %lu]\n",
593 sg = assert_remapped(obj, &view.remapped, n, sg);
597 "rotated" : "remapped", n,
961 src_idx = remapped_index(&view.remapped, 0, x, y);
967 *t == I915_GGTT_VIEW_ROTATED ? "Rotated" : "Remapped",
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ggtt.c 1588 DRM_DEBUG_DRIVER("Failed to create remapped mapping for object size %zu! (%ux%u tiles, %u pages)\n",
1791 intel_remap_pages(&vma->ggtt_view.remapped, vma->obj);
  /src/sys/arch/sparc/sparc/
locore.s 4139 add %o1, %o2, %l2 ! last va that must be remapped

Completed in 27 milliseconds