[PATCH] drm/amd/amdgpu: Add modeset module parameter support

2022-08-29 Thread Zhen Ni
Nomodeset kernel parameter is for all graphics cards. Amdgpu cannot be set separately in some scenarios, such as hybrid graphics(i + a). Add modeset module parameter for amdgpu to set kernel mode separately. Signed-off-by: Zhen Ni --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 13 - 1

Re: [PATCH] drm/amd/amdgpu: Add modeset module parameter support

2022-08-29 Thread Alex Deucher
On Mon, Aug 29, 2022 at 9:43 AM Zhen Ni wrote: > > Nomodeset kernel parameter is for all graphics cards. Amdgpu cannot > be set separately in some scenarios, such as hybrid graphics(i + a). > Add modeset module parameter for amdgpu to set kernel mode separately. > > Signed-off-by: Zhen Ni amdgpu