Home
last modified time | relevance | path

Searched refs:drm_property_blob (Results 1 – 7 of 7) sorted by relevance

/include/drm/
A Ddrm_property.h216 struct drm_property_blob { struct
231 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base) argument
277 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);
A Ddrm_atomic_uapi.h34 struct drm_property_blob;
46 struct drm_property_blob *blob);
A Ddrm_color_mgmt.h70 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);
A Ddrm_crtc.h245 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;
A Ddrm_writeback.h45 struct drm_property_blob *pixel_formats_blob_ptr;
A Ddrm_connector.h45 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;
A Ddrm_plane.h197 struct drm_property_blob *fb_damage_clips;

Completed in 20 milliseconds