Searched refs:enum_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_color_mgmt.c535 struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, local
554 enum_list[len].type = i;
555 enum_list[len].name = color_encoding_name[i];
560 enum_list, len);
573 enum_list[len].type = i;
574 enum_list[len].name = color_range_name[i];
579 enum_list, len);
H A Ddrm_property.c129 INIT_LIST_HEAD(&property->enum_list);
411 list_for_each_entry(prop_enum, &property->enum_list, head) {
428 list_add_tail(&prop_enum->head, &property->enum_list);
445 list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) {
496 list_for_each_entry(prop_enum, &property->enum_list, head) {
H A Ddrm_connector.c2179 struct drm_prop_enum_list enum_list[DRM_MODE_COLORIMETRY_COUNT]; local
2202 enum_list[len].type = i;
2203 enum_list[len].name = colorspace_names[i];
2209 enum_list,
/linux-master/include/drm/
H A Ddrm_property.h34 * @head: list of enum values, linked to &drm_property.enum_list
192 * @enum_list:
197 struct list_head enum_list; member in struct:drm_property
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c205 struct drm_prop_enum_list enum_list[AMDGPU_TRANSFER_FUNCTION_COUNT]; local
213 enum_list[len].type = i;
214 enum_list[len].name = amdgpu_transfer_function_names[i];
219 name, enum_list, len);

Completed in 161 milliseconds