RE: [PATCH] drm/amdgpu: Basic emulation support

2018-02-05 Thread Liu, Shaoyun
-Original Message- From: Alex Deucher [mailto:alexdeuc...@gmail.com] Sent: Monday, February 05, 2018 12:53 PM To: Bridgman, John Cc: Koenig, Christian; Liu, Shaoyun; amd-gfx list Subject: Re: [PATCH] drm/amdgpu: Basic emulation support On Mon, Feb 5, 2018 at 12:34 PM, Bridgman, John

Re: [PATCH] drm/amdgpu: Basic emulation support

2018-02-05 Thread Alex Deucher
yun >>Cc: amd-gfx list >>Subject: Re: [PATCH] drm/amdgpu: Basic emulation support >> >>Am 05.02.2018 um 17:45 schrieb Alex Deucher: >>> On Thu, Feb 1, 2018 at 6:16 PM, Shaoyun Liu >>wrote: >>>> Add amdgpu_emu_mode module parameter to control th

RE: [PATCH] drm/amdgpu: Basic emulation support

2018-02-05 Thread Bridgman, John
>-Original Message- >From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of >Christian König >Sent: Monday, February 05, 2018 11:49 AM >To: Alex Deucher; Liu, Shaoyun >Cc: amd-gfx list >Subject: Re: [PATCH] drm/amdgpu: Basic emulation support >

Re: [PATCH] drm/amdgpu: Basic emulation support

2018-02-05 Thread Christian König
Am 05.02.2018 um 17:45 schrieb Alex Deucher: On Thu, Feb 1, 2018 at 6:16 PM, Shaoyun Liu wrote: Add amdgpu_emu_mode module parameter to control the emulation mode Avoid vbios operation on emulation since there is no vbios post duirng emulation, use the common hw_init to simulate the post Chan

Re: [PATCH] drm/amdgpu: Basic emulation support

2018-02-05 Thread Alex Deucher
On Thu, Feb 1, 2018 at 6:16 PM, Shaoyun Liu wrote: > Add amdgpu_emu_mode module parameter to control the emulation mode > Avoid vbios operation on emulation since there is no vbios post duirng > emulation, > use the common hw_init to simulate the post > > Change-Id: Iba32fa16e735490e7401e47121979

[PATCH] drm/amdgpu: Basic emulation support

2018-02-01 Thread Shaoyun Liu
Add amdgpu_emu_mode module parameter to control the emulation mode Avoid vbios operation on emulation since there is no vbios post duirng emulation, use the common hw_init to simulate the post Change-Id: Iba32fa16e735490e7401e471219797b83c6c2a58 Signed-off-by: Shaoyun Liu --- drivers/gpu/drm/am