Re: [PATCH] drm/kmb: Remove unused const and defines

2025-03-03 Thread Dr. David Alan Gilbert
* li...@treblig.org (li...@treblig.org) wrote: > From: "Dr. David Alan Gilbert" > > layer_irqs[] was added in 2020 as part of > commit 7f7b96a8a0a1 ("drm/kmb: Add support for KeemBay Display") > but isn't used. > > Remove it. > > It was the only user of the LCD_INT_VL0, LCD_INT_VL1, LCD_INT_GL0

Re: [PATCH] drm/kmb: Remove unused const and defines

2025-01-24 Thread Dr. David Alan Gilbert
Note Edmund's address doesn't work: ---> A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: edmund.j@intel.com host mgamail.eglb.intel.com [192.198.163.19] SMTP error from remote mail server a

[PATCH] drm/kmb: Remove unused const and defines

2025-01-24 Thread linux
From: "Dr. David Alan Gilbert" layer_irqs[] was added in 2020 as part of commit 7f7b96a8a0a1 ("drm/kmb: Add support for KeemBay Display") but isn't used. Remove it. It was the only user of the LCD_INT_VL0, LCD_INT_VL1, LCD_INT_GL0 and LCD_INT_GL1 defines. Remove them. commit c026565fe9be ("dr