Searched refs:drm_rotation_simplify (Results 1 – 8 of 8) sorted by relevance
/linux/include/drm/ |
H A D | drm_blend.h | 49 unsigned int drm_rotation_simplify(unsigned int rotation,
|
/linux/drivers/gpu/drm/ |
H A D | drm_blend.c | 325 unsigned int drm_rotation_simplify(unsigned int rotation, in drm_rotation_simplify() function 337 EXPORT_SYMBOL(drm_rotation_simplify);
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_kms.h | 161 u32 rotation = drm_rotation_simplify(rot, in has_flip_h()
|
H A D | komeda_plane.c | 50 dflow->rot = drm_rotation_simplify(st->rotation, caps->supported_rots); in komeda_plane_init_data_flow()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 233 rotation = drm_rotation_simplify(state->rotation, in mdp5_plane_atomic_check_with_state() 936 rotation = drm_rotation_simplify(pstate->rotation, in mdp5_plane_mode_set()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 1260 rotation = drm_rotation_simplify(state->rotation, in vc4_plane_mode_set() 1792 rotation = drm_rotation_simplify(state->rotation, in vc6_plane_mode_set()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 955 pipe_cfg->rotation = drm_rotation_simplify(new_plane_state->rotation, in dpu_plane_atomic_check_sspp()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 678 rotation = drm_rotation_simplify(rotation, supported_rotation); in tegra_plane_atomic_check()
|