mediatek: add v4.19 support
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0580-drm-v3d-Update-top-level-kerneldoc-for-the-addition-.patch
1 From e4759dbb9968baee8a35bf2f165f6096be6aac00 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Thu, 7 Feb 2019 12:09:58 -0800
4 Subject: [PATCH 580/703] drm/v3d: Update top-level kerneldoc for the addition
5 of TFU.
6
7 Signed-off-by: Eric Anholt <eric@anholt.net>
8 Link: https://patchwork.freedesktop.org/patch/msgid/20190207201001.5730-1-eric@anholt.net
9 Reviewed-by: Thomas Spurden <thomas.spurden@broadcom.com>
10 Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
11 (cherry picked from commit fd347df16d4ed2eef565344b8f16a1134bddf185)
12 ---
13 drivers/gpu/drm/v3d/v3d_drv.c | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 --- a/drivers/gpu/drm/v3d/v3d_drv.c
17 +++ b/drivers/gpu/drm/v3d/v3d_drv.c
18 @@ -7,9 +7,9 @@
19 * This driver supports the Broadcom V3D 3.3 and 4.1 OpenGL ES GPUs.
20 * For V3D 2.x support, see the VC4 driver.
21 *
22 - * Currently only single-core rendering using the binner and renderer
23 - * is supported. The TFU (texture formatting unit) and V3D 4.x's CSD
24 - * (compute shader dispatch) are not yet supported.
25 + * Currently only single-core rendering using the binner and renderer,
26 + * along with TFU (texture formatting unit) rendering is supported.
27 + * V3D 4.x's CSD (compute shader dispatch) is not yet supported.
28 */
29
30 #include <linux/clk.h>