mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/drm: remove unnecessary wlr_drm_fb.wlr_buf check
We don't need this check, wlr_buf is guaranteed not to be NULL.
This commit is contained in:
		
							parent
							
								
									b7dc4f2990
								
							
						
					
					
						commit
						dc61f471da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -324,7 +324,7 @@ static bool drm_connector_attach_render(struct wlr_output *output,
 | 
				
			||||||
static void drm_plane_set_committed(struct wlr_drm_plane *plane) {
 | 
					static void drm_plane_set_committed(struct wlr_drm_plane *plane) {
 | 
				
			||||||
	drm_fb_move(&plane->queued_fb, &plane->pending_fb);
 | 
						drm_fb_move(&plane->queued_fb, &plane->pending_fb);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (plane->queued_fb && plane->queued_fb->wlr_buf) {
 | 
						if (plane->queued_fb) {
 | 
				
			||||||
		wlr_swapchain_set_buffer_submitted(plane->surf.swapchain,
 | 
							wlr_swapchain_set_buffer_submitted(plane->surf.swapchain,
 | 
				
			||||||
			plane->queued_fb->wlr_buf);
 | 
								plane->queued_fb->wlr_buf);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue