Home
last modified time | relevance | path

Searched refs:supported_rotations (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/
Ddrm_blend.c267 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument
279 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()
281 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()
285 supported_rotations); in drm_plane_create_rotation_property()
319 unsigned int supported_rotations) in drm_rotation_simplify() argument
321 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
/Linux-v5.10/include/drm/
Ddrm_blend.h48 unsigned int supported_rotations);
50 unsigned int supported_rotations);
/Linux-v5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h81 unsigned int (*supported_rotations)(struct mtk_ddp_comp *comp); member
145 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()
146 return comp->funcs->supported_rotations(comp); in mtk_ddp_comp_supported_rotations()
Dmtk_drm_plane.c229 unsigned int supported_rotations) in mtk_plane_init() argument
241 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()
244 supported_rotations); in mtk_plane_init()
Dmtk_drm_plane.h42 unsigned int supported_rotations);
Dmtk_disp_ovl.c320 .supported_rotations = mtk_ovl_supported_rotations,
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_sprite.c3064 unsigned int supported_rotations; in skl_universal_plane_create() local
3129 supported_rotations = in skl_universal_plane_create()
3134 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()
3138 supported_rotations); in skl_universal_plane_create()
3179 unsigned int supported_rotations; in intel_sprite_plane_create() local
3251 supported_rotations = in intel_sprite_plane_create()
3255 supported_rotations = in intel_sprite_plane_create()
3273 supported_rotations); in intel_sprite_plane_create()
Dintel_display.c16368 unsigned int supported_rotations; in intel_primary_plane_create() local
16469 supported_rotations = in intel_primary_plane_create()
16473 supported_rotations = in intel_primary_plane_create()
16476 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
16482 supported_rotations); in intel_primary_plane_create()
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c6061 unsigned int supported_rotations; in amdgpu_dm_plane_init() local
6096 supported_rotations = in amdgpu_dm_plane_init()
6102 supported_rotations); in amdgpu_dm_plane_init()