Home
last modified time | relevance | path

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

123

/Linux-v5.4/include/drm/
Ddrm_mode_config.h557 struct drm_property *edid_property;
562 struct drm_property *dpms_property;
567 struct drm_property *path_property;
573 struct drm_property *tile_property;
578 struct drm_property *link_status_property;
583 struct drm_property *plane_type_property;
588 struct drm_property *prop_src_x;
593 struct drm_property *prop_src_y;
598 struct drm_property *prop_src_w;
603 struct drm_property *prop_src_h;
[all …]
Ddrm_property.h73 struct drm_property { struct
223 #define obj_to_property(x) container_of(x, struct drm_property, base)
234 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is()
243 struct drm_property *drm_property_create(struct drm_device *dev,
246 struct drm_property *drm_property_create_enum(struct drm_device *dev,
250 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
255 struct drm_property *drm_property_create_range(struct drm_device *dev,
258 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
261 struct drm_property *drm_property_create_object(struct drm_device *dev,
264 struct drm_property *drm_property_create_bool(struct drm_device *dev,
[all …]
Ddrm_plane.h326 struct drm_property *property, uint64_t val);
416 struct drm_property *property,
439 struct drm_property *property,
670 struct drm_property *alpha_property;
676 struct drm_property *zpos_property;
682 struct drm_property *rotation_property;
690 struct drm_property *blend_mode_property;
699 struct drm_property *color_encoding_property;
707 struct drm_property *color_range_property;
755 struct drm_property *property,
Ddrm_mode_object.h29 struct drm_property;
82 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY];
124 struct drm_property *property,
127 struct drm_property *property,
131 struct drm_property *property,
Ddrm_connector.h40 struct drm_property;
784 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
916 struct drm_property *property,
939 struct drm_property *property,
1213 struct drm_property *scaling_mode_property;
1224 struct drm_property *vrr_capable_property;
1230 struct drm_property *colorspace_property;
1244 struct drm_property *max_bpc_property;
Ddrm_sysfs.h8 struct drm_property;
15 struct drm_property *property);
Ddrm_crtc.h604 struct drm_property *property, uint64_t val);
694 struct drm_property *property,
716 struct drm_property *property,
/Linux-v5.4/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-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_display.h40 struct drm_property *dithering_mode;
41 struct drm_property *dithering_depth;
42 struct drm_property *underscan_property;
43 struct drm_property *underscan_hborder_property;
44 struct drm_property *underscan_vborder_property;
46 struct drm_property *vibrant_hue_property;
47 struct drm_property *color_vibrance_property;
Dnouveau_connector.h187 struct drm_property *, u64);
190 struct drm_property *, u64 *);
/Linux-v5.4/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()
162 struct drm_property *drm_property_create_enum(struct drm_device *dev, in drm_property_create_enum()
167 struct drm_property *property; in drm_property_create_enum()
210 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
216 struct drm_property *property; in drm_property_create_bitmask()
242 static struct drm_property *property_create_range(struct drm_device *dev, in property_create_range()
246 struct drm_property *property; in property_create_range()
277 struct drm_property *drm_property_create_range(struct drm_device *dev, in drm_property_create_range()
[all …]
Ddrm_crtc_internal.h56 struct drm_property;
63 struct drm_property *property,
122 bool drm_property_change_valid_get(struct drm_property *property,
125 void drm_property_change_valid_put(struct drm_property *property,
155 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj,
179 struct drm_property *property,
242 struct drm_property *prop,
245 struct drm_property *property, uint64_t *val);
Ddrm_mode_object.c229 struct drm_property *property, in drm_object_attach_property()
268 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
287 struct drm_property *property, in __drm_object_property_get_value()
329 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
346 struct drm_property *prop = obj->properties->properties[i]; in drm_mode_object_get_properties()
420 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, in drm_mode_obj_find_prop_id()
433 struct drm_property *prop, in set_property_legacy()
464 struct drm_property *prop, in set_property_atomic()
515 struct drm_property *property; in drm_mode_obj_set_property_ioctl()
Ddrm_blend.c201 struct drm_property *prop; in drm_plane_create_alpha_property()
264 struct drm_property *prop; in drm_plane_create_rotation_property()
353 struct drm_property *prop; in drm_plane_create_zpos_property()
391 struct drm_property *prop; in drm_plane_create_zpos_immutable_property()
556 struct drm_property *prop; in drm_plane_create_blend_mode_property()
Ddrm_connector.c1145 struct drm_property *prop; in drm_connector_create_standard_properties()
1206 struct drm_property *dvi_i_selector; in drm_mode_create_dvi_i_properties()
1207 struct drm_property *dvi_i_subconnector; in drm_mode_create_dvi_i_properties()
1384 struct drm_property *tv_selector; in drm_mode_create_tv_properties()
1385 struct drm_property *tv_subconnector; in drm_mode_create_tv_properties()
1477 struct drm_property *scaling_mode; in drm_mode_create_scaling_mode_property()
1570 struct drm_property *prop; in drm_connector_attach_vrr_capable_property()
1604 struct drm_property *scaling_mode_property; in drm_connector_attach_scaling_mode_property()
1703 struct drm_property *prop; in drm_mode_create_colorspace_property()
1951 struct drm_property *prop; in drm_connector_attach_max_bpc_property()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_atomic.h18 struct drm_property;
24 struct drm_property *property,
28 struct drm_property *property,
Dintel_connector.c224 struct drm_property *prop; in intel_attach_force_audio_property()
251 struct drm_property *prop; in intel_attach_broadcast_rgb_property()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h323 struct drm_property *coherent_mode_property;
325 struct drm_property *load_detect_property;
327 struct drm_property *underscan_property;
328 struct drm_property *underscan_hborder_property;
329 struct drm_property *underscan_vborder_property;
331 struct drm_property *audio_property;
333 struct drm_property *dither_property;
335 struct drm_property *abm_level_property;
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_drv.h13 struct drm_property;
26 struct drm_property *plane_zorder_property;
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_du_drv.h23 struct drm_property;
91 struct drm_property *colorkey;
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_mode.h250 struct drm_property *coherent_mode_property;
252 struct drm_property *load_detect_property;
254 struct drm_property *tv_std_property;
256 struct drm_property *tmds_pll_property;
258 struct drm_property *underscan_property;
259 struct drm_property *underscan_hborder_property;
260 struct drm_property *underscan_vborder_property;
262 struct drm_property *audio_property;
264 struct drm_property *dither_property;
266 struct drm_property *output_csc_property;
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c43 struct drm_property *colorkey;
44 struct drm_property *contrast;
45 struct drm_property *brightness;
46 struct drm_property *hue;
47 struct drm_property *saturation;
243 struct drm_property *property, in nv_set_property()
/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c153 struct drm_property *tv_format;
156 struct drm_property *left;
157 struct drm_property *right;
158 struct drm_property *top;
159 struct drm_property *bottom;
160 struct drm_property *hpos;
161 struct drm_property *vpos;
162 struct drm_property *contrast;
163 struct drm_property *saturation;
164 struct drm_property *hue;
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h360 struct drm_property *property,
365 struct drm_property *property,
/Linux-v5.4/Documentation/gpu/
Ddrm-kms.rst172 "drm_property A" -> "drm_mode_object A"
173 "drm_property A" -> "drm_mode_object B"
174 "drm_property B" -> "drm_mode_object A"
182 represented by :c:type:`struct drm_property <drm_property>`, which only specify
431 .. kernel-doc:: drivers/gpu/drm/drm_property.c
434 .. kernel-doc:: include/drm/drm_property.h
437 .. kernel-doc:: drivers/gpu/drm/drm_property.c

123