[Bug 106228] amdgpu reads back brightness 0 (which is not true) if checked before a brightness has been explicitly set

2018-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106228 --- Comment #8 from David Francis --- When systemd-backlight is disabled, on reboot is the actual brightness coming from the monitor maximum? If it is, I believe this is working as intended. -- You are receiving this mail because: You are t

Re: [PATCH 00/20] Finish Armada DRM transition to atomic modeset

2018-07-25 Thread Dave Airlie
Anyone with atomic knowledge wants to go over this? Dave. On Wed., 11 Jul. 2018, 17:23 Russell King - ARM Linux, < li...@armlinux.org.uk> wrote: > This series finishes the transition of Armada DRM to atomic modeset. > > drivers/gpu/drm/armada/armada_510.c | 24 +- > drivers/gpu/drm/armada/

[PATCH] drm/ttm: Merge hugepage attr changes in ttm_dma_page_put.

2018-07-25 Thread Bas Nieuwenhuizen
Every set_pages_array_wb call resulted in cross-core interrupts and TLB flushes. Merge more of them for less overhead. This reduces the time needed to free a 1.6 GiB GTT WC buffer as part of Vulkan CTS from ~2 sec to < 0.25 sec. (Allocation still takes more than 2 sec though) Signed-off-by: Bas

[PATCH 1/3] drm/msm: dpu: Use 'vsync' instead of 'vsync_clk' in cmdmode encoder

2018-07-25 Thread Sean Paul
Should work with the legacy handling in of, but we shouldn't rely on that. Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c b/drivers/gpu/drm

[PATCH 2/3] drm/msm: dpu: Use clock-names instead of assigned-clock-names

2018-07-25 Thread Sean Paul
In these cases, we want to enumerate _all_ clocks, not just the ones that are assigned a rate. Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c b/drivers/

[PATCH 3/3] drm/msm: dsi: Handle dual-channel for 6G as well

2018-07-25 Thread Sean Paul
This fixes up a collision between introducing dual-channel support and the dsi refactors. This patch applies the same dual-channel considerations and pclk calculations to both v2 and 6G, with a bit of abstracting for good measure. Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/dsi/dsi_host.c |

[pull] amdgpu, scheduler, drm-next-4.19

2018-07-25 Thread Alex Deucher
Hi Dave, Updates for 4.19. Mostly bug fixes and cleanups. Highlights: - Internal API cleanup in GPU scheduler - Decouple i2c and aux abstractions in DC - Update maintainers - Misc cleanups - Misc bug fixes The following changes since commit 500775074f88d9cf5416bed2ca19592812d62c41: Merge bra

Re: [RESEND PATCH] drm/bridge/synopsys: remove commented-out flag in Makefile

2018-07-25 Thread Laurent Pinchart
Hello Masahiro-san, Thank you for the patch. On Wednesday, 25 July 2018 08:25:48 EEST Masahiro Yamada wrote: > Please do not comment out unneeded code. Remove. > > Signed-off-by: Masahiro Yamada Reviewed-by: Laurent Pinchart > --- > > drivers/gpu/drm/bridge/synopsys/Makefile | 2 -- > 1 f

Re: [PATCH v3 03/19] drm: add msm compressed format modifiers

2018-07-25 Thread Jeykumar Sankaran
On 2018-07-25 07:09, Stanimir Varbanov wrote: Hi, On 07/20/2018 11:42 PM, Sean Paul wrote: From: Jeykumar Sankaran Qualcomm Snapdragon chipsets uses compressed format to optimize BW across multiple IP's. This change adds needed modifier support in drm for a simple 4x4 tile based compressed va

Re: [pull] amdgpu drm-fixes-4.18

2018-07-25 Thread Rune Petersen
Hi, On 2018-07-25 21:23, Alex Deucher wrote: Hi Dave, Fixes for some power features not getting set properly after a suspend cycle on vega10. The following changes since commit 02e546eacceaaad4494e2ea8fb5014f00f9c4bef: Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fi

Re: [PATCH libdrm] msm: add msm drm uapi header

2018-07-25 Thread Tanmay Shah
On 2018-07-24 15:21, Eric Anholt wrote: Tanmay Shah writes: On 2018-07-24 12:19, Eric Anholt wrote: Tanmay Shah writes: file derived from msm-next kernel uapi header. Unless there's an exception from Dave, I believe uapi headers in libdrm and Mesa should be direct copies from "make hea

Re: [PATCH libdrm] msm: add msm drm uapi header

2018-07-25 Thread Tanmay Shah
On 2018-07-25 17:56, Rob Clark wrote: On Wed, Jul 25, 2018 at 8:43 PM, Tanmay Shah wrote: On 2018-07-25 17:33, Tanmay Shah wrote: On 2018-07-24 15:21, Eric Anholt wrote: Tanmay Shah writes: On 2018-07-24 12:19, Eric Anholt wrote: Tanmay Shah writes: file derived from msm-next kernel

[Bug 107143] Prime - OverDrive volt and frequency table(pp_od_clk_voltage) is reset every time on power on

2018-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107143 --- Comment #1 from Alex Deucher --- Fixed with this patch: https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-next-4.19&id=ecfee95a8ae7f35d43b8f63d61220e70ec8d2ea8 -- You are receiving this mail because: You are the assignee for the bug.

Re: [pull] amdgpu drm-fixes-4.18

2018-07-25 Thread Alex Deucher
On Wed, Jul 25, 2018 at 3:23 PM, Alex Deucher wrote: > Hi Dave, Dave, looks like I mixed up branches and missed some patches earlier in the series. Please to drop this request. Thanks, Alex > > Fixes for some power features not getting set properly after a suspend cycle > on vega10. > > The f

[PATCH 1/2] drm/panel: seiko-43wvf1g: Switch to SPDX identifier

2018-07-25 Thread Fabio Estevam
From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c

[PATCH 2/2] drm/panel: seiko-43wvf1g: Add missing ">" character in author's email

2018-07-25 Thread Fabio Estevam
From: Fabio Estevam There is a missing ">" character in Marco's email. Fix it. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c b/drivers/gpu/drm/panel/

Re: [PATCH] drm/ttm: Merge hugepage attr changes in ttm_dma_page_put.

2018-07-25 Thread Huang Rui
On Wed, Jul 25, 2018 at 10:29:50PM +0200, Bas Nieuwenhuizen wrote: > Every set_pages_array_wb call resulted in cross-core > interrupts and TLB flushes. Merge more of them for > less overhead. > > This reduces the time needed to free a 1.6 GiB GTT WC > buffer as part of Vulkan CTS from ~2 sec to <

linux-next: manual merge of the mfd tree with the drm-intel tree

2018-07-25 Thread Stephen Rothwell
Hi Lee, Today's linux-next merge of the mfd tree got a conflict in: drivers/gpu/drm/i915/intel_display.h between commit: 6075546f57f8 ("drm/i915/icl: store the port type for TC ports") from the drm-intel tree and commit: 9c229127aee2 ("drm/i915: hdmi: add CEC notifier to intel_hdmi") f

Re: [PATCH] drm/ttm: Merge hugepage attr changes in ttm_dma_page_put.

2018-07-25 Thread Zhang, Jerry (Junwei)
On 07/26/2018 04:29 AM, Bas Nieuwenhuizen wrote: Every set_pages_array_wb call resulted in cross-core interrupts and TLB flushes. Merge more of them for less overhead. This reduces the time needed to free a 1.6 GiB GTT WC buffer as part of Vulkan CTS from ~2 sec to < 0.25 sec. (Allocation still

Re: [PATCH] drm/ttm: Merge hugepage attr changes in ttm_dma_page_put.

2018-07-25 Thread Christian König
Am 25.07.2018 um 22:29 schrieb Bas Nieuwenhuizen: Every set_pages_array_wb call resulted in cross-core interrupts and TLB flushes. Merge more of them for less overhead. This reduces the time needed to free a 1.6 GiB GTT WC buffer as part of Vulkan CTS from ~2 sec to < 0.25 sec. (Allocation stil

Re: [PATCH] drm/ttm: Merge hugepage attr changes in ttm_dma_page_put.

2018-07-25 Thread Huang Rui
On Thu, Jul 26, 2018 at 08:37:45AM +0200, Christian König wrote: > Am 25.07.2018 um 22:29 schrieb Bas Nieuwenhuizen: > >Every set_pages_array_wb call resulted in cross-core > >interrupts and TLB flushes. Merge more of them for > >less overhead. > > > >This reduces the time needed to free a 1.6 GiB

<    1   2