Home
last modified time | relevance | path

Searched refs:igt_set_module_param_int (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_busy.c92 igt_set_module_param_int("enable_hangcheck", 0); in flip_to_fb()
125 igt_set_module_param_int("enable_hangcheck", 1); in flip_to_fb()
371 igt_set_module_param_int("force_reset_modeset_test", 1); in for_each_pipe_static()
375 igt_set_module_param_int("force_reset_modeset_test", 0); in for_each_pipe_static()
380 igt_set_module_param_int("force_reset_modeset_test", 1); in for_each_pipe_static()
384 igt_set_module_param_int("force_reset_modeset_test", 0); in for_each_pipe_static()
Dkms_force_connector_basic.c56 igt_set_module_param_int("load_detect_test", 0); in reset_connectors()
138 igt_set_module_param_int("load_detect_test", 1);
181 igt_set_module_param_int("load_detect_test", 0);
Dkms_fbcon_fbt.c224 igt_set_module_param_int("enable_fbc", 0); in disable_features()
230 igt_set_module_param_int("enable_fbc", 1); in fbc_modparam_enable()
Dkms_panel_fitting.c220 igt_set_module_param_int("fastboot", 1); in test_atomic_fastset()
Dkms_frontbuffer_tracking.c924 #define fbc_enable() igt_set_module_param_int("enable_fbc", 1)
925 #define fbc_disable() igt_set_module_param_int("enable_fbc", 0)
/external/igt-gpu-tools/lib/
Digt_psr.c92 igt_set_module_param_int("enable_psr", val); in psr_modparam_set()
Digt_aux.h289 void igt_set_module_param_int(const char *name, int val);
Digt_aux.c1258 void igt_set_module_param_int(const char *name, int val) in igt_set_module_param_int() function