Searched refs:drm_property_blob (Results 1 – 7 of 7) sorted by relevance
216 struct drm_property_blob { struct231 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base) argument277 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,280 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,283 struct drm_property_blob **blob,289 struct drm_property_blob **replace,294 bool drm_property_replace_blob(struct drm_property_blob **blob,295 struct drm_property_blob *new_blob);296 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);297 void drm_property_blob_put(struct drm_property_blob *blob);
34 struct drm_property_blob;46 struct drm_property_blob *blob);
70 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size()120 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests);
245 struct drm_property_blob *mode_blob;254 struct drm_property_blob *degamma_lut;262 struct drm_property_blob *ctm;275 struct drm_property_blob *gamma_lut;
45 struct drm_property_blob *pixel_formats_blob_ptr;
45 struct drm_property_blob;1145 struct drm_property_blob *hdr_output_metadata;2035 struct drm_property_blob *edid_blob_ptr;2069 struct drm_property_blob *path_blob_ptr;2266 struct drm_property_blob *tile_blob_ptr;
197 struct drm_property_blob *fb_damage_clips;
Completed in 20 milliseconds