Searched refs:can_position (Results 1 – 6 of 6) 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/ |
| H A D | drm_plane_helper.c | 103 bool can_position, in drm_plane_helper_check_update() argument 130 can_position, in drm_plane_helper_check_update()
|
| H A D | drm_atomic_helper.c | 897 bool can_position, in drm_atomic_helper_check_plane_state() argument 959 if (!can_position && !drm_rect_equals(dst, &clip)) { in drm_atomic_helper_check_plane_state()
|
| /linux/include/drm/ |
| H A D | drm_atomic_helper.h | 58 bool can_position,
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-plane.c | 379 bool can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY); in ipu_plane_atomic_check() local 397 can_position, true); in ipu_plane_atomic_check()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 1011 bool can_position) in intel_plane_check_clipping() argument 1048 if (!can_position && plane_state->uapi.visible && in intel_plane_check_clipping()
|