[PATCH] drm/vmwgfx/ttm: fix the non-THP cleanup path.

2020-08-09 Thread Dave Airlie
From: Dave Airlie I fixed the init path, but missed the cleanup path. Fixes: e0830704de7c ("drm/vmwgfx: takedown vram manager") Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_d

[drm-tip:drm-tip 2191/2285] include/drm/ttm/ttm_bo_driver.h:644 ttm_bo_reserve() warn: inconsistent returns

2020-08-09 Thread kernel test robot
tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: 147f0d3f7239756494adef31518f87e60a970878 commit: 46bca88bbdd3046db31b8b7e053a909ae79e285b [2191/2285] drm/ttm/amdgpu: consolidate ttm reserve paths config: i386-randconfig-m021-20200809 (attached as .config) compiler: gcc-9 (Debian

[drm-tip:drm-tip 2214/2285] drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:646:2: error: implicit declaration of function 'ttm_bo_man_fini'

2020-08-09 Thread kernel test robot
tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: 147f0d3f7239756494adef31518f87e60a970878 commit: e0830704de7c06c72b1f83a3f67cb160b853812a [2214/2285] drm/vmwgfx: takedown vram manager config: x86_64-randconfig-r004-20200810 (attached as .config) compiler: clang version 12.0.0 (ht

[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

2020-08-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201539 --- Comment #56 from Sean Birkholz (supas...@hotmail.com) --- I was going to try and get a fancontrol script working, but I found the following as I started to play around: I got my results on Arch Linux's 5.7.12-arch1-1 kernel. On boot pwm1_e

Re: [PATCH 2/7] drm: rcar-du: Add r8a7742 support

2020-08-09 Thread Laurent Pinchart
Hi Prabhakar, On Sun, Aug 09, 2020 at 09:38:05PM +0100, Lad, Prabhakar wrote: > On Sat, Aug 8, 2020 at 10:02 PM Laurent Pinchart wrote: > > On Fri, Aug 07, 2020 at 06:49:49PM +0100, Lad Prabhakar wrote: > > > Add direct support for the r8a7742 (RZ/G1H). > > > > > > The RZ/G1H shares a common, comp

[PATCH 2/4] drm/panel: s6e63m0: Add DSI transport

2020-08-09 Thread Linus Walleij
This makes it possible to use the s6e63m0 panel with a DSI host, such as in the Samsung GT-I8190 (Golden) mobile phone. Cc: Stephan Gerhold Cc: Paweł Chmiel Signed-off-by: Linus Walleij --- drivers/gpu/drm/panel/Kconfig | 8 ++ drivers/gpu/drm/panel/Makefile|

[PATCH 4/4] drm/panel: s6e63m0: Add code to identify panel

2020-08-09 Thread Linus Walleij
We add code to identify a few different panels mounted on the s6e63m0 controller. This is necessary to achieve the proper biasing with DSI versions of the panel. Cc: Stephan Gerhold Cc: Paweł Chmiel Signed-off-by: Linus Walleij --- drivers/gpu/drm/panel/panel-samsung-s6e63m0.c | 61 +++

[PATCH 3/4] drm/panel: s6e63m0: Add reading functionality

2020-08-09 Thread Linus Walleij
This adds code to send read commands to read a single byte from the display, in order to perform MTP ID look-up of the mounted panel on the s6e63m0 controller. This is needed for proper biasing on the DSI variants. Cc: Stephan Gerhold Cc: Paweł Chmiel Signed-off-by: Linus Walleij --- .../gpu/d

[PATCH 0/4] drm/panel: s6e63m0: Add DSI transport

2020-08-09 Thread Linus Walleij
This begins to modify the Samsung S6E63M0 driver to provide DSI support. After these initial changes the driver can already be used with the Samsung GT-I8190 (Golden) phone. After this initial support we will make more changes to support more gammas (more levels of backlight), special biasing on

[PATCH 1/4] drm/panel: s6e63m0: Break out SPI transport

2020-08-09 Thread Linus Walleij
This panel can be accessed using both SPI and DSI. To make it possible to probe and use the device also from a DSI bus, first break out the SPI support to its own file. Since all the panel driver does is write DCS commands to the panel, we pass a DCS write function to probe() from each subdriver.

Re: [PATCH v1 2/4] drm/ast: Set display mode in atomic_begin()

2020-08-09 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.13. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast:

Re: [PATCH v1 4/4] drm/ast: Disable planes while switching display modes

2020-08-09 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.13. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast:

Re: [PATCH v1 3/4] drm/ast: Add commit-tail function

2020-08-09 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.13. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast:

Re: [PATCH v1 1/4] drm/ast: Only set format registers if primary plane's format changes

2020-08-09 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 4961eb60f145 ("drm/ast: Enable atomic modesetting"). The bot has tested the following trees: v5.8, v5.7.13. v5.8: Failed to apply! Possible dependencies: 05f13f5b5996 ("drm/ast: