Quoting Lucas De Marchi (2021-02-13 04:27:56)
> intel_init_audio_hooks() sets up hooks in the display struct and only
> makes sense when we have display. Move it inside
> intel_init_display_hooks() so it isn't called when we don't have
> display.
>
> Signed-off-by: Lucas De Marchi
And patch 2 an
intel_init_audio_hooks() sets up hooks in the display struct and only
makes sense when we have display. Move it inside
intel_init_display_hooks() so it isn't called when we don't have
display.
Signed-off-by: Lucas De Marchi
---
drivers/gpu/drm/i915/display/intel_display.c | 1 +
drivers/gpu/drm/