| /linux/include/drm/ |
| A D | drm_mode_config.h | 598 struct drm_property *prop_src_x; 603 struct drm_property *prop_src_y; 608 struct drm_property *prop_src_w; 613 struct drm_property *prop_src_h; 618 struct drm_property *prop_crtc_x; 623 struct drm_property *prop_crtc_y; 628 struct drm_property *prop_crtc_w; 633 struct drm_property *prop_crtc_h; 638 struct drm_property *prop_fb_id; 654 struct drm_property *prop_crtc_id; [all …]
|
| A D | drm_property.h | 80 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 D | drm_mode_object.h | 29 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 D | drm_plane.h | 471 struct drm_property *property, 494 struct drm_property *property, 730 struct drm_property *alpha_property; 736 struct drm_property *zpos_property; 742 struct drm_property *rotation_property; 750 struct drm_property *blend_mode_property; 759 struct drm_property *color_encoding_property; 767 struct drm_property *color_range_property; 778 struct drm_property *hotspot_x_property; 783 struct drm_property *hotspot_y_property; [all …]
|
| A D | drm_connector.h | 44 struct drm_property; 1330 int (*set_property)(struct drm_connector *connector, struct drm_property *property, 1462 struct drm_property *property, 1485 struct drm_property *property, 1867 struct drm_property *scaling_mode_property; 1878 struct drm_property *vrr_capable_property; 1884 struct drm_property *colorspace_property; 1903 struct drm_property *max_bpc_property; 1915 struct drm_property *privacy_screen_sw_state_property; 1921 struct drm_property *privacy_screen_hw_state_property; [all …]
|
| A D | drm_sysfs.h | 8 struct drm_property; 16 struct drm_property *property);
|
| A D | drm_crtc.h | 616 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/drivers/gpu/drm/armada/ |
| A D | armada_drm.h | 60 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/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_mode.h | 318 struct drm_property *coherent_mode_property; 320 struct drm_property *load_detect_property; 322 struct drm_property *underscan_property; 326 struct drm_property *audio_property; 328 struct drm_property *dither_property; 365 struct drm_property *plane_hdr_mult_property; 367 struct drm_property *plane_ctm_property; 388 struct drm_property *plane_shaper_tf_property; 399 struct drm_property *plane_lut3d_property; 428 struct drm_property *plane_blend_tf_property; [all …]
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_display.h | 25 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;
|
| A D | nouveau_connector.h | 218 struct drm_property *, u64); 221 struct drm_property *, u64 *);
|
| /linux/drivers/gpu/drm/ |
| A D | drm_property.c | 97 struct drm_property *drm_property_create(struct drm_device *dev, in drm_property_create() 101 struct drm_property *property = NULL; in drm_property_create() 110 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); in drm_property_create() 167 struct drm_property *property; in drm_property_create_enum() 216 struct drm_property *property; in drm_property_create_bitmask() 246 struct drm_property *property; in property_create_range() 336 struct drm_property *property; in drm_property_create_object() 390 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum() 462 struct drm_property *property; in drm_mode_getproperty_ioctl() 696 struct drm_property *prop_holds_id) in drm_property_replace_global_blob() [all …]
|
| A D | drm_crtc_internal.h | 64 struct drm_property; 73 struct drm_property *property, 85 struct drm_property * 136 bool drm_property_change_valid_get(struct drm_property *property, 139 void drm_property_change_valid_put(struct drm_property *property, 169 struct drm_property *drm_mode_obj_find_prop_id(struct drm_mode_object *obj, 193 struct drm_property *property, 262 struct drm_property *prop, 265 struct drm_property *property, uint64_t *val);
|
| A D | drm_mode_object.c | 234 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() 484 struct drm_property *prop, in set_property_legacy() 516 struct drm_property *prop, in set_property_atomic() [all …]
|
| A D | drm_blend.c | 221 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()
|
| A D | drm_connector.c | 1640 struct drm_property *prop; in drm_connector_create_standard_properties() 1703 struct drm_property *dvi_i_selector; in drm_mode_create_dvi_i_properties() 1984 struct drm_property *tv_selector; in drm_mode_create_tv_properties_legacy() 1985 struct drm_property *tv_subconnector; in drm_mode_create_tv_properties_legacy() 2081 struct drm_property *tv_mode; in drm_mode_create_tv_properties() 2122 struct drm_property *scaling_mode; in drm_mode_create_scaling_mode_property() 2215 struct drm_property *prop; in drm_connector_attach_vrr_capable_property() 2660 struct drm_property *prop; in drm_connector_attach_max_bpc_property() 2712 struct drm_property *prop; in drm_connector_attach_broadcast_rgb_property() 2829 struct drm_property *prop; in drm_connector_set_panel_orientation() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_atomic.h | 18 struct drm_property; 26 struct drm_property *property, 30 struct drm_property *property,
|
| A D | intel_display_core.h | 35 struct drm_property; 491 struct drm_property *broadcast_rgb; 492 struct drm_property *force_audio;
|
| A D | intel_connector.c | 227 struct drm_property *prop; in intel_attach_force_audio_property() 254 struct drm_property *prop; in intel_attach_broadcast_rgb_property()
|
| /linux/drivers/gpu/drm/sti/ |
| A D | sti_drv.h | 13 struct drm_property; 26 struct drm_property *plane_zorder_property;
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_mode.h | 248 struct drm_property *coherent_mode_property; 250 struct drm_property *load_detect_property; 252 struct drm_property *tv_std_property; 254 struct drm_property *tmds_pll_property; 256 struct drm_property *underscan_property; 257 struct drm_property *underscan_hborder_property; 258 struct drm_property *underscan_vborder_property; 260 struct drm_property *audio_property; 262 struct drm_property *dither_property; 264 struct drm_property *output_csc_property;
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| A D | rcar_du_drv.h | 26 struct drm_property; 115 struct drm_property *colorkey;
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| A D | overlay.c | 44 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/drivers/gpu/drm/gma500/ |
| A D | psb_intel_sdvo.c | 157 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; 168 struct drm_property *hue; 169 struct drm_property *sharpness; [all …]
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| A D | rzg2l_du_drv.h | 21 struct drm_property;
|