Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Dieter Nützel
Hello Michel, as this is for radeon, do you think this could/should fix the wrong reported VRAM size with Unigine_Heaven/-Valley, too? Maybe speed things up? ;-) Unigine_Valley-1.0 GPU: Unknown GPU x1 System memory: 24102 MB Video memory: 256 MB Sync threads: 7 Async threads: 8 I'll try

Re: [PATCH] winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49

2017-01-31 Thread Samuel Pitoiset
Thanks for fixing this Michel. Reviewed-by: Samuel Pitoiset On 01/31/2017 07:54 AM, Michel Dänzer wrote: From: Michel Dänzer The kernel driver reports correct values now. Signed-off-by: Michel Dänzer ---

Re: [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Christian König
Am 31.01.2017 um 07:54 schrieb Michel Dänzer: From: Michel Dänzer vram_size is supposed to be the total amount of VRAM that can be used by userspace, which corresponds to the TTM VRAM manager size (which is normally the full amount of VRAM, but can be just the visible

Re: PRT support for amdgpu

2017-01-31 Thread Bas Nieuwenhuizen
On Mon, Jan 30, 2017, at 13:57, Christian König wrote: > Hi Dave and Bas, > > Hi Dave and Bas, > > the following set of patches is a proposal for adding support for partial > resident textures (PRT) to the amdgpu kernel module. > > The basic idea behind PRT support is that you turn of VM

Re: [PATCH] winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49

2017-01-31 Thread Nicolai Hähnle
Both patches: Reviewed-by: Nicolai Hähnle On 31.01.2017 07:54, Michel Dänzer wrote: From: Michel Dänzer The kernel driver reports correct values now. Signed-off-by: Michel Dänzer ---

Re: PRT support for amdgpu

2017-01-31 Thread Christian König
Am 31.01.2017 um 17:09 schrieb Alex Deucher: On Mon, Jan 30, 2017 at 7:57 AM, Christian König wrote: Hi Dave and Bas, Hi Dave and Bas, the following set of patches is a proposal for adding support for partial resident textures (PRT) to the amdgpu kernel module. The

RE: [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Michel Dänzer > Sent: Tuesday, January 31, 2017 1:54 AM > To: amd-gfx@lists.freedesktop.org; mesa-...@lists.freedesktop.org > Subject: [PATCH] drm/radeon: Fix vram_size/visible values in >

Re: PRT support for amdgpu

2017-01-31 Thread Christian König
Am 31.01.2017 um 14:06 schrieb Bas Nieuwenhuizen: On Mon, Jan 30, 2017, at 13:57, Christian König wrote: Hi Dave and Bas, Hi Dave and Bas, the following set of patches is a proposal for adding support for partial resident textures (PRT) to the amdgpu kernel module. The basic idea behind PRT

RE: [PATCH xf86-video-ati] Don't handle Option "SwapbuffersWait" at all with glamor

2017-01-31 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Michel Dänzer > Sent: Tuesday, January 31, 2017 2:28 AM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH xf86-video-ati] Don't handle Option "SwapbuffersWait" at all > with glamor > >

Re: PRT support for amdgpu

2017-01-31 Thread Alex Deucher
On Mon, Jan 30, 2017 at 7:57 AM, Christian König wrote: > Hi Dave and Bas, > > Hi Dave and Bas, > > the following set of patches is a proposal for adding support for partial > resident textures (PRT) to the amdgpu kernel module. > > The basic idea behind PRT support is

RE: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Dieter Nützel > Sent: Tuesday, January 31, 2017 6:25 AM > To: Michel Dänzer > Cc: Alex Deucher; mesa-...@lists.freedesktop.org; amd- > g...@lists.freedesktop.org > Subject: Re: [Mesa-dev]

[PATCH 05/13] drm/amd/display: DMCU Compile and Load

2017-01-31 Thread Harry Wentland
From: Anthony Koo Change-Id: I8534864ab5d33b43d29c130e7dcfe381e8e0a52f Signed-off-by: Anthony Koo Reviewed-by: Aric Cyr Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/core/dc.c | 16 --

[PATCH 04/13] drm/amd/display: Change power gating off sequence to fix hang

2017-01-31 Thread Harry Wentland
From: Yongqiang Sun Power off plane clear all the reg values includes cursor. When OS call set cursor position, cursor address reg is cleared, results in system hard hang. Change-Id: Id4f2fce5fab34cc0091e0a4a51e1274e9205ea48 Signed-off-by: Yongqiang Sun

[PATCH 07/13] drm/amd/display: Make new pixel clock more obvious

2017-01-31 Thread Harry Wentland
From: Dmytro Laktyushkin Change-Id: I9fc95de2518a0b54300961ec039a693657df8602 Signed-off-by: Dmytro Laktyushkin Reviewed-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 02/13] drm/amd/display: Expose hw sequencer gamma function

2017-01-31 Thread Harry Wentland
From: Yongqiang Sun Change-Id: I82bc709bb81faad5becdfe238de2d36b3183ea7c Signed-off-by: Yongqiang Sun Reviewed-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 08/13] drm/amd/display: Support ABM without PPlib

2017-01-31 Thread Harry Wentland
From: Anthony Koo Fix problem with loading IRAM Change-Id: I255dfd27195714e718c8976817de96dd878f2e1a Signed-off-by: Anthony Koo --- drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h | 7 +- .../gpu/drm/amd/display/dc/dce/dce_link_encoder.h | 26

[PATCH 03/13] drm/amd/display: DP compliance automation test fixes

2017-01-31 Thread Harry Wentland
From: Leon Elazar Fixes: 1. Removing pending flag since we are executing teh entire flow without context switches 2. Adding stream enablment - connection between DIG BE to DIG FE during test link training Change-Id: I56d3904c37adb85adca9c84387d638295bb57177 Signed-off-by:

[PATCH 01/13] drm/amd/display: Fix compile warnings

2017-01-31 Thread Harry Wentland
From: Anthony Koo 1. Fix init of integer 2. Fix mixed declarations Change-Id: Ib6777dc7c59fd6edaf3cc310c4ad1b66874aecad Signed-off-by: Anthony Koo Reviewed-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 00/13] DC Patches Jan 31, 2017

2017-01-31 Thread Harry Wentland
* warning fixes * DMCU loader * some cleanup * some fixes Anthony Koo (5): drm/amd/display: Fix compile warnings drm/amd/display: DMCU Compile and Load drm/amd/display: Move backlight from encoder to ABM drm/amd/display: Support ABM without PPlib drm/amd/display: Debug option to force

[PATCH 11/13] drm/amd/display: add dcfclk reporting to pplib

2017-01-31 Thread Harry Wentland
From: Dmytro Laktyushkin Change-Id: I378d9305bb94d2e0a89da804e63d8a1fa7aee51d Signed-off-by: Dmytro Laktyushkin Reviewed-by: Dmytro Laktyushkin Acked-by: Harry Wentland ---

[PATCH 13/13] drm/amd/display: remove CV-specific timing standard

2017-01-31 Thread Harry Wentland
From: Charlene Liu Change-Id: I6a9cb83cf5963e8b64e1ecf01a25921511a91972 Signed-off-by: Charlene Liu Reviewed-by: Jordan Lazare Reviewed-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 10/13] drm/amd/display: Debug option to force enable ABM

2017-01-31 Thread Harry Wentland
From: Anthony Koo Change-Id: I3c17972edb18ebb39621ca5593fdd40050252afc Signed-off-by: Anthony Koo Reviewed-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/dc.h | 1 + 1 file

Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Dieter Nützel
Am 31.01.2017 16:43, schrieb Deucher, Alexander: -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Dieter Nützel Sent: Tuesday, January 31, 2017 6:25 AM To: Michel Dänzer Cc: Alex Deucher; mesa-...@lists.freedesktop.org; amd-

Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Emil Velikov
On 31 January 2017 at 15:43, Deucher, Alexander wrote: >> -Original Message- >> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf >> Of Dieter Nützel >> Sent: Tuesday, January 31, 2017 6:25 AM >> To: Michel Dänzer >> Cc: Alex Deucher;

Re: [Mesa-dev] [PATCH] drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl

2017-01-31 Thread Alex Deucher
On Tue, Jan 31, 2017 at 5:06 PM, Emil Velikov wrote: > On 31 January 2017 at 15:43, Deucher, Alexander > wrote: >>> -Original Message- >>> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf >>> Of Dieter Nützel >>>

Re: [PATCH 4/4] drm/amdgpu: extend profiling mode.

2017-01-31 Thread Andy Furniss
Andy Furniss wrote: Rex Zhu wrote: in profiling mode, powerplay will fix power state as stable as possible.and disable gfx cg and LBPW feature. profile_standard: as a prerequisite, ensure power and thermal sustainable, set clocks ratio as close to the highest clock ratio as possible.