Home
last modified time | relevance | path

Searched refs:drm_property (Results 1 – 8 of 8) sorted by relevance

/include/drm/
A Ddrm_mode_config.h599 struct drm_property *prop_src_x;
604 struct drm_property *prop_src_y;
609 struct drm_property *prop_src_w;
614 struct drm_property *prop_src_h;
619 struct drm_property *prop_crtc_x;
624 struct drm_property *prop_crtc_y;
629 struct drm_property *prop_crtc_w;
634 struct drm_property *prop_crtc_h;
639 struct drm_property *prop_fb_id;
655 struct drm_property *prop_crtc_id;
[all …]
A Ddrm_property.h80 struct drm_property { struct
230 #define obj_to_property(x) container_of(x, struct drm_property, base)
241 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is()
250 struct drm_property *drm_property_create(struct drm_device *dev,
253 struct drm_property *drm_property_create_enum(struct drm_device *dev,
257 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
262 struct drm_property *drm_property_create_range(struct drm_device *dev,
268 struct drm_property *drm_property_create_object(struct drm_device *dev,
271 struct drm_property *drm_property_create_bool(struct drm_device *dev,
273 int drm_property_add_enum(struct drm_property *property,
[all …]
A Ddrm_mode_object.h29 struct drm_property;
82 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY];
128 struct drm_property *property,
131 struct drm_property *property,
134 struct drm_property *property,
138 struct drm_property *property,
A Ddrm_plane.h471 struct drm_property *property,
494 struct drm_property *property,
747 struct drm_property *alpha_property;
753 struct drm_property *zpos_property;
759 struct drm_property *rotation_property;
767 struct drm_property *blend_mode_property;
776 struct drm_property *color_encoding_property;
784 struct drm_property *color_range_property;
795 struct drm_property *hotspot_x_property;
800 struct drm_property *hotspot_y_property;
[all …]
A Ddrm_sysfs.h8 struct drm_property;
16 struct drm_property *property);
A Ddrm_connector.h44 struct drm_property;
1425 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
1557 struct drm_property *property,
1580 struct drm_property *property,
2044 struct drm_property *scaling_mode_property;
2055 struct drm_property *vrr_capable_property;
2061 struct drm_property *colorspace_property;
2080 struct drm_property *max_bpc_property;
2092 struct drm_property *privacy_screen_sw_state_property;
2098 struct drm_property *privacy_screen_hw_state_property;
[all …]
A Ddrm_crtc.h616 struct drm_property *property, uint64_t val);
706 struct drm_property *property,
728 struct drm_property *property,
1089 struct drm_property *scaling_filter_property;
/include/drm/bridge/
A Dsamsung-dsim.h111 struct drm_property *brightness;

Completed in 27 milliseconds