Re: [Intel-gfx] [PATCH v3] arch: rename all internal names __xchg to __arch_xchg

2023-01-03 Thread Heiko Carstens
On Fri, Dec 30, 2022 at 03:15:52PM +0100, Andrzej Hajda wrote: > __xchg will be used for non-atomic xchg macro. > > Signed-off-by: Andrzej Hajda > Reviewed-by: Arnd Bergmann > --- > v2: squashed all arch patches into one > v3: fixed alpha/xchg_local, thx to l...@intel.com > --- ... > arch/s390/

Re: [Intel-gfx] [BUG - BISECTED] display not detected anymore

2021-09-09 Thread Heiko Carstens
Hi Ville, > > > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > > > > > With that commit the display is not detected anymore, one commit > > > > before that it still works. So this one seems to be broken. > > > > > > > > Ville, Stanislav, any idea how to fix this? > >

Re: [Intel-gfx] [BUG - BISECTED] display not detected anymore

2021-08-26 Thread Heiko Carstens
Hi Ville, > > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > > > With that commit the display is not detected anymore, one commit > > > before that it still works. So this one seems to be broken. > > > > > > Ville, Stanislav, any idea how to fix this? > > > > > > co

Re: [Intel-gfx] [BUG - BISECTED] display not detected anymore

2021-08-20 Thread Heiko Carstens
On Thu, Aug 19, 2021 at 09:07:26PM +0300, Ville Syrjälä wrote: > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > With that commit the display is not detected anymore, one commit > > before that it still works. So this one seems to be broken. > > > > Ville, Stanislav, a

Re: [Intel-gfx] [BUG - BISECTED] display not detected anymore

2021-08-18 Thread Heiko Carstens
On Sat, Aug 14, 2021 at 02:46:27PM +0200, Heiko Carstens wrote: > Hello, > > I have Fedora 33 running, and with the Fedore kernel update from 5.11 > series to 5.12 my external monitor was not detected anymore. Same is > true with the Fedora supplied 5.13 kernel version. >

[Intel-gfx] [BUG - BISECTED] display not detected anymore

2021-08-16 Thread Heiko Carstens
Hello, I have Fedora 33 running, and with the Fedore kernel update from 5.11 series to 5.12 my external monitor was not detected anymore. Same is true with the Fedora supplied 5.13 kernel version. So I tried with vanilla kernel 5.11 and latest git head from Linus' tree. 5.11 works while latest gi

Re: [Intel-gfx] [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()

2020-12-11 Thread Heiko Carstens
On Thu, Dec 10, 2020 at 08:25:48PM +0100, Thomas Gleixner wrote: > The irq descriptor is already there, no need to look it up again. > > Signed-off-by: Thomas Gleixner > Cc: Christian Borntraeger > Cc: Heiko Carstens > Cc: linux-s...@vger.kernel.org > --- > arch/