Home
last modified time | relevance | path

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

123

/linux-6.1.9/include/drm/
Ddrm_mode_config.h575 struct drm_property *edid_property;
580 struct drm_property *dpms_property;
585 struct drm_property *path_property;
591 struct drm_property *tile_property;
596 struct drm_property *link_status_property;
601 struct drm_property *plane_type_property;
606 struct drm_property *prop_src_x;
611 struct drm_property *prop_src_y;
616 struct drm_property *prop_src_w;
621 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.h42 struct drm_property;
996 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
1128 struct drm_property *property,
1151 struct drm_property *property,
1464 struct drm_property *scaling_mode_property;
1475 struct drm_property *vrr_capable_property;
1481 struct drm_property *colorspace_property;
1495 struct drm_property *max_bpc_property;
1507 struct drm_property *privacy_screen_sw_state_property;
1513 struct drm_property *privacy_screen_hw_state_property;
Ddrm_sysfs.h8 struct drm_property;
16 struct drm_property *property);
Ddrm_crtc.h621 struct drm_property *property, uint64_t val);
711 struct drm_property *property,
733 struct drm_property *property,
1094 struct drm_property *scaling_filter_property;
/linux-6.1.9/drivers/gpu/drm/armada/
Darmada_drm.h62 struct drm_property *colorkey_prop;
63 struct drm_property *colorkey_min_prop;
64 struct drm_property *colorkey_max_prop;
65 struct drm_property *colorkey_val_prop;
66 struct drm_property *colorkey_alpha_prop;
67 struct drm_property *colorkey_mode_prop;
68 struct drm_property *brightness_prop;
69 struct drm_property *contrast_prop;
70 struct drm_property *saturation_prop;
/linux-6.1.9/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.h216 struct drm_property *, u64);
219 struct drm_property *, u64 *);
/linux-6.1.9/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;
65 struct drm_property *property,
77 struct drm_property *
128 bool drm_property_change_valid_get(struct drm_property *property,
131 void drm_property_change_valid_put(struct drm_property *property,
161 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj,
185 struct drm_property *property,
252 struct drm_property *prop,
255 struct drm_property *property, uint64_t *val);
Ddrm_mode_object.c232 struct drm_property *property, in drm_object_attach_property()
282 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
301 struct drm_property *property, in __drm_object_property_get_prop_value()
317 struct drm_property *property, in __drm_object_property_get_value()
350 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
375 struct drm_property *property, in drm_object_property_get_default_value()
393 struct drm_property *prop = obj->properties->properties[i]; in drm_mode_object_get_properties()
468 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, in drm_mode_obj_find_prop_id()
481 struct drm_property *prop, in set_property_legacy()
513 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()
576 struct drm_property *prop; in drm_plane_create_blend_mode_property()
Ddrm_connector.c1416 struct drm_property *prop; in drm_connector_create_standard_properties()
1479 struct drm_property *dvi_i_selector; in drm_mode_create_dvi_i_properties()
1480 struct drm_property *dvi_i_subconnector; in drm_mode_create_dvi_i_properties()
1658 struct drm_property *tv_selector; in drm_mode_create_tv_properties()
1659 struct drm_property *tv_subconnector; in drm_mode_create_tv_properties()
1753 struct drm_property *scaling_mode; in drm_mode_create_scaling_mode_property()
1846 struct drm_property *prop; in drm_connector_attach_vrr_capable_property()
1880 struct drm_property *scaling_mode_property; in drm_connector_attach_scaling_mode_property()
2208 struct drm_property *prop; in drm_connector_attach_max_bpc_property()
2240 struct drm_property *prop = dev->mode_config.hdr_output_metadata_property; in drm_connector_attach_hdr_output_metadata_property()
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_atomic.h18 struct drm_property;
26 struct drm_property *property,
30 struct drm_property *property,
Dintel_display_core.h30 struct drm_property;
386 struct drm_property *broadcast_rgb;
387 struct drm_property *force_audio;
Dintel_connector.c230 struct drm_property *prop; in intel_attach_force_audio_property()
257 struct drm_property *prop; in intel_attach_broadcast_rgb_property()
Dintel_sdvo.c139 struct drm_property *tv_format;
142 struct drm_property *left;
143 struct drm_property *right;
144 struct drm_property *top;
145 struct drm_property *bottom;
146 struct drm_property *hpos;
147 struct drm_property *vpos;
148 struct drm_property *contrast;
149 struct drm_property *saturation;
150 struct drm_property *hue;
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h318 struct drm_property *coherent_mode_property;
320 struct drm_property *load_detect_property;
322 struct drm_property *underscan_property;
323 struct drm_property *underscan_hborder_property;
324 struct drm_property *underscan_vborder_property;
326 struct drm_property *audio_property;
328 struct drm_property *dither_property;
330 struct drm_property *abm_level_property;
/linux-6.1.9/drivers/gpu/drm/sti/
Dsti_drv.h13 struct drm_property;
26 struct drm_property *plane_zorder_property;
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_mode.h249 struct drm_property *coherent_mode_property;
251 struct drm_property *load_detect_property;
253 struct drm_property *tv_std_property;
255 struct drm_property *tmds_pll_property;
257 struct drm_property *underscan_property;
258 struct drm_property *underscan_hborder_property;
259 struct drm_property *underscan_vborder_property;
261 struct drm_property *audio_property;
263 struct drm_property *dither_property;
265 struct drm_property *output_csc_property;
/linux-6.1.9/drivers/gpu/drm/rcar-du/
Drcar_du_drv.h26 struct drm_property;
115 struct drm_property *colorkey;
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c155 struct drm_property *tv_format;
158 struct drm_property *left;
159 struct drm_property *right;
160 struct drm_property *top;
161 struct drm_property *bottom;
162 struct drm_property *hpos;
163 struct drm_property *vpos;
164 struct drm_property *contrast;
165 struct drm_property *saturation;
166 struct drm_property *hue;
[all …]

123