Searched refs:rotated_size (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/selftests/ |
| D | i915_vma.c | 470 static unsigned int rotated_size(const struct intel_remapped_plane_info *a, in rotated_size() function 548 vma->size != rotated_size(a, b) * PAGE_SIZE) { in igt_vma_rotate_remap() 550 PAGE_SIZE * rotated_size(a, b), vma->size); in igt_vma_rotate_remap() 556 vma->size > rotated_size(a, b) * PAGE_SIZE) { in igt_vma_rotate_remap() 558 PAGE_SIZE * rotated_size(a, b), vma->size); in igt_vma_rotate_remap() 563 if (vma->pages->nents > rotated_size(a, b)) { in igt_vma_rotate_remap() 565 rotated_size(a, b), vma->pages->nents); in igt_vma_rotate_remap()
|
| /Linux-v5.10/tools/include/uapi/drm/ |
| D | i915_drm.h | 245 int rotated_size; member
|
| /Linux-v5.10/include/uapi/drm/ |
| D | i915_drm.h | 245 int rotated_size; member
|