1

I was studying about frame buffer ioctls but it was incomplete documentation and it referred me linux/fb.h file for more ioctls but from the source code i couldn't figure out the function of ioctls are the are not well commented.so how can i understand ioctls function from source code or is there good documents available for it?

1 Answer 1

1

You can find the IOCTL's listed at [1], also there might be some driver specific ioctls as well, for which you need to choose a particular driver and go through the driver code.

[1] https://elixir.free-electrons.com/linux/latest/source/include/uapi/linux/fb.h

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.