diff for duplicates of <20100313153147.GD4536@sci.fi> diff --git a/a/1.txt b/N1/1.txt index 700e27e..7204805 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,10 +70,10 @@ What about the sync flags? > + mode->vrefresh = fbmode->refresh; > + mode->clock = PICOS2KHZ(fbmode->pixclock); > + -> + if ((fbmode->vmode & FB_VMODE_MASK) = FB_VMODE_INTERLACED) +> + if ((fbmode->vmode & FB_VMODE_MASK) == FB_VMODE_INTERLACED) > + mode->flags |= DRM_MODE_FLAG_INTERLACE; > + -> + if ((fbmode->vmode & FB_VMODE_MASK) = FB_VMODE_DOUBLE) +> + if ((fbmode->vmode & FB_VMODE_MASK) == FB_VMODE_DOUBLE) > + mode->flags |= DRM_MODE_FLAG_DBLSCAN; Is interlaced+dblscan considered an invalid combination? The conversion @@ -83,3 +83,11 @@ to the other direction didn't make that assumption. Ville Syrjälä syrjala@sci.fi http://www.sci.fi/~syrjala/ + +------------------------------------------------------------------------------ +Download Intel® Parallel Studio Eval +Try the new software tools for yourself. Speed compiling, find bugs +proactively, and fine-tune applications for parallel performance. +See why Intel Parallel Studio got high marks during beta. +http://p.sf.net/sfu/intel-sw-dev +-- diff --git a/a/content_digest b/N1/content_digest index a9ca680..5ea7f2f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0alpine.LFD.2.00.1003131440230.12031@casper.infradead.org\0" "From\0Ville Syrj\303\244l\303\244 <syrjala@sci.fi>\0" "Subject\0Re: [PATCH] drm modes to fbdev mode patch\0" - "Date\0Sat, 13 Mar 2010 15:31:48 +0000\0" + "Date\0Sat, 13 Mar 2010 17:31:48 +0200\0" "To\0James Simmons <jsimmons@infradead.org>\0" "Cc\0Linux Fbdev development list <linux-fbdev@vger.kernel.org>" " DRI development list <dri-devel@lists.sourceforge.net>\0" @@ -79,10 +79,10 @@ "> +\tmode->vrefresh = fbmode->refresh;\n" "> +\tmode->clock = PICOS2KHZ(fbmode->pixclock);\n" "> +\n" - "> +\tif ((fbmode->vmode & FB_VMODE_MASK) = FB_VMODE_INTERLACED)\n" + "> +\tif ((fbmode->vmode & FB_VMODE_MASK) == FB_VMODE_INTERLACED)\n" "> +\t\tmode->flags |= DRM_MODE_FLAG_INTERLACE;\n" "> +\n" - "> +\tif ((fbmode->vmode & FB_VMODE_MASK) = FB_VMODE_DOUBLE)\n" + "> +\tif ((fbmode->vmode & FB_VMODE_MASK) == FB_VMODE_DOUBLE)\n" "> +\t\tmode->flags |= DRM_MODE_FLAG_DBLSCAN;\n" "\n" "Is interlaced+dblscan considered an invalid combination? The conversion\n" @@ -91,6 +91,14 @@ "-- \n" "Ville Syrj\303\244l\303\244\n" "syrjala@sci.fi\n" - http://www.sci.fi/~syrjala/ + "http://www.sci.fi/~syrjala/\n" + "\n" + "------------------------------------------------------------------------------\n" + "Download Intel® Parallel Studio Eval\n" + "Try the new software tools for yourself. Speed compiling, find bugs\n" + "proactively, and fine-tune applications for parallel performance.\n" + "See why Intel Parallel Studio got high marks during beta.\n" + "http://p.sf.net/sfu/intel-sw-dev\n" + -- -51ad1f8718126a79304f3123d7d57559bbb516c57e5c2ac3587cf5c5b8d150b3 +bd01f383d1ae9b1fc7366abda594d7263d8825281f7413d3eca9451e791abce9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.