| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_hw_config.c | 184 .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 D | drm_blend.c | 267 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 D | drm_blend.h | 48 unsigned int supported_rotations); 50 unsigned int supported_rotations);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_ddp_comp.h | 49 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 D | mtk_drm_plane.c | 229 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 D | mtk_drm_plane.h | 42 unsigned int supported_rotations);
|
| H A D | mtk_disp_ovl.c | 320 .supported_rotations = mtk_ovl_supported_rotations,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 2380 .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 D | rockchip_drm_vop.h | 1042 const unsigned int supported_rotations; member
|
| H A D | rockchip_drm_vop2.c | 463 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 D | rga_hw_config.h | 28 const unsigned int supported_rotations; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_sprite.c | 3019 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 D | intel_display.c | 16367 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 D | xf86RandR12.c | 53 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 D | amdgpu_dm.c | 6180 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()
|