Home
last modified time | relevance | path

Searched refs:drm_rotation_simplify (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_blend.h49 unsigned int drm_rotation_simplify(unsigned int rotation,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_blend.c325 unsigned int drm_rotation_simplify(unsigned int rotation, in drm_rotation_simplify() function
337 EXPORT_SYMBOL(drm_rotation_simplify);
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h161 u32 rotation = drm_rotation_simplify(rot, in has_flip_h()
H A Dkomeda_plane.c50 dflow->rot = drm_rotation_simplify(st->rotation, caps->supported_rots); in komeda_plane_init_data_flow()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_plane.c119 frame_info->rotation = drm_rotation_simplify(new_state->rotation, DRM_MODE_ROTATE_0 | in vkms_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c246 rotation = drm_rotation_simplify(state->rotation, in mdp5_plane_atomic_check_with_state()
948 rotation = drm_rotation_simplify(pstate->rotation, in mdp5_plane_mode_set()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl.c310 rotation = drm_rotation_simplify(state->rotation, in mtk_ovl_layer_check()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c855 rotation = drm_rotation_simplify(state->rotation, in vc4_plane_mode_set()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c945 rotation = drm_rotation_simplify(new_plane_state->rotation, in dpu_plane_atomic_check()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c678 rotation = drm_rotation_simplify(rotation, supported_rotation); in tegra_plane_atomic_check()