Searched refs:rotated_size (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A 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()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 109 int rotated_size; member
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
H A D | i915_drm.h | 245 int rotated_size; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | i915_drm.h | 245 int rotated_size; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | i915_drm.h | 370 int rotated_size; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 124 int rotated_size; member
|
/kernel/linux/linux-6.6/tools/include/uapi/drm/ |
H A D | i915_drm.h | 370 int rotated_size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 124 int rotated_size; member
|
Completed in 33 milliseconds