/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_property.h | 37 * @head: list of enum values, linked to &drm_property.enum_list 187 * @enum_list: 192 struct list_head enum_list; member in struct:drm_property
|
drm_property.h | 37 * @head: list of enum values, linked to &drm_property.enum_list 187 * @enum_list: 192 struct list_head enum_list; member in struct:drm_property
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_color_mgmt.c | 429 struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, local in function:drm_plane_create_color_properties 448 enum_list[len].type = i; 449 enum_list[len].name = color_encoding_name[i]; 454 enum_list, len); 467 enum_list[len].type = i; 468 enum_list[len].name = color_range_name[i]; 473 enum_list, len);
|
drm_color_mgmt.c | 429 struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, local in function:drm_plane_create_color_properties 448 enum_list[len].type = i; 449 enum_list[len].name = color_encoding_name[i]; 454 enum_list, len); 467 enum_list[len].type = i; 468 enum_list[len].name = color_range_name[i]; 473 enum_list, len);
|