Home
last modified time | relevance | path

Searched refs:drm_plane_state_dest (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_plane.h265 drm_plane_state_dest(const struct drm_plane_state *state) in drm_plane_state_dest() function
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_plane.c139 struct drm_rect dest = drm_plane_state_dest(new_state); in meson_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c347 plane_state->uapi.dst = drm_plane_state_dest(&from_plane_state->uapi); in intel_plane_copy_uapi_to_hw_state()
H A Dintel_display_debugfs.c372 dst = drm_plane_state_dest(&plane_state->uapi); in intel_plane_uapi_info()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h636 __entry->dst_rect = drm_plane_state_dest(state);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_atomic.c721 struct drm_rect dest = drm_plane_state_dest(state); in drm_atomic_plane_print_state()
H A Ddrm_atomic_helper.c874 *dst = drm_plane_state_dest(plane_state); in drm_atomic_helper_check_plane_state()