Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 250871 Details for
Bug 370341
PVFB frontend can send bogus screen updates
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix tracking of screen dirtiness
dirty.patch (text/plain), 824 bytes, created by
Markus Armbruster
on 2007-11-07 21:22:26 UTC
(
hide
)
Description:
Fix tracking of screen dirtiness
Filename:
MIME Type:
Creator:
Markus Armbruster
Created:
2007-11-07 21:22:26 UTC
Size:
824 bytes
patch
obsolete
>diff -rup drivers/xen/fbfront/xenfb.c ../kernel-2.6.18/linux-2.6.18.noarch/drivers/xen/fbfront/xenfb.c >--- a/drivers/xen/fbfront/xenfb.c 2007-11-07 21:35:17.000000000 +0100 >+++ b/drivers/xen/fbfront/xenfb.c 2007-11-06 17:08:21.000000000 +0100 >@@ -137,7 +137,6 @@ static void xenfb_update_screen(struct x > > mutex_unlock(&info->mm_lock); > >- WARN_ON(x2 < x1 || y2 < y1); > xenfb_do_update(info, x1, y1, x2 - x1, y2 - y1); > } > >@@ -189,6 +188,7 @@ static int xenfb_setcolreg(unsigned regn > static void xenfb_timer(unsigned long data) > { > struct xenfb_info *info = (struct xenfb_info *)data; >+ info->dirty = 1; > wake_up(&info->wq); > } > >@@ -208,7 +208,6 @@ static void __xenfb_refresh(struct xenfb > info->x1 = x1; > if (info->x2 < x2) > info->x2 = x2; >- info->dirty = 1; > > if (timer_pending(&info->refresh)) > return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 370341
: 250871