mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/drm: "scaling mode" is a connector property
It's not a CRTC property. Remove it altogether since it's unused.
This commit is contained in:
		
							parent
							
								
									2649600fa1
								
							
						
					
					
						commit
						de9ff46629
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -35,7 +35,6 @@ static const struct prop_info crtc_info[] = {
 | 
				
			||||||
	{ "GAMMA_LUT_SIZE", INDEX(gamma_lut_size) },
 | 
						{ "GAMMA_LUT_SIZE", INDEX(gamma_lut_size) },
 | 
				
			||||||
	{ "MODE_ID", INDEX(mode_id) },
 | 
						{ "MODE_ID", INDEX(mode_id) },
 | 
				
			||||||
	{ "VRR_ENABLED", INDEX(vrr_enabled) },
 | 
						{ "VRR_ENABLED", INDEX(vrr_enabled) },
 | 
				
			||||||
	{ "scaling mode", INDEX(scaling_mode) },
 | 
					 | 
				
			||||||
#undef INDEX
 | 
					#undef INDEX
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,7 +28,6 @@ union wlr_drm_connector_props {
 | 
				
			||||||
union wlr_drm_crtc_props {
 | 
					union wlr_drm_crtc_props {
 | 
				
			||||||
	struct {
 | 
						struct {
 | 
				
			||||||
		// Neither of these are guaranteed to exist
 | 
							// Neither of these are guaranteed to exist
 | 
				
			||||||
		uint32_t scaling_mode;
 | 
					 | 
				
			||||||
		uint32_t vrr_enabled;
 | 
							uint32_t vrr_enabled;
 | 
				
			||||||
		uint32_t gamma_lut;
 | 
							uint32_t gamma_lut;
 | 
				
			||||||
		uint32_t gamma_lut_size;
 | 
							uint32_t gamma_lut_size;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue