Searched refs:can_position (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_plane_helper_test.c | 44 bool can_position; member 121 params->can_position, false), in drm_test_check_plane_state() 147 .can_position = false, 161 .can_position = false, 173 .can_position = true, 185 .can_position = false, 197 .can_position = false, 209 .can_position = true, 221 .can_position = false, 233 .can_position = true, [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 1006 bool can_position) in intel_plane_check_clipping() argument 1043 if (!can_position && plane_state->uapi.visible && in intel_plane_check_clipping()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 896 bool can_position, in drm_atomic_helper_check_plane_state() argument 958 if (!can_position && !drm_rect_equals(dst, &clip)) { in drm_atomic_helper_check_plane_state()
|