Merge pull request #2096 from FearlessTobi/patch-3
nvdisp_disp0: change drawing message log level from Warning to Trace
This commit is contained in:
		
						commit
						2374471a1e
					
				| @ -25,9 +25,9 @@ void nvdisp_disp0::flip(u32 buffer_handle, u32 offset, u32 format, u32 width, u3 | ||||
|                         u32 stride, NVFlinger::BufferQueue::BufferTransformFlags transform, | ||||
|                         const MathUtil::Rectangle<int>& crop_rect) { | ||||
|     VAddr addr = nvmap_dev->GetObjectAddress(buffer_handle); | ||||
|     LOG_WARNING(Service, | ||||
|                 "Drawing from address {:X} offset {:08X} Width {} Height {} Stride {} Format {}", | ||||
|                 addr, offset, width, height, stride, format); | ||||
|     LOG_TRACE(Service, | ||||
|               "Drawing from address {:X} offset {:08X} Width {} Height {} Stride {} Format {}", | ||||
|               addr, offset, width, height, stride, format); | ||||
| 
 | ||||
|     using PixelFormat = Tegra::FramebufferConfig::PixelFormat; | ||||
|     const Tegra::FramebufferConfig framebuffer{ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei