Thomas Zimmermann writes:
[...]
>>
>> The comment for I/O memory helpers says:
>>
>> /*
>> * Initializes struct fb_ops for framebuffers in I/O memory.
>> */
>>
>> I think that would be good to have consistency between these two,
>
> Sure, I had the same thought. I think I'll rather change
Hi Javier
Am 05.07.23 um 10:23 schrieb Javier Martinez Canillas:
Thomas Zimmermann writes:
Hello Thomas,
Add initializer macros for struct fb_ops for framebuffers in DMA-able
memory areas. Also add a corresponding Kconfig token. As of now, this
is equivalent to system framebuffers and mostly
Thomas Zimmermann writes:
Hello Thomas,
> Add initializer macros for struct fb_ops for framebuffers in DMA-able
> memory areas. Also add a corresponding Kconfig token. As of now, this
> is equivalent to system framebuffers and mostly useful for labeling
> drivers correctly.
>
> A later patch may
Add initializer macros for struct fb_ops for framebuffers in DMA-able
memory areas. Also add a corresponding Kconfig token. As of now, this
is equivalent to system framebuffers and mostly useful for labeling
drivers correctly.
A later patch may add a generic DMA-specific mmap operation. Linux
offe