Re: [PATCH 0/4] fbdev: Rename helpers for struct fb_ops
From: Sam Ravnborg <hidden>
Date: 2023-07-30 08:53:53
Also in:
dri-devel
From: Sam Ravnborg <hidden>
Date: 2023-07-30 08:53:53
Also in:
dri-devel
Hi Thomas, On Sat, Jul 29, 2023 at 09:26:45PM +0200, Thomas Zimmermann wrote:
As discussed at [1], rename helpers for struct fb_ops to include 'MEM' in their name to signal that these helpers operate on a certain type of memory address; either I/O, system or DMA-able ranges. These are trival renames without any functional changes. [1] https://lore.kernel.org/dri-devel/1ab418ae-592f-4347-fa75-bf9b00115afe@gmx.de/T/#mcb92691d6131333782cc83190a5fc00bd575a0c5 (local)
Yep, Helge is right that the naming is better with MEM added. Good that we could get this sorted out now where the impact is "only" in drm. All 4 patches are: Reviewed-by: Sam Ravnborg <redacted>