Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_blend.c274 unsigned int supported_rotations) in drm_plane_create_rotation_property() argument
286 WARN_ON((supported_rotations & DRM_MODE_ROTATE_MASK) == 0); in drm_plane_create_rotation_property()
288 WARN_ON(rotation & ~supported_rotations); in drm_plane_create_rotation_property()
292 supported_rotations); in drm_plane_create_rotation_property()
326 unsigned int supported_rotations) in drm_rotation_simplify() argument
328 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h56 unsigned int (*supported_rotations)(struct device *dev); member
145 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()
146 return comp->funcs->supported_rotations(comp->dev); in mtk_ddp_comp_supported_rotations()
Dmtk_drm_plane.c247 unsigned int supported_rotations) in mtk_plane_init() argument
259 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()
262 supported_rotations); in mtk_plane_init()
Dmtk_drm_plane.h42 unsigned int supported_rotations);
Dmtk_drm_ddp_comp.c283 .supported_rotations = mtk_ovl_supported_rotations,
/drivers/gpu/drm/i915/display/
Di9xx_plane.c770 unsigned int supported_rotations; in intel_primary_plane_create() local
897 supported_rotations = in intel_primary_plane_create()
901 supported_rotations = in intel_primary_plane_create()
904 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
910 supported_rotations); in intel_primary_plane_create()
Dskl_universal_plane.c2053 unsigned int supported_rotations; in skl_universal_plane_create() local
2141 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create()
2143 supported_rotations = in skl_universal_plane_create()
2148 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()
2152 supported_rotations); in skl_universal_plane_create()
Dintel_sprite.c1754 unsigned int supported_rotations; in intel_sprite_plane_create() local
1824 supported_rotations = in intel_sprite_plane_create()
1828 supported_rotations = in intel_sprite_plane_create()
1846 supported_rotations); in intel_sprite_plane_create()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c7772 unsigned int supported_rotations; in amdgpu_dm_plane_init() local
7813 supported_rotations = in amdgpu_dm_plane_init()
7820 supported_rotations); in amdgpu_dm_plane_init()