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

2025-03-11 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 the screen will visibly freeze when the driver finishes early init. As it's known before early init is done whether DC support is required d

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

2025-03-06 Thread Mario Limonciello
On 3/6/2025 14:11, Alex Deucher wrote: On Thu, Mar 6, 2025 at 2:31 PM Mario Limonciello wrote: On 3/6/2025 13:19, Alex Deucher wrote: On Thu, Mar 6, 2025 at 1:58 PM Mario Limonciello wrote: Modern APU and dGPU require DC support to be able to light up the display. If DC support has been d

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

2025-03-06 Thread Alex Deucher
On Thu, Mar 6, 2025 at 2:31 PM Mario Limonciello wrote: > > On 3/6/2025 13:19, Alex Deucher wrote: > > On Thu, Mar 6, 2025 at 1:58 PM 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 k

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

2025-03-06 Thread Mario Limonciello
On 3/6/2025 13:19, Alex Deucher wrote: On Thu, Mar 6, 2025 at 1:58 PM 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 the screen will visibly freeze when the d

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

2025-03-06 Thread Alex Deucher
On Thu, Mar 6, 2025 at 1:58 PM 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 the screen will visibly freeze when the > driver finishes early init. > > As