Re: [Intel-gfx] [PATCH 8/9] drm/i915: move more display related probe/remove stuff to display

2020-02-04 Thread Ville Syrjälä
On Tue, Feb 04, 2020 at 03:42:27PM +0200, Jani Nikula wrote: > With the intel_display_* prove/remove functions clarified, we can "probe", though I wouldn't mind functions that prove the display code/hw works ;) > continue with moving more related calls to the right layer: > > - drm_vblank_init()

[Intel-gfx] [PATCH 8/9] drm/i915: move more display related probe/remove stuff to display

2020-02-04 Thread Jani Nikula
With the intel_display_* prove/remove functions clarified, we can continue with moving more related calls to the right layer: - drm_vblank_init() - intel_bios_init() and intel_bios_driver_remove() - intel_vga_register() and intel_vga_unregister() - intel_csr_ucode_init() and intel_csr_ucode_fini()