diff for duplicates of <20151103220919.GA4824@amd> diff --git a/a/1.txt b/N1/1.txt index 66e94c0..6a476d8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,9 +49,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 @@ -68,3 +68,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 f1efa9d..7ed698c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0CADnq5_MoThbrDADBHBRXiEGWC8jukwOLyfjfX9-7d0fB0kbpMA@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 22:09:20 +0000\0" + "Date\0Tue, 3 Nov 2015 23:09:20 +0100\0" "To\0Alex Deucher <alexdeucher@gmail.com>\0" "Cc\0Deucher" Alexander <alexander.deucher@amd.com> @@ -65,9 +65,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" @@ -83,6 +83,10 @@ "\t\t\t\t\t\t\t\tPavel\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 -d7bf17ee9ab0b61fbe3606f7cde89ac0ccf5942e460497cfeee9160afa60cee6 +0ec1ea37dee247cc07ee90487140053af4fc41dd2c332106c69ad3f43fac3c91
diff --git a/a/1.txt b/N2/1.txt index 66e94c0..981e35f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -49,9 +49,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 f1efa9d..4fbf14e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,14 +4,14 @@ "ref\0CADnq5_MoThbrDADBHBRXiEGWC8jukwOLyfjfX9-7d0fB0kbpMA@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 22:09:20 +0000\0" + "Date\0Tue, 3 Nov 2015 23:09:20 +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" @@ -65,9 +65,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" @@ -85,4 +85,4 @@ "(english) http://www.livejournal.com/~pavelmachek\n" (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -d7bf17ee9ab0b61fbe3606f7cde89ac0ccf5942e460497cfeee9160afa60cee6 +9324c74d92998ef0ea46d8662037138c8b302344e5d3b3fa4fb783800fc0166c
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.