Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_blend.h45 unsigned int drm_rotation_simplify(unsigned int rotation,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_blend.c234 unsigned int drm_rotation_simplify(unsigned int rotation, in drm_rotation_simplify() function
246 EXPORT_SYMBOL(drm_rotation_simplify);
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c331 rotation = drm_rotation_simplify(state->rotation, in mdp5_plane_atomic_check_with_state()
1013 rotation = drm_rotation_simplify(pstate->rotation, in mdp5_plane_mode_set()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.c637 rotation = drm_rotation_simplify(state->rotation, rotation); in tegra_plane_atomic_check()