Re: [Intel-gfx] [CI 4/4] drm/i915: move intel_init_audio_hooks inside display

2021-02-13 Thread Chris Wilson
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-gfx] [CI 4/4] drm/i915: move intel_init_audio_hooks inside display

2021-02-12 Thread Lucas De Marchi
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/