Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A 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()
/linux/include/drm/
A Ddrm_blend.h48 unsigned int supported_rotations);
50 unsigned int supported_rotations);
/linux/drivers/gpu/drm/mediatek/
A Dmtk_drm_ddp_comp.h54 unsigned int (*supported_rotations)(struct device *dev); member
130 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()
131 return comp->funcs->supported_rotations(comp->dev); in mtk_ddp_comp_supported_rotations()
A 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()
A Dmtk_drm_plane.h42 unsigned int supported_rotations);
A Dmtk_drm_ddp_comp.c281 .supported_rotations = mtk_ovl_supported_rotations,
/linux/drivers/gpu/drm/i915/display/
A 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()
A Dskl_universal_plane.c2101 unsigned int supported_rotations; in skl_universal_plane_create() local
2189 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create()
2191 supported_rotations = in skl_universal_plane_create()
2196 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()
2200 supported_rotations); in skl_universal_plane_create()
A 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()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm.c7763 unsigned int supported_rotations; in amdgpu_dm_plane_init() local
7804 supported_rotations = in amdgpu_dm_plane_init()
7811 supported_rotations); in amdgpu_dm_plane_init()

Completed in 51 milliseconds