Summary: | Display corruption due to deferred fbcon pixmap pitch calculation in radeon_set_pixmap_bo | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | jpsinthemix | ||||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | ||||||||||
Version: | unspecified | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
jpsinthemix
2016-04-11 22:06:53 UTC
Created attachment 122878 [details] [review] Explicitly set the fbcon pixmap pitch again Does this patch fix the problem? (In reply to Michel Dänzer from comment #1) > Created attachment 122878 [details] [review] [review] > Explicitly set the fbcon pixmap pitch again > > Does this patch fix the problem? with this patch I still get the error: [ 12.086479] radeon 0000:00:01.0: evergreen_surface_check_linear_aligned:215 texture pitch 1680 invalid must be aligned with 64 [ 12.086491] radeon 0000:00:01.0: evergreen_cs_track_validate_texture:830 texture invalid 0x1a3c3441 0x10000419 0x060a0000 0x00000000 0x00000000 0x8002001a [ 12.086499] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! Don't have seen any distortion, but I've not tested much. (In reply to Johannes Hirte from comment #2) > (In reply to Michel Dänzer from comment #1) > > Created attachment 122878 [details] [review] [review] [review] > > Explicitly set the fbcon pixmap pitch again > > > > Does this patch fix the problem? > > with this patch I still get the error: > > [ 12.086479] radeon 0000:00:01.0: > evergreen_surface_check_linear_aligned:215 texture pitch 1680 invalid must > be aligned with 64 > [ 12.086491] radeon 0000:00:01.0: evergreen_cs_track_validate_texture:830 > texture invalid 0x1a3c3441 0x10000419 0x060a0000 0x00000000 0x00000000 > 0x8002001a > [ 12.086499] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! > > > Don't have seen any distortion, but I've not tested much. Yup, looks good. Thanks so much for the speedy response and fix, and for your time. Created attachment 123664 [details] [review] Explicitly set the fbcon pixmap pitch again This should be a better fix. Please check that there are no more error messages in dmesg with this one. (In reply to Michel Dänzer from comment #4) > Created attachment 123664 [details] [review] [review] > Explicitly set the fbcon pixmap pitch again > > This should be a better fix. Please check that there are no more error > messages in dmesg with this one. No issues, looks good; thanks again. commit 040a7b80e1fcbaa93ac17f7113d696d9b853cf8a Author: Michel Dänzer <michel.daenzer@amd.com> Date: Tue Apr 12 18:18:43 2016 +0900 Explicitly set the fbcon pixmap pitch again |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.