Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_crtc.h217 struct drm_property_blob { struct
691 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 *
/linux-4.1.27/drivers/gpu/drm/
Ddrm_debugfs.c310 struct drm_property_blob *edid = connector->edid_blob_ptr; in edid_show()
Ddrm_crtc.c4208 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()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_connectors.c305 struct drm_property_blob *edid_blob = connector->edid_blob_ptr; in radeon_connector_edid()