Bug 56441
Summary: | video error with ubuntu 12.10 and kernels after 3.50.21, and generic_3.8.0-030800rc6 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Carlo Rizzardo (x-carlo94) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alan, alexdeucher |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | generic_3.8.0-030800rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
patch 1/2
patch 2/2 |
Description
Carlo Rizzardo
2013-04-09 21:34:42 UTC
Created attachment 97911 [details]
patch 1/2
Do the attached patches help?
Created attachment 97921 [details]
patch 2/2
I'm not sure on how to apply the patches, I tried downloading the ubuntu kernel with git (command "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-quantal.git"), copying the patches to the source folder and doing "cat 0001-drm-radeon-update-wait_for_vblank-for-evergreen.patch | patch -p1 --dry-run". it failed saying this: patching file drivers/gpu/drm/radeon/evergreen.c Hunk #1 FAILED at 1174. Hunk #2 succeeded at 111 with fuzz 1 (offset -1073 lines). 1 out of 2 hunks FAILED -- saving rejects to file drivers/gpu/drm/radeon/evergreen.c.rej Should I use the linux kernel (not ubuntu's)? If so which version? (and where can I find the sources?) Or simply this isn't the right way to apply the patch? For ease of testing, just try my drm-next-3.10 branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10-wip git clone git://people.freedesktop.org/~agd5f/linux git checkout -b drm-next-3.10-wip origin/drm-next-3.10-wip I built that kernel (not perfectly knowing what I was doing...) and I managed to get it installed. (using the two git commands you posted, make localmodconfig for the configuration and generating the deb packet with "make-kpkg --rootcmd fakeroot --initrd kernel_image") But it has the same problem: this time it showed the orange vertical lines. Is this still an issue with a more recent kernel? We've gone back to turning off the displays completely when updating the MC. Now, with the kernel ubuntu currently uses, it works without any problem. I don't know if it has to do with this or is useful but while turning on ubuntu displays for about a second the message "[ 17.074823] radeon 0000:01:00.0: Invalid ROM contents" (In reply to Carlo Rizzardo from comment #7) > Now, with the kernel ubuntu currently uses, it works without any problem. > Good. > I don't know if it has to do with this or is useful but while turning on > ubuntu displays for about a second the message "[ 17.074823] radeon > 0000:01:00.0: Invalid ROM contents" You can ignore that. |