Re: [PATCH v2 2/2] drm/amd/display: Support amdgpu "max bpc" connector property

2018-11-09 Thread Alex Deucher
On Wed, Nov 7, 2018 at 12:50 PM Nicholas Kazlauskas wrote: > > [Why] > Many panels support more than 8bpc but some modes are unavailable while > running at greater than 8bpc due to DP/HDMI bandwidth constraints. > > Support for more than 8bpc was added recently in the driver but it > defaults to t

Re: [PATCH] drm/amdgpu: Each PSP need to get latest topology info on XGMI configuration

2018-11-09 Thread Liu, Shaoyun
For now we depends on the  TA(firmware)  to decided whether the memory will be shared or not . They always been  set to enabled within same hive . Regards shaoyun.liu On 2018-11-09 12:53 p.m., Grodzovsky, Andrey wrote: > Reviewed-by: Andrey Grodzovsky > > Question - shouldn't we also set psp_x

Re: [PATCH] drm/amdgpu: Each PSP need to get latest topology info on XGMI configuration

2018-11-09 Thread Grodzovsky, Andrey
Reviewed-by: Andrey Grodzovsky Question - shouldn't we also set psp_xgmi_node_info.is_sharing_enabled to 1 to enable FB sharing ? Andrey On 11/08/2018 11:14 AM, Liu, Shaoyun wrote: > From: shaoyunl > > Driver need to call each psp instance to get topology info before set topology > > Change-

Re: [PATCH] drm/amd: update ATIF functions in AMD ACPI header

2018-11-09 Thread Wentland, Harry
On 2018-11-08 3:57 p.m., David Francis wrote: > The ACPI interface in AMD was a few years out of date > and contained some unused and deprecated functions > > Remove functions: Select Active Displays, Get Lid State, > Get TV Standard, Set TV Standard, Get Panel Expansion Mode, > Set Panel Expansio

Re: [PATCH] drm/scheduler: Fix bad job be re-processed in TDR

2018-11-09 Thread Christian König
Am 09.11.18 um 13:10 schrieb Trigger Huang: A bad job is the one triggered TDR. In the recovery process, its fence will be signaled and as a result, the work behind will be scheduled to delete it from the mirror list, but if the TDR process is invoked before the work's execution, then the call dm

Re: [PATCH 6/8] drm/amdgpu: meld together VM fragment and huge page handling

2018-11-09 Thread Koenig, Christian
Adding Aaron who initially reported the problem with this patch and suspend/resume. Am 08.11.18 um 20:35 schrieb Samuel Pitoiset: > On 11/8/18 5:50 PM, Christian König wrote: >> Hi Samuel, >> >> yeah, that is a known issue and I was already looking into that all >> day today. Problem is that I c

[PATCH] drm/scheduler: Fix bad job be re-processed in TDR

2018-11-09 Thread Trigger Huang
A bad job is the one triggered TDR. In the recovery process, its fence will be signaled and as a result, the work behind will be scheduled to delete it from the mirror list, but if the TDR process is invoked before the work's execution, then the call dma_fence_set_error to its fence in TDR process