refresh_specified  161 drivers/gpu/drm/drm_client_modeset.c 		if (cmdline_mode->refresh_specified) {
refresh_specified  146 drivers/gpu/drm/drm_connector.c 		      mode->refresh_specified ? mode->refresh : 60,
refresh_specified 1451 drivers/gpu/drm/drm_modes.c 	mode->refresh_specified = true;
refresh_specified 1797 drivers/gpu/drm/drm_modes.c 		mode->refresh_specified = true;
refresh_specified 1899 drivers/gpu/drm/drm_modes.c 				    cmd->refresh_specified ? cmd->refresh : 60,
refresh_specified 1905 drivers/gpu/drm/drm_modes.c 				    cmd->refresh_specified ? cmd->refresh : 60,
refresh_specified  154 drivers/gpu/drm/drm_probe_helper.c 		if (cmdline_mode->refresh_specified) {
refresh_specified   28 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified   48 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified   72 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified   96 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  116 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  161 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  229 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  253 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  277 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  301 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  337 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  373 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  399 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  425 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  451 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  488 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  514 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  543 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  569 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(!mode.refresh_specified);
refresh_specified  595 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  619 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  662 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  677 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  771 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  796 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  821 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  846 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  904 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  929 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  957 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  982 drivers/gpu/drm/selftests/test-drm_cmdline_parser.c 	FAIL_ON(mode.refresh_specified);
refresh_specified  643 drivers/video/fbdev/core/modedb.c 		int res_specified = 0, bpp_specified = 0, refresh_specified = 0;
refresh_specified  654 drivers/video/fbdev/core/modedb.c 				if (!refresh_specified && !bpp_specified &&
refresh_specified  658 drivers/video/fbdev/core/modedb.c 					refresh_specified = 1;
refresh_specified  749 drivers/video/fbdev/core/modedb.c 			refresh_specified ? "" : " (ignoring refresh rate)",
refresh_specified  752 drivers/video/fbdev/core/modedb.c 		if (!refresh_specified) {
refresh_specified  785 drivers/video/fbdev/core/modedb.c 					if (refresh_specified &&
refresh_specified  797 drivers/video/fbdev/core/modedb.c 			return (refresh_specified) ? 2 : 1;
refresh_specified  983 include/drm/drm_connector.h 	bool refresh_specified;