Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-13 Thread Lucas De Marchi
On Thu, Sep 12, 2024 at 03:42:52PM GMT, Lucas De Marchi wrote: unbind function is this: function unbind { vga="0300" display="0380" pci_vendor="8086" while read -r pci_slot class devid xxx; do sysdev=/sys/bus/pci/devices/:$pci_slot

Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-12 Thread Lucas De Marchi
; Winkler, Tomas >> ; Usyskin, Alexander >> >> Subject: Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI >> Modules for i915/Xe Driver >> >> On Tue, Sep 10, 2024 at 11:03:30AM GMT, Rodrigo Vivi wrote: >> >On Mon, Sep 09, 2024 at 09:33:17AM +

RE: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-12 Thread Bommu, Krishnaiah
adhyay, Tejas > ; Tvrtko Ursulin ; Joonas > Lahtinen ; Nikula, Jani > ; Thomas Hellström > ; Teres Alexis, Alan Previn > ; Winkler, Tomas > ; Usyskin, Alexander > ; linux-modu...@vger.kernel.org; Luis > Chamberlain > Subject: Re: [PATCH v2] drm: Ensure Proper Unlo

Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-11 Thread Rodrigo Vivi
gt; ; Usyskin, Alexander > > > > Subject: Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI > > Modules for i915/Xe Driver > > > > On Tue, Sep 10, 2024 at 11:03:30AM GMT, Rodrigo Vivi wrote: > > >On Mon, Sep 09, 2024 at 09:33:17AM +0530, Bommu Krishnaia

Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-11 Thread Lucas De Marchi
; Kamil Konieczny ; Ceraolo Spurio, Daniele ; Upadhyay, Tejas ; Tvrtko Ursulin ; Joonas Lahtinen ; Nikula, Jani ; Thomas Hellström ; Teres Alexis, Alan Previn ; Winkler, Tomas ; Usyskin, Alexander Subject: Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver On Tue

RE: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-10 Thread Bommu, Krishnaiah
adhyay, Tejas > ; Tvrtko Ursulin ; Joonas > Lahtinen ; Nikula, Jani > ; Thomas Hellström > ; Teres Alexis, Alan Previn > ; Winkler, Tomas > ; Usyskin, Alexander > > Subject: Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI > Modules for i915/Xe Driver > > O

Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-10 Thread Lucas De Marchi
On Tue, Sep 10, 2024 at 11:03:30AM GMT, Rodrigo Vivi wrote: On Mon, Sep 09, 2024 at 09:33:17AM +0530, Bommu Krishnaiah wrote: This update addresses the unload/reload sequence of MEI modules in relation to the i915/Xe graphics driver. On platforms where the MEI hardware is integrated with the gra

Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-10 Thread Rodrigo Vivi
On Mon, Sep 09, 2024 at 09:33:17AM +0530, Bommu Krishnaiah wrote: > This update addresses the unload/reload sequence of MEI modules in relation to > the i915/Xe graphics driver. On platforms where the MEI hardware is integrated > with the graphics device (e.g., DG2/BMG), the i915/xe driver is depen

[PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver

2024-09-08 Thread Bommu Krishnaiah
This update addresses the unload/reload sequence of MEI modules in relation to the i915/Xe graphics driver. On platforms where the MEI hardware is integrated with the graphics device (e.g., DG2/BMG), the i915/xe driver is depend on the MEI modules. Conversely, on newer platforms like MTL and LNL,