Searched refs:supported_rotations (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_reg.c | 151 .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 D | rockchip_drm_vop2.h | 117 const unsigned int supported_rotations; member
|
H A D | rockchip_drm_vop2.c | 2288 if (win->data->supported_rotations) in vop2_plane_init() 2291 win->data->supported_rotations); in vop2_plane_init()
|
/openbmc/linux/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()
|
/openbmc/linux/include/drm/ |
H A D | drm_blend.h | 48 unsigned int supported_rotations); 50 unsigned int supported_rotations);
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.h | 62 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 D | mtk_drm_plane.c | 323 unsigned int supported_rotations, const u32 *formats, in mtk_plane_init() argument 341 if (supported_rotations & ~DRM_MODE_ROTATE_0) { in mtk_plane_init() 344 supported_rotations); in mtk_plane_init()
|
H A D | mtk_drm_plane.h | 51 unsigned int supported_rotations, const u32 *formats,
|
H A D | mtk_drm_ddp_comp.c | 356 .supported_rotations = mtk_ovl_supported_rotations,
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 810 uint32_t supported_rotations; in dpu_plane_atomic_check() local 940 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0; in dpu_plane_atomic_check() 943 supported_rotations |= DRM_MODE_ROTATE_90; in dpu_plane_atomic_check() 946 supported_rotations); in dpu_plane_atomic_check() 1422 uint32_t supported_rotations; in dpu_plane_init() local 1465 supported_rotations = DRM_MODE_REFLECT_MASK | DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in dpu_plane_init() 1468 supported_rotations |= DRM_MODE_ROTATE_MASK; in dpu_plane_init() 1471 DRM_MODE_ROTATE_0, supported_rotations); in dpu_plane_init()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | i9xx_plane.c | 780 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 D | intel_sprite.c | 1550 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()
|
H A D | skl_universal_plane.c | 2241 unsigned int supported_rotations; in skl_universal_plane_create() local 2333 supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180; in skl_universal_plane_create() 2335 supported_rotations = in skl_universal_plane_create() 2340 supported_rotations |= DRM_MODE_REFLECT_X; in skl_universal_plane_create() 2344 supported_rotations); in skl_universal_plane_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_plane.c | 1454 unsigned int supported_rotations; in amdgpu_dm_plane_init() local 1508 supported_rotations = in amdgpu_dm_plane_init() 1515 supported_rotations); in amdgpu_dm_plane_init()
|
/openbmc/linux/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 1648 int supported_rotations = DRM_MODE_ROTATE_0 | DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in ltdc_crtc_init() local 1665 supported_rotations); in ltdc_crtc_init() 1700 supported_rotations); in ltdc_crtc_init()
|