Home
last modified time | relevance | path

Searched refs:supported_rotations (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c151 .supported_rotations = DRM_MODE_REFLECT_Y,
164 .supported_rotations = DRM_MODE_REFLECT_Y,
177 .supported_rotations = DRM_MODE_REFLECT_Y,
190 .supported_rotations = DRM_MODE_REFLECT_Y,
203 .supported_rotations = DRM_MODE_ROTATE_90 | DRM_MODE_ROTATE_270 |
218 .supported_rotations = DRM_MODE_ROTATE_90 | DRM_MODE_ROTATE_270 |
H A Drockchip_drm_vop2.h117 const unsigned int supported_rotations; member
H A Drockchip_drm_vop2.c2224 if (win->data->supported_rotations) in vop2_plane_init()
2227 win->data->supported_rotations); in vop2_plane_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_blend.c235 * @supported_rotations: bitmask of supported rotations and reflections
267 unsigned int supported_rotations) in drm_plane_create_rotation_property()
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()
303 * @supported_rotations: Supported rotations
319 unsigned int supported_rotations) in drm_rotation_simplify()
321 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
265 drm_plane_create_rotation_property(struct drm_plane *plane, unsigned int rotation, unsigned int supported_rotations) drm_plane_create_rotation_property() argument
318 drm_rotation_simplify(unsigned int rotation, unsigned int supported_rotations) drm_rotation_simplify() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_blend.c242 * @supported_rotations: bitmask of supported rotations and reflections
274 unsigned int supported_rotations) in drm_plane_create_rotation_property()
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()
310 * @supported_rotations: Supported rotations
326 unsigned int supported_rotations) in drm_rotation_simplify()
328 if (rotation & ~supported_rotations) { in drm_rotation_simplify()
272 drm_plane_create_rotation_property(struct drm_plane *plane, unsigned int rotation, unsigned int supported_rotations) drm_plane_create_rotation_property() argument
325 drm_rotation_simplify(unsigned int rotation, unsigned int supported_rotations) drm_rotation_simplify() argument
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_blend.h48 unsigned int supported_rotations);
50 unsigned int supported_rotations);
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_blend.h48 unsigned int supported_rotations);
50 unsigned int supported_rotations);
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h49 unsigned int (*supported_rotations)(struct mtk_ddp_comp *comp); member
113 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()
114 return comp->funcs->supported_rotations(comp); in mtk_ddp_comp_supported_rotations()
H A Dmtk_drm_plane.c229 unsigned int supported_rotations) in mtk_plane_init()
241 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()
244 supported_rotations); in mtk_plane_init()
227 mtk_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, enum drm_plane_type type, unsigned int supported_rotations) mtk_plane_init() argument
H A Dmtk_drm_plane.h42 unsigned int supported_rotations);
H A Dmtk_disp_ovl.c320 .supported_rotations = mtk_ovl_supported_rotations,
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h62 unsigned int (*supported_rotations)(struct device *dev); member
157 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations()
158 return comp->funcs->supported_rotations(comp->dev); in mtk_ddp_comp_supported_rotations()
H A Dmtk_drm_plane.c321 unsigned int supported_rotations, const u32 *formats, in mtk_plane_init()
339 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()
342 supported_rotations); in mtk_plane_init()
319 mtk_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, enum drm_plane_type type, unsigned int supported_rotations, const u32 *formats, size_t num_formats) mtk_plane_init() argument
H A Dmtk_drm_plane.h51 unsigned int supported_rotations, const u32 *formats,
H A Dmtk_drm_ddp_comp.c356 .supported_rotations = mtk_ovl_supported_rotations,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Di9xx_plane.c780 unsigned int supported_rotations; in intel_primary_plane_create() local
913 supported_rotations = in intel_primary_plane_create()
917 supported_rotations = in intel_primary_plane_create()
920 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
926 supported_rotations); in intel_primary_plane_create()
H A Dskl_universal_plane.c2244 unsigned int supported_rotations; in skl_universal_plane_create() local
2336 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create()
2338 supported_rotations = in skl_universal_plane_create()
2343 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()
2347 supported_rotations); in skl_universal_plane_create()
H A Dintel_sprite.c1550 unsigned int supported_rotations; in intel_sprite_plane_create() local
1620 supported_rotations = in intel_sprite_plane_create()
1624 supported_rotations = in intel_sprite_plane_create()
1646 supported_rotations); in intel_sprite_plane_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c805 uint32_t supported_rotations; in dpu_plane_atomic_check() local
921 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0; in dpu_plane_atomic_check()
924 supported_rotations |= DRM_MODE_ROTATE_90; in dpu_plane_atomic_check()
927 supported_rotations); in dpu_plane_atomic_check()
1403 uint32_t supported_rotations; in dpu_plane_init() local
1446 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in dpu_plane_init()
1449 supported_rotations |= DRM_MODE_ROTATE_MASK; in dpu_plane_init()
1452 DRM_MODE_ROTATE_0, supported_rotations); in dpu_plane_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c3019 unsigned int supported_rotations; in skl_universal_plane_create() local
3084 supported_rotations = in skl_universal_plane_create()
3089 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create()
3093 supported_rotations); in skl_universal_plane_create()
3134 unsigned int supported_rotations; in intel_sprite_plane_create() local
3206 supported_rotations = in intel_sprite_plane_create()
3210 supported_rotations = in intel_sprite_plane_create()
3228 supported_rotations); in intel_sprite_plane_create()
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1448 unsigned int supported_rotations; in amdgpu_dm_plane_init() local
1502 supported_rotations = in amdgpu_dm_plane_init()
1509 supported_rotations); in amdgpu_dm_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H A Dltdc.c1659 int supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in ltdc_crtc_init() local
1676 supported_rotations); in ltdc_crtc_init()
1712 supported_rotations); in ltdc_crtc_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6183 unsigned int supported_rotations;
6218 supported_rotations =
6224 supported_rotations);

Completed in 57 milliseconds