Re: [PATCH] drm/amd: Fail initialization earlier when DC is disabled

2025-03-05 Thread Mario Limonciello
On 3/5/2025 17:04, Alex Deucher wrote: On Wed, Mar 5, 2025 at 4:53 PM Mario Limonciello wrote: On 3/5/2025 15:37, Mario Limonciello wrote: Modern APU and dGPU require DC support to be able to light up the display. If DC support has been disabled either by kernel config or by kernel command l

Re: [PATCH] drm/amd: Fail initialization earlier when DC is disabled

2025-03-05 Thread Alex Deucher
On Wed, Mar 5, 2025 at 4:53 PM Mario Limonciello wrote: > > On 3/5/2025 15:37, Mario Limonciello wrote: > > Modern APU and dGPU require DC support to be able to light up the > > display. If DC support has been disabled either by kernel config > > or by kernel command line fail init early so that

Re: [PATCH] drm/amd: Fail initialization earlier when DC is disabled

2025-03-05 Thread Mario Limonciello
On 3/5/2025 15:37, Mario Limonciello wrote: Modern APU and dGPU require DC support to be able to light up the display. If DC support has been disabled either by kernel config or by kernel command line fail init early so that the system won't freeze with a lack of display. Signed-off-by: Mario L

[PATCH] drm/amd: Fail initialization earlier when DC is disabled

2025-03-05 Thread Mario Limonciello
Modern APU and dGPU require DC support to be able to light up the display. If DC support has been disabled either by kernel config or by kernel command line fail init early so that the system won't freeze with a lack of display. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/am