Searched refs:can_position (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c44 bool can_position; member in struct:drm_check_plane_state_test
121 params->can_position, false),
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
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.h64 bool can_position);
H A Dintel_atomic_plane.c903 bool can_position)
938 if (!can_position && plane_state->uapi.visible &&
900 intel_atomic_plane_check_clipping(struct intel_plane_state *plane_state, struct intel_crtc_state *crtc_state, int min_scale, int max_scale, bool can_position) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_plane_helper.c102 bool can_position,
129 can_position,
94 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) argument
H A Ddrm_atomic_helper.c845 * @can_position: is it legal to position the plane such that it
864 bool can_position,
926 if (!can_position && !drm_rect_equals(dst, &clip)) {
860 drm_atomic_helper_check_plane_state(struct drm_plane_state *plane_state, const struct drm_crtc_state *crtc_state, int min_scale, int max_scale, bool can_position, bool can_update_disabled) argument
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.c93 bool can_position; local
122 can_position = (drm_plane->type == DRM_PLANE_TYPE_OVERLAY &&
128 can_position, true);
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c103 bool can_position; local
130 can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY);
138 can_position, true);
/linux-master/include/drm/
H A Ddrm_atomic_helper.h58 bool can_position,
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c378 bool can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY); local
397 can_position, true);

Completed in 264 milliseconds