/kernel/linux/linux-6.6/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 | 2224 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 D | drm_blend.c | 235 * @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 D | drm_blend.c | 242 * @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 D | drm_blend.h | 48 unsigned int supported_rotations); 50 unsigned int supported_rotations);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_blend.h | 48 unsigned int supported_rotations); 50 unsigned int supported_rotations);
|
/kernel/linux/linux-5.10/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() 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 D | mtk_drm_plane.h | 42 unsigned int supported_rotations);
|
H A D | mtk_disp_ovl.c | 320 .supported_rotations = mtk_ovl_supported_rotations,
|
/kernel/linux/linux-6.6/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 | 321 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 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,
|
/kernel/linux/linux-6.6/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 | skl_universal_plane.c | 2244 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 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 805 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 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 | 16368 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 D | amdgpu_dm_plane.c | 1448 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 D | ltdc.c | 1659 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 D | amdgpu_dm.c | 6183 unsigned int supported_rotations; 6218 supported_rotations = 6224 supported_rotations);
|