Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

GUD_REQ_SET_BUFFER has one limitation setting Bulk Transfer size #26

Closed Answered by notro
hnakayam asked this question in Q&A
Discussion options

You must be logged in to vote

The max buffer size is communicated in gud_display_descriptor_req. See gud_gadget_req_get_descriptor() in the gadget.

If the buffer is not big enough to send a display update it is split into smaller updates. See gud_flush_damage() in the host driver.

KMALLOC_MAX_SIZE can be increased by changing the kconfig knob CONFIG_ARCH_FORCE_MAX_ORDER

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by hnakayam
Comment options

You must be logged in to vote
2 replies
@notro
Comment options

notro Jun 3, 2024
Maintainer

@hnakayam
Comment options

Comment options

You must be logged in to vote
2 replies
@notro
Comment options

notro Jun 3, 2024
Maintainer

@hnakayam
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants