Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_hw_config.c184 .supported_rotations = RGA_MODE_ROTATE_MASK,
199 .supported_rotations = RGA_MODE_ROTATE_MASK,
214 .supported_rotations = 0,
227 .supported_rotations = RGA_MODE_ROTATE_MASK,
238 .supported_rotations = RGA_MODE_ROTATE_MASK,
249 .supported_rotations = 0,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A 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()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_blend.h48 unsigned int supported_rotations);
50 unsigned int supported_rotations);
/OK3568_Linux_fs/kernel/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() argument
241 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init()
244 supported_rotations); in mtk_plane_init()
H A Dmtk_drm_plane.h42 unsigned int supported_rotations);
H A Dmtk_disp_ovl.c320 .supported_rotations = mtk_ovl_supported_rotations,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c2380 .supported_rotations = DRM_MODE_REFLECT_Y,
2409 .supported_rotations = DRM_MODE_REFLECT_Y,
2438 .supported_rotations = DRM_MODE_REFLECT_Y,
2467 .supported_rotations = DRM_MODE_REFLECT_Y,
2496 .supported_rotations = DRM_MODE_ROTATE_90 | DRM_MODE_ROTATE_270 |
2523 .supported_rotations = DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y,
2564 .supported_rotations = DRM_MODE_REFLECT_Y,
2590 .supported_rotations = DRM_MODE_REFLECT_Y,
2616 .supported_rotations = DRM_MODE_REFLECT_Y,
2642 .supported_rotations = DRM_MODE_REFLECT_Y,
[all …]
H A Drockchip_drm_vop.h1042 const unsigned int supported_rotations; member
H A Drockchip_drm_vop2.c463 unsigned int supported_rotations; member
4859 (win->supported_rotations & state->rotation)) { in vop2_plane_atomic_check()
10898 if (win->supported_rotations) in vop2_plane_init()
10900 DRM_MODE_ROTATE_0 | win->supported_rotations); in vop2_plane_init()
11608 win->supported_rotations = win_data->supported_rotations; in vop2_win_init()
11654 area->supported_rotations = win_data->supported_rotations; in vop2_win_init()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_hw_config.h28 const unsigned int supported_rotations; member
/OK3568_Linux_fs/kernel/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.c16367 unsigned int supported_rotations; in intel_primary_plane_create() local
16468 supported_rotations = in intel_primary_plane_create()
16472 supported_rotations = in intel_primary_plane_create()
16475 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create()
16481 supported_rotations); in intel_primary_plane_create()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c53 Rotation supported_rotations; /* driver supported */ member
463 *rotations = randrp->supported_rotations; in xf86RandR12GetInfo()
885 randrp->supported_rotations = RR_Rotate_0; in xf86RandR12Init()
941 randrp->supported_rotations = rotations; in xf86RandR12SetRotations()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6180 unsigned int supported_rotations; in amdgpu_dm_plane_init() local
6215 supported_rotations = in amdgpu_dm_plane_init()
6221 supported_rotations); in amdgpu_dm_plane_init()