diff for duplicates of <20151103230329.GA4167@amd> diff --git a/a/1.txt b/N1/1.txt index ccf1524..5acc419 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,9 +27,9 @@ Hi! > >> if (ASIC_IS_AVIVO(rdev)) { > >> + radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; > >> + -> >> if ((rdev->family = CHIP_RS600) || -> >> (rdev->family = CHIP_RS690) || -> >> (rdev->family = CHIP_RS740)) +> >> if ((rdev->family == CHIP_RS600) || +> >> (rdev->family == CHIP_RS690) || +> >> (rdev->family == CHIP_RS740)) > >> > > > > Help.. maybe... it is tricky to tell. It definitely does _not_ fix the @@ -48,3 +48,7 @@ Thanks, -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +http://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index a462381..4a35327 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,7 +6,7 @@ "ref\0CADnq5_P8TOQ14NiWKgV-YUy0_8P+K842pZ4h7WuU6XBu4o9fyQ@mail.gmail.com\0" "From\0Pavel Machek <pavel@ucw.cz>\0" "Subject\0Re: Mobility Radeon HD 4530/4570/545v: flicker in 1920x1080\0" - "Date\0Tue, 03 Nov 2015 23:03:30 +0000\0" + "Date\0Wed, 4 Nov 2015 00:03:30 +0100\0" "To\0Alex Deucher <alexdeucher@gmail.com>\0" "Cc\0Deucher" Alexander <alexander.deucher@amd.com> @@ -45,9 +45,9 @@ "> >> if (ASIC_IS_AVIVO(rdev)) {\n" "> >> + radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;\n" "> >> +\n" - "> >> if ((rdev->family = CHIP_RS600) ||\n" - "> >> (rdev->family = CHIP_RS690) ||\n" - "> >> (rdev->family = CHIP_RS740))\n" + "> >> if ((rdev->family == CHIP_RS600) ||\n" + "> >> (rdev->family == CHIP_RS690) ||\n" + "> >> (rdev->family == CHIP_RS740))\n" "> >>\n" "> >\n" "> > Help.. maybe... it is tricky to tell. It definitely does _not_ fix the\n" @@ -65,6 +65,10 @@ "\t\t\t\t\t\t\t\t\n" "-- \n" "(english) http://www.livejournal.com/~pavelmachek\n" - (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html + "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + http://lists.freedesktop.org/mailman/listinfo/dri-devel -1012c877a74682a0ede97c65ac80a48cc5229eb0749c06ffa6656d3cdddb6c28 +c02af04ac6027ad9c7ba8ea76d0d91fe77e45a1d1b5e3f2aabdba7503a73b886
diff --git a/a/1.txt b/N2/1.txt index ccf1524..4a73730 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -27,9 +27,9 @@ Hi! > >> if (ASIC_IS_AVIVO(rdev)) { > >> + radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; > >> + -> >> if ((rdev->family = CHIP_RS600) || -> >> (rdev->family = CHIP_RS690) || -> >> (rdev->family = CHIP_RS740)) +> >> if ((rdev->family == CHIP_RS600) || +> >> (rdev->family == CHIP_RS690) || +> >> (rdev->family == CHIP_RS740)) > >> > > > > Help.. maybe... it is tricky to tell. It definitely does _not_ fix the diff --git a/a/content_digest b/N2/content_digest index a462381..e2d9fa0 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,14 +6,14 @@ "ref\0CADnq5_P8TOQ14NiWKgV-YUy0_8P+K842pZ4h7WuU6XBu4o9fyQ@mail.gmail.com\0" "From\0Pavel Machek <pavel@ucw.cz>\0" "Subject\0Re: Mobility Radeon HD 4530/4570/545v: flicker in 1920x1080\0" - "Date\0Tue, 03 Nov 2015 23:03:30 +0000\0" + "Date\0Wed, 4 Nov 2015 00:03:30 +0100\0" "To\0Alex Deucher <alexdeucher@gmail.com>\0" - "Cc\0Deucher" + "Cc\0Christian K\303\266nig <christian.koenig@amd.com>" + Deucher Alexander <alexander.deucher@amd.com> linux-fbdev@vger.kernel.org <linux-fbdev@vger.kernel.org> - " Christian K\303\266nig <christian.koenig@amd.com>" - Maling list - DRI developers <dri-devel@lists.freedesktop.org> - " kernel list <linux-kernel@vger.kernel.org>\0" + kernel list <linux-kernel@vger.kernel.org> + " Maling list - DRI developers <dri-devel@lists.freedesktop.org>\0" "\00:1\0" "b\0" "Hi!\n" @@ -45,9 +45,9 @@ "> >> if (ASIC_IS_AVIVO(rdev)) {\n" "> >> + radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;\n" "> >> +\n" - "> >> if ((rdev->family = CHIP_RS600) ||\n" - "> >> (rdev->family = CHIP_RS690) ||\n" - "> >> (rdev->family = CHIP_RS740))\n" + "> >> if ((rdev->family == CHIP_RS600) ||\n" + "> >> (rdev->family == CHIP_RS690) ||\n" + "> >> (rdev->family == CHIP_RS740))\n" "> >>\n" "> >\n" "> > Help.. maybe... it is tricky to tell. It definitely does _not_ fix the\n" @@ -67,4 +67,4 @@ "(english) http://www.livejournal.com/~pavelmachek\n" (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -1012c877a74682a0ede97c65ac80a48cc5229eb0749c06ffa6656d3cdddb6c28 +b56f21dbdb341cd1e42572dc2057f21de712fc855e066c1321380a2ab4b743a6
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.