linux icon indicating copy to clipboard operation
linux copied to clipboard

drivers: media: bcm2835_isp: Cache LS table dmabuf

Open naushir opened this issue 1 year ago • 0 comments

Clients such as libcamera do not change the LS table dmabuf on every frame. In such cases instead of mapping/remapping the same dmabuf on every frame to send to the firmware, cache the dmabuf once and only update and remap if the dmabuf has been changed by the userland client.

naushir avatar Oct 22 '24 07:10 naushir