Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Ddrm_property.h206 struct drm_property_blob { struct
221 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base) argument
267 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
270 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
273 struct drm_property_blob **replace,
278 bool drm_property_replace_blob(struct drm_property_blob **blob,
279 struct drm_property_blob *new_blob);
280 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
281 void drm_property_blob_put(struct drm_property_blob *blob);
Ddrm_crtc.h249 struct drm_property_blob *mode_blob;
258 struct drm_property_blob *degamma_lut;
266 struct drm_property_blob *ctm;
275 struct drm_property_blob *gamma_lut;
Ddrm_connector.h40 struct drm_property_blob;
978 struct drm_property_blob *edid_blob_ptr;
1001 struct drm_property_blob *path_blob_ptr;
1128 struct drm_property_blob *tile_blob_ptr;
Ddrm_color_mgmt.h48 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size()
Ddrm_writeback.h37 struct drm_property_blob *pixel_formats_blob_ptr;
Ddrm_atomic.h605 struct drm_property_blob *blob);