Searched refs:drm_rotation_simplify (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_blend.h | 49 unsigned int drm_rotation_simplify(unsigned int rotation,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
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-6.3-rc2/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_kms.h | 158 u32 rotation = drm_rotation_simplify(rot, in has_flip_h()
|
A D | komeda_plane.c | 50 dflow->rot = drm_rotation_simplify(st->rotation, caps->supported_rots); in komeda_plane_init_data_flow()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_plane.c | 247 rotation = drm_rotation_simplify(state->rotation, in mdp5_plane_atomic_check_with_state() 949 rotation = drm_rotation_simplify(pstate->rotation, in mdp5_plane_mode_set()
|
/linux-6.3-rc2/drivers/gpu/drm/mediatek/ |
A D | mtk_disp_ovl.c | 226 rotation = drm_rotation_simplify(state->rotation, in mtk_ovl_layer_check()
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_plane.c | 855 rotation = drm_rotation_simplify(state->rotation, in vc4_plane_mode_set()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_plane.c | 1053 rotation = drm_rotation_simplify(new_plane_state->rotation, in dpu_plane_atomic_check()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | dc.c | 677 rotation = drm_rotation_simplify(rotation, supported_rotation); in tegra_plane_atomic_check()
|
Completed in 23 milliseconds