diff options
Diffstat (limited to 'utils/kmstest.cpp')
| -rw-r--r-- | utils/kmstest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/utils/kmstest.cpp b/utils/kmstest.cpp index 3a98468..f12ed09 100644 --- a/utils/kmstest.cpp +++ b/utils/kmstest.cpp @@ -577,7 +577,7 @@ static vector<OutputInfo> setups_to_outputs(Card& card, const vector<Arg>& outpu  	// create default framebuffers if needed  	for (OutputInfo& o : outputs) {  		if (!o.crtc) { -			get_default_crtc(card, *current_output); +			get_default_crtc(card, o);  			o.user_set_crtc = true;  		} | 
