Home
last modified time | relevance | path

Searched refs:vkms_config_destroy_crtc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vkms/
H A Dvkms_config.c120 vkms_config_destroy_crtc(config, crtc_cfg); in vkms_config_destroy()
456 void vkms_config_destroy_crtc(struct vkms_config *config, in vkms_config_destroy_crtc() function
471 EXPORT_SYMBOL_IF_KUNIT(vkms_config_destroy_crtc);
H A Dvkms_config.h308 * The new CRTC configuration or an error. Call vkms_config_destroy_crtc() to
314 * vkms_config_destroy_crtc() - Remove and free a CRTC configuration
318 void vkms_config_destroy_crtc(struct vkms_config *config,
/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_config_test.c258 vkms_config_destroy_crtc(config, crtc_cfg2); in vkms_config_test_get_crtcs()
484 vkms_config_destroy_crtc(config, crtc_cfg); in vkms_config_test_invalid_crtc_number()
558 vkms_config_destroy_crtc(config, crtc_cfg2); in vkms_config_test_valid_encoder_possible_crtcs()