HomeSort by: relevance | last modified time | path
    Searched refs:drm_property (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/include/drm/
drm_sysfs.h 34 struct drm_property;
38 struct drm_property *);
drm_encoder_slave.h 45 struct drm_property;
68 struct drm_property *, uint64_t);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 511 * List of property type objects linked with &drm_property.head. This is
559 struct drm_property *edid_property;
564 struct drm_property *dpms_property;
569 struct drm_property *path_property;
575 struct drm_property *tile_property;
580 struct drm_property *link_status_property;
585 struct drm_property *plane_type_property;
590 struct drm_property *prop_src_x;
595 struct drm_property *prop_src_y;
600 struct drm_property *prop_src_w
    [all...]
drm_property.h 1 /* $NetBSD: drm_property.h,v 1.2 2021/12/18 23:45:46 riastradh Exp $ */
37 * @head: list of enum values, linked to &drm_property.enum_list
50 * struct drm_property - modeset object property
75 struct drm_property { struct
196 * struct drm_property_blob - Blob data for &drm_property
206 * bits available for a &drm_property.
225 #define obj_to_property(x) container_of(x, struct drm_property, base)
236 static inline bool drm_property_type_is(struct drm_property *property,
245 struct drm_property *drm_property_create(struct drm_device *dev,
248 struct drm_property *drm_property_create_enum(struct drm_device *dev
    [all...]
drm_mode_object.h 31 struct drm_property;
77 * @properties: Array of pointers to &drm_property.
84 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY];
126 struct drm_property *property,
129 struct drm_property *property,
133 struct drm_property *property,
drm_plane.h 347 struct drm_property *property, uint64_t val);
437 struct drm_property *property,
460 struct drm_property *property,
691 struct drm_property *alpha_property;
697 struct drm_property *zpos_property;
703 struct drm_property *rotation_property;
711 struct drm_property *blend_mode_property;
720 struct drm_property *color_encoding_property;
728 struct drm_property *color_range_property;
776 struct drm_property *property
    [all...]
drm_connector.h 42 struct drm_property;
790 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
922 struct drm_property *property,
945 struct drm_property *property,
1227 struct drm_property *scaling_mode_property;
1238 struct drm_property *vrr_capable_property;
1244 struct drm_property *colorspace_property;
1258 struct drm_property *max_bpc_property;
drm_color_mgmt.h 29 #include <drm/drm_property.h>
drm_crtc.h 48 #include <drm/drm_property.h>
608 struct drm_property *property, uint64_t val);
698 struct drm_property *property,
720 struct drm_property *property,
1191 * userspace interface should be done using &drm_property.
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.h 42 struct drm_property *dithering_mode;
43 struct drm_property *dithering_depth;
44 struct drm_property *underscan_property;
45 struct drm_property *underscan_hborder_property;
46 struct drm_property *underscan_vborder_property;
48 struct drm_property *vibrant_hue_property;
49 struct drm_property *color_vibrance_property;
nouveau_connector.h 197 struct drm_property *, u64);
200 struct drm_property *, u64 *);
  /src/sys/external/bsd/drm2/drm/
drm_sysfs.c 60 struct drm_property *prop)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.h 20 struct drm_property;
28 struct drm_property *property,
32 struct drm_property *property,
intel_atomic_plane.h 14 struct drm_property;
intel_connector.c 229 struct drm_property *prop;
256 struct drm_property *prop;
  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 1 /* $NetBSD: drm_property.c,v 1.4 2021/12/19 09:50:27 riastradh Exp $ */
26 __KERNEL_RCSID(0, "$NetBSD: drm_property.c,v 1.4 2021/12/19 09:50:27 riastradh Exp $");
36 #include <drm/drm_property.h>
43 * Properties as represented by &drm_property are used to extend the modeset
48 * flags member of &struct drm_property for an overview of the different
102 struct drm_property *drm_property_create(struct drm_device *dev,
106 struct drm_property *property = NULL;
115 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
168 struct drm_property *drm_property_create_enum(struct drm_device *dev,
173 struct drm_property *property
    [all...]
drm_crtc_internal.h 58 struct drm_property;
65 struct drm_property *property,
121 /* drm_property.c */
124 bool drm_property_change_valid_get(struct drm_property *property,
127 void drm_property_change_valid_put(struct drm_property *property,
157 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj,
181 struct drm_property *property,
244 struct drm_property *prop,
247 struct drm_property *property, uint64_t *val);
drm_mode_object.c 239 struct drm_property *property,
289 struct drm_property *property, uint64_t val)
308 struct drm_property *property,
350 struct drm_property *property, uint64_t *val)
367 struct drm_property *prop = obj->properties->properties[i];
441 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj,
454 struct drm_property *prop,
485 struct drm_property *prop,
536 struct drm_property *property;
drm_blend.c 211 struct drm_property *prop;
274 struct drm_property *prop;
363 struct drm_property *prop;
401 struct drm_property *prop;
566 struct drm_property *prop;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 325 struct drm_property *coherent_mode_property;
327 struct drm_property *load_detect_property;
329 struct drm_property *underscan_property;
330 struct drm_property *underscan_hborder_property;
331 struct drm_property *underscan_vborder_property;
333 struct drm_property *audio_property;
335 struct drm_property *dither_property;
337 struct drm_property *abm_level_property;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.h 428 struct drm_property *property,
433 struct drm_property *property,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_lut.c 32 #include <drm/drm_property.h>
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_mode.h 252 struct drm_property *coherent_mode_property;
254 struct drm_property *load_detect_property;
256 struct drm_property *tv_std_property;
258 struct drm_property *tmds_pll_property;
260 struct drm_property *underscan_property;
261 struct drm_property *underscan_hborder_property;
262 struct drm_property *underscan_vborder_property;
264 struct drm_property *audio_property;
266 struct drm_property *dither_property;
268 struct drm_property *output_csc_property
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_overlay.c 49 struct drm_property *colorkey;
50 struct drm_property *contrast;
51 struct drm_property *brightness;
52 struct drm_property *hue;
53 struct drm_property *saturation;
249 struct drm_property *property,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 399 struct drm_property *property,
403 struct drm_property *property,
408 struct drm_property *property,

Completed in 32 milliseconds

1 2