| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_blend.c | 274 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-6.15/include/drm/ |
| H A D | drm_blend.h | 48 unsigned int supported_rotations); 50 unsigned int supported_rotations);
|
| /linux-6.15/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 606 .supported_rotations = DRM_MODE_REFLECT_Y, 620 .supported_rotations = DRM_MODE_REFLECT_Y, 634 .supported_rotations = DRM_MODE_REFLECT_Y, 648 .supported_rotations = DRM_MODE_REFLECT_Y, 896 .supported_rotations = DRM_MODE_REFLECT_Y, 912 .supported_rotations = DRM_MODE_REFLECT_Y, 928 .supported_rotations = DRM_MODE_REFLECT_Y, 944 .supported_rotations = DRM_MODE_REFLECT_Y, 1206 .supported_rotations = DRM_MODE_REFLECT_Y, 1223 .supported_rotations = DRM_MODE_REFLECT_Y, [all …]
|
| H A D | rockchip_drm_vop2.h | 189 const unsigned int supported_rotations; member
|
| H A D | rockchip_drm_vop2.c | 2309 if (win->data->supported_rotations) in vop2_plane_init() 2312 win->data->supported_rotations); in vop2_plane_init()
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_plane.c | 323 unsigned int supported_rotations, const u32 blend_modes, in mtk_plane_init() argument 357 if (supported_rotations) { in mtk_plane_init() 360 supported_rotations); in mtk_plane_init()
|
| H A D | mtk_plane.h | 51 unsigned int supported_rotations, const u32 blend_modes,
|
| H A D | mtk_ddp_comp.h | 67 unsigned int (*supported_rotations)(struct device *dev); member 193 if (comp->funcs && comp->funcs->supported_rotations) in mtk_ddp_comp_supported_rotations() 194 return comp->funcs->supported_rotations(comp->dev); in mtk_ddp_comp_supported_rotations()
|
| H A D | mtk_ddp_comp.c | 360 .supported_rotations = mtk_ovl_supported_rotations,
|
| /linux-6.15/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 739 uint32_t supported_rotations; in dpu_plane_atomic_check_pipe() local 759 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0; in dpu_plane_atomic_check_pipe() 762 supported_rotations |= DRM_MODE_ROTATE_90; in dpu_plane_atomic_check_pipe() 765 supported_rotations); in dpu_plane_atomic_check_pipe() 1625 uint32_t supported_rotations; in dpu_plane_init_common() local 1651 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in dpu_plane_init_common() 1654 supported_rotations |= DRM_MODE_ROTATE_MASK; in dpu_plane_init_common() 1657 DRM_MODE_ROTATE_0, supported_rotations); in dpu_plane_init_common()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | i9xx_plane.c | 908 unsigned int supported_rotations; in intel_primary_plane_create() local 1069 supported_rotations = in intel_primary_plane_create() 1073 supported_rotations = in intel_primary_plane_create() 1076 supported_rotations = DRM_MODE_ROTATE_0; in intel_primary_plane_create() 1082 supported_rotations); in intel_primary_plane_create()
|
| H A D | intel_sprite.c | 1609 unsigned int supported_rotations; in intel_sprite_plane_create() local 1696 supported_rotations = in intel_sprite_plane_create() 1700 supported_rotations = in intel_sprite_plane_create() 1722 supported_rotations); in intel_sprite_plane_create()
|
| H A D | skl_universal_plane.c | 2798 unsigned int supported_rotations; in skl_universal_plane_create() local 2930 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create() 2932 supported_rotations = in skl_universal_plane_create() 2937 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create() 2941 supported_rotations); in skl_universal_plane_create()
|
| /linux-6.15/drivers/gpu/drm/stm/ |
| H A D | ltdc.c | 1644 int supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in ltdc_crtc_init() local 1661 supported_rotations); in ltdc_crtc_init() 1696 supported_rotations); in ltdc_crtc_init()
|
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1809 unsigned int supported_rotations; in amdgpu_dm_plane_init() local 1873 supported_rotations = in amdgpu_dm_plane_init() 1880 supported_rotations); in amdgpu_dm_plane_init()
|