Searched refs:drm_property_destroy (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_property.c | 90 * be freed with drm_property_destroy(), which is done automatically when 153 * be freed with drm_property_destroy(), which is done automatically when 181 drm_property_destroy(dev, property); in drm_property_create_enum() 201 * be freed with drm_property_destroy(), which is done automatically when 233 drm_property_destroy(dev, property); in drm_property_create_bitmask() 268 * be freed with drm_property_destroy(), which is done automatically when 296 * be freed with drm_property_destroy(), which is done automatically when 323 * be freed with drm_property_destroy(), which is done automatically when 361 * be freed with drm_property_destroy(), which is done automatically when 435 * drm_property_destroy 442 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) drm_property_destroy() function 457 EXPORT_SYMBOL(drm_property_destroy); global() variable [all...] |
H A D | drm_blend.c | 600 drm_property_destroy(dev, prop); in drm_plane_create_blend_mode_property()
|
H A D | drm_mode_config.c | 519 drm_property_destroy(dev, property); in drm_mode_config_cleanup()
|
H A D | drm_connector.c | 1776 drm_property_destroy(dev, scaling_mode_property); in drm_connector_attach_scaling_mode_property()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_property.c | 90 * be freed with drm_property_destroy(), which is done automatically when 152 * be freed with drm_property_destroy(), which is done automatically when 180 drm_property_destroy(dev, property); in drm_property_create_enum() 200 * be freed with drm_property_destroy(), which is done automatically when 232 drm_property_destroy(dev, property); in drm_property_create_bitmask() 267 * be freed with drm_property_destroy(), which is done automatically when 295 * be freed with drm_property_destroy(), which is done automatically when 322 * be freed with drm_property_destroy(), which is done automatically when 360 * be freed with drm_property_destroy(), which is done automatically when 433 * drm_property_destroy 440 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) drm_property_destroy() function 455 EXPORT_SYMBOL(drm_property_destroy); global() variable [all...] |
H A D | drm_blend.c | 606 drm_property_destroy(dev, prop); in drm_plane_create_blend_mode_property()
|
H A D | drm_mode_config.c | 522 drm_property_destroy(dev, property); in drm_mode_config_cleanup()
|
H A D | drm_plane.c | 1560 drm_property_destroy(dev, prop); in drm_create_scaling_filter_prop()
|
H A D | drm_connector.c | 2089 drm_property_destroy(dev, scaling_mode_property); in drm_connector_attach_scaling_mode_property()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_property.h | 268 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_property.h | 275 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 45 drm_property_destroy(encoder->dev, priv->scale_property); in ch7006_encoder_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 47 drm_property_destroy(encoder->dev, priv->scale_property); in ch7006_encoder_destroy()
|
Completed in 17 milliseconds