Searched refs:rotated_size (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
| D | i915_vma.c | 467 static unsigned int rotated_size(const struct intel_remapped_plane_info *a, in rotated_size() function 545 vma->size != rotated_size(a, b) * PAGE_SIZE) { in igt_vma_rotate_remap() 547 PAGE_SIZE * rotated_size(a, b), vma->size); in igt_vma_rotate_remap() 553 vma->size > rotated_size(a, b) * PAGE_SIZE) { in igt_vma_rotate_remap() 555 PAGE_SIZE * rotated_size(a, b), vma->size); in igt_vma_rotate_remap() 560 if (vma->pages->nents > rotated_size(a, b)) { in igt_vma_rotate_remap() 562 rotated_size(a, b), vma->pages->nents); in igt_vma_rotate_remap()
|
| /Linux-v5.4/include/uapi/drm/ |
| D | i915_drm.h | 245 int rotated_size; member
|
| /Linux-v5.4/tools/include/uapi/drm/ |
| D | i915_drm.h | 245 int rotated_size; member
|