summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-08-06 11:07:45 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-08-06 11:07:45 +0200
commit6f99d11dfeb6e27f522100eab48b92659d1cea30 (patch)
tree332e9d10e70206ace8c8afae292c37c4e829624d
parent875e1b91978d036ca1cecb535c9aca9ffe447a86 (diff)
parent581efe4e7e1cc6faa17a776df09aea3a941c0089 (diff)
downloadkernel-6f99d11dfeb6e27f522100eab48b92659d1cea30.tar.gz
kernel-6f99d11dfeb6e27f522100eab48b92659d1cea30.tar.xz
kernel-6f99d11dfeb6e27f522100eab48b92659d1cea30.zip
-rw-r--r--drm-vc4-Reset-x-y-scaling-1-when-dealing-with-uniplanar-formats.patch40
-rw-r--r--gitrev2
-rw-r--r--kernel.spec15
-rw-r--r--sources3
4 files changed, 13 insertions, 47 deletions
diff --git a/drm-vc4-Reset-x-y-scaling-1-when-dealing-with-uniplanar-formats.patch b/drm-vc4-Reset-x-y-scaling-1-when-dealing-with-uniplanar-formats.patch
deleted file mode 100644
index dd773ff63..000000000
--- a/drm-vc4-Reset-x-y-scaling-1-when-dealing-with-uniplanar-formats.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From patchwork Tue Jul 24 13:36:01 2018
-Content-Type: text/plain; charset="utf-8"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Subject: drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
-From: Boris Brezillon <boris.brezillon@bootlin.com>
-X-Patchwork-Id: 240644
-Message-Id: <20180724133601.32114-1-boris.brezillon@bootlin.com>
-To: Eric Anholt <eric@anholt.net>
-Cc: David Airlie <airlied@linux.ie>,
- Boris Brezillon <boris.brezillon@bootlin.com>, stable@vger.kernel.org,
- dri-devel@lists.freedesktop.org
-Date: Tue, 24 Jul 2018 15:36:01 +0200
-
-This is needed to ensure ->is_unity is correct when the plane was
-previously configured to output a multi-planar format with scaling
-enabled, and is then being reconfigured to output a uniplanar format.
-
-Fixes: fc04023fafec ("drm/vc4: Add support for YUV planes.")
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
-Reviewed-by: Eric Anholt <eric@anholt.net>
----
- drivers/gpu/drm/vc4/vc4_plane.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/gpu/drm/vc4/vc4_plane.c b/drivers/gpu/drm/vc4/vc4_plane.c
-index 9d7a36f148cf..cfb50fedfa2b 100644
---- a/drivers/gpu/drm/vc4/vc4_plane.c
-+++ b/drivers/gpu/drm/vc4/vc4_plane.c
-@@ -320,6 +320,9 @@ static int vc4_plane_setup_clipping_and_scaling(struct drm_plane_state *state)
- vc4_state->x_scaling[0] = VC4_SCALING_TPZ;
- if (vc4_state->y_scaling[0] == VC4_SCALING_NONE)
- vc4_state->y_scaling[0] = VC4_SCALING_TPZ;
-+ } else {
-+ vc4_state->x_scaling[1] = VC4_SCALING_NONE;
-+ vc4_state->y_scaling[1] = VC4_SCALING_NONE;
- }
-
- vc4_state->is_unity = (vc4_state->x_scaling[0] == VC4_SCALING_NONE &&
diff --git a/gitrev b/gitrev
index e84f35724..031cedf22 100644
--- a/gitrev
+++ b/gitrev
@@ -1 +1 @@
-6b4703768268d09ac928c64474fd686adf4574f9
+0b5b1f9a78b5e1bb3c3972fcd27dc013367550f8
diff --git a/kernel.spec b/kernel.spec
index e12c8b843..b8d323ee4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -75,9 +75,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%global rcrev 7
+%global rcrev 8
# The git snapshot level
-%define gitrev 2
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -619,8 +619,6 @@ Patch331: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch
Patch332: bcm2835-hwmon-Add-support-for-RPi-voltage-sensor.patch
-# https://patchwork.freedesktop.org/patch/240644/
-Patch333: drm-vc4-Reset-x-y-scaling-1-when-dealing-with-uniplanar-formats.patch
# https://patchwork.freedesktop.org/patch/240917/
Patch334: drm-vc4-Fix-the-no-scaling-case-on-multi-planar-YUV-formats.patch
@@ -1928,6 +1926,15 @@ fi
#
#
%changelog
+* Mon Aug 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc8.git0.1
+- Linux v4.18-rc8
+
+* Mon Aug 06 2018 Laura Abbott <labbott@redhat.com>
+- Disable debugging options.
+
+* Sat Aug 04 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git3.1
+- Linux v4.18-rc7-178-g0b5b1f9a78b5
+
* Thu Aug 02 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git2.1
- Linux v4.18-rc7-112-g6b4703768268
diff --git a/sources b/sources
index 6365f915b..3df3873ae 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
SHA512 (linux-4.17.tar.xz) = 4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
-SHA512 (patch-4.18-rc7.xz) = 5a14316adf35dbef37d9900a031924bd84aadc8e2069f96d2e0b25d908598c53c6290abd0677a8018fee378e1b31dda36df9ee524d684a8fa3f0ce942b8e8eb8
-SHA512 (patch-4.18-rc7-git2.xz) = c87dd59cfb1485c4a5ac1f2ff6915a8dbd79578cd9ca1402dde9d8f16d513024aa0f667f81496e9a6adc5bdc87c3a6dd7fc4561aa3491d317b639432ff118aef
+SHA512 (patch-4.18-rc8.xz) = 59a5ae81037f60372dcbdb64e47750cae0a19d8d5e99aeba01d7ebc7121715890ed9c2ef90a264356ed06eac4a15067e89add148a3c667713a17b105bd51e40b