Home
last modified time | relevance | path

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

1234

/Linux-v6.6/include/drm/
Ddrm_mode_config.h573 struct drm_property *edid_property;
578 struct drm_property *dpms_property;
583 struct drm_property *path_property;
589 struct drm_property *tile_property;
594 struct drm_property *link_status_property;
599 struct drm_property *plane_type_property;
604 struct drm_property *prop_src_x;
609 struct drm_property *prop_src_y;
614 struct drm_property *prop_src_w;
619 struct drm_property *prop_src_h;
[all …]
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,
265 struct drm_property *drm_property_create_signed_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,
[all …]
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,
Ddrm_plane.h358 struct drm_property *property, uint64_t val);
448 struct drm_property *property,
471 struct drm_property *property,
707 struct drm_property *alpha_property;
713 struct drm_property *zpos_property;
719 struct drm_property *rotation_property;
727 struct drm_property *blend_mode_property;
736 struct drm_property *color_encoding_property;
744 struct drm_property *color_range_property;
750 struct drm_property *scaling_filter_property;
[all …]
Ddrm_connector.h43 struct drm_property;
1154 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
1286 struct drm_property *property,
1309 struct drm_property *property,
1641 struct drm_property *scaling_mode_property;
1652 struct drm_property *vrr_capable_property;
1658 struct drm_property *colorspace_property;
1672 struct drm_property *max_bpc_property;
1684 struct drm_property *privacy_screen_sw_state_property;
1690 struct drm_property *privacy_screen_hw_state_property;
Ddrm_sysfs.h8 struct drm_property;
16 struct drm_property *property);
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;
/Linux-v6.6/drivers/gpu/drm/armada/
Darmada_drm.h60 struct drm_property *colorkey_prop;
61 struct drm_property *colorkey_min_prop;
62 struct drm_property *colorkey_max_prop;
63 struct drm_property *colorkey_val_prop;
64 struct drm_property *colorkey_alpha_prop;
65 struct drm_property *colorkey_mode_prop;
66 struct drm_property *brightness_prop;
67 struct drm_property *contrast_prop;
68 struct drm_property *saturation_prop;
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_display.h25 struct drm_property *dithering_mode;
26 struct drm_property *dithering_depth;
27 struct drm_property *underscan_property;
28 struct drm_property *underscan_hborder_property;
29 struct drm_property *underscan_vborder_property;
31 struct drm_property *vibrant_hue_property;
32 struct drm_property *color_vibrance_property;
Dnouveau_connector.h219 struct drm_property *, u64);
222 struct drm_property *, u64 *);
/Linux-v6.6/drivers/gpu/drm/
Ddrm_property.c96 struct drm_property *drm_property_create(struct drm_device *dev, in drm_property_create()
100 struct drm_property *property = NULL; in drm_property_create()
109 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); in drm_property_create()
161 struct drm_property *drm_property_create_enum(struct drm_device *dev, in drm_property_create_enum()
166 struct drm_property *property; in drm_property_create_enum()
209 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
215 struct drm_property *property; in drm_property_create_bitmask()
241 static struct drm_property *property_create_range(struct drm_device *dev, in property_create_range()
245 struct drm_property *property; in property_create_range()
276 struct drm_property *drm_property_create_range(struct drm_device *dev, in drm_property_create_range()
[all …]
Ddrm_crtc_internal.h57 struct drm_property;
66 struct drm_property *property,
78 struct drm_property *
129 bool drm_property_change_valid_get(struct drm_property *property,
132 void drm_property_change_valid_put(struct drm_property *property,
162 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj,
186 struct drm_property *property,
253 struct drm_property *prop,
256 struct drm_property *property, uint64_t *val);
Ddrm_mode_object.c234 struct drm_property *property, in drm_object_attach_property()
284 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
303 struct drm_property *property, in __drm_object_property_get_prop_value()
319 struct drm_property *property, in __drm_object_property_get_value()
352 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
377 struct drm_property *property, in drm_object_property_get_default_value()
395 struct drm_property *prop = obj->properties->properties[i]; in drm_mode_object_get_properties()
470 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, in drm_mode_obj_find_prop_id()
483 struct drm_property *prop, in set_property_legacy()
515 struct drm_property *prop, in set_property_atomic()
[all …]
Ddrm_blend.c221 struct drm_property *prop; in drm_plane_create_alpha_property()
284 struct drm_property *prop; in drm_plane_create_rotation_property()
373 struct drm_property *prop; in drm_plane_create_zpos_property()
411 struct drm_property *prop; in drm_plane_create_zpos_immutable_property()
575 struct drm_property *prop; in drm_plane_create_blend_mode_property()
Ddrm_connector.c1491 struct drm_property *prop; in drm_connector_create_standard_properties()
1554 struct drm_property *dvi_i_selector; in drm_mode_create_dvi_i_properties()
1555 struct drm_property *dvi_i_subconnector; in drm_mode_create_dvi_i_properties()
1797 struct drm_property *tv_selector; in drm_mode_create_tv_properties_legacy()
1798 struct drm_property *tv_subconnector; in drm_mode_create_tv_properties_legacy()
1894 struct drm_property *tv_mode; in drm_mode_create_tv_properties()
1935 struct drm_property *scaling_mode; in drm_mode_create_scaling_mode_property()
2028 struct drm_property *prop; in drm_connector_attach_vrr_capable_property()
2062 struct drm_property *scaling_mode_property; in drm_connector_attach_scaling_mode_property()
2426 struct drm_property *prop; in drm_connector_attach_max_bpc_property()
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_atomic.h18 struct drm_property;
26 struct drm_property *property,
30 struct drm_property *property,
Dintel_display_core.h31 struct drm_property;
461 struct drm_property *broadcast_rgb;
462 struct drm_property *force_audio;
Dintel_sdvo.c138 struct drm_property *tv_format;
141 struct drm_property *left;
142 struct drm_property *right;
143 struct drm_property *top;
144 struct drm_property *bottom;
145 struct drm_property *hpos;
146 struct drm_property *vpos;
147 struct drm_property *contrast;
148 struct drm_property *saturation;
149 struct drm_property *hue;
[all …]
Dintel_connector.c227 struct drm_property *prop; in intel_attach_force_audio_property()
254 struct drm_property *prop; in intel_attach_broadcast_rgb_property()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h316 struct drm_property *coherent_mode_property;
318 struct drm_property *load_detect_property;
320 struct drm_property *underscan_property;
321 struct drm_property *underscan_hborder_property;
322 struct drm_property *underscan_vborder_property;
324 struct drm_property *audio_property;
326 struct drm_property *dither_property;
328 struct drm_property *abm_level_property;
/Linux-v6.6/drivers/gpu/drm/sti/
Dsti_drv.h13 struct drm_property;
26 struct drm_property *plane_zorder_property;
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_mode.h247 struct drm_property *coherent_mode_property;
249 struct drm_property *load_detect_property;
251 struct drm_property *tv_std_property;
253 struct drm_property *tmds_pll_property;
255 struct drm_property *underscan_property;
256 struct drm_property *underscan_hborder_property;
257 struct drm_property *underscan_vborder_property;
259 struct drm_property *audio_property;
261 struct drm_property *dither_property;
263 struct drm_property *output_csc_property;
/Linux-v6.6/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_drv.h26 struct drm_property;
115 struct drm_property *colorkey;
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c44 struct drm_property *colorkey;
45 struct drm_property *contrast;
46 struct drm_property *brightness;
47 struct drm_property *hue;
48 struct drm_property *saturation;
245 struct drm_property *property, in nv_set_property()
/Linux-v6.6/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c157 struct drm_property *tv_format;
160 struct drm_property *left;
161 struct drm_property *right;
162 struct drm_property *top;
163 struct drm_property *bottom;
164 struct drm_property *hpos;
165 struct drm_property *vpos;
166 struct drm_property *contrast;
167 struct drm_property *saturation;
168 struct drm_property *hue;
[all …]

1234