Bug 11016
Summary: | i945: mplayer -vo gl messes up screen | ||
---|---|---|---|
Product: | Drivers | Reporter: | Tomas Janousek (tomi) |
Component: | Video(DRI - non Intel) | Assignee: | Jesse Barnes (jbarnes) |
Status: | CLOSED CODE_FIX | ||
Severity: | low | CC: | airlied, akpm, bunk, jbarnes |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.26-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 10492 | ||
Attachments: | don't use tile bits on non-965 |
Description
Tomas Janousek
2008-07-01 03:26:31 UTC
adding the commit signoffs to cc A post-2.6.25 regression. The simplest fix would be to revert Keith's change. But the changelog for that patch has insufficient information to permit to know what the effect of that revert would be. Did the patch fix a bug? If so, what was it? Created attachment 16679 [details]
don't use tile bits on non-965
Yeah, we don't want to revert the change, however we shouldn't set those bits on pre-965 chips either. Does this patch help?
Looks like the 945 doesn't need these register settings -- it uses the fence registers for detiling instead of explicit configuration. Jbarnes has a patch, and liskni_s is testing it now. works indeed. This entry is being used for tracking a regression from 2.6.25. Please don't close it until the problem is fixed in the mainline. Just sent the fix to Linus & Dave. Should be applied soon. Handled-By : Jesse Barnes <jbarnes@virtuousgeek.org> Patch : http://bugzilla.kernel.org/attachment.cgi?id=16679 Fixed by 3d25802e3ba7c82457b5c12bbfeefe391d8a333e. |