Re: [PATCH] drm/amdgpu: reciprocate amdgpu.._resume sequence to match amdgpu.._suspend

2018-07-18 Thread S, Shirish
On 7/18/2018 3:30 PM, Michel Dänzer wrote: On 2018-07-18 11:40 AM, Shirish S wrote: [Why] 1. To ensure that resume path reciprocates the sequence followed during suspend. 2. While the console_lock is held, console output will be buffered, till its unlocked it wont be emitted, hence its ideal

Re: [PATCH] drm/amdgpu: reciprocate amdgpu.._resume sequence to match amdgpu.._suspend

2018-07-18 Thread Michel Dänzer
On 2018-07-18 11:40 AM, Shirish S wrote: > [Why] > 1. To ensure that resume path reciprocates the sequence followed during > suspend. > 2. While the console_lock is held, console output will be buffered, till > its unlocked it wont be emitted, hence its ideal to unlock sooner to enable >

[PATCH] drm/amdgpu: reciprocate amdgpu.._resume sequence to match amdgpu.._suspend

2018-07-18 Thread Shirish S
[Why] 1. To ensure that resume path reciprocates the sequence followed during suspend. 2. While the console_lock is held, console output will be buffered, till its unlocked it wont be emitted, hence its ideal to unlock sooner to enable debugging/detecting/fixing of any issue in the remaining