Searched refs:drm_property_blob (Results 1 – 4 of 4) sorted by relevance
217 struct drm_property_blob { struct691 struct drm_property_blob *edid_blob_ptr;694 struct drm_property_blob *path_blob_ptr;696 struct drm_property_blob *tile_blob_ptr;1186 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)1528 static inline struct drm_property_blob *
310 struct drm_property_blob *edid = connector->edid_blob_ptr; in edid_show()
4208 static struct drm_property_blob *4212 struct drm_property_blob *blob; in drm_property_create_blob()4218 blob = kzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL); in drm_property_create_blob()4237 struct drm_property_blob *blob) in drm_property_destroy_blob()4262 struct drm_property_blob *blob; in drm_mode_getblob_ioctl()5477 struct drm_property_blob *blob, *bt; in drm_mode_config_cleanup()
305 struct drm_property_blob *edid_blob = connector->edid_blob_ptr; in radeon_connector_edid()