GPU RFC Section¶
For complex work, especially new uapi, it is often good to nail the high leveldesign issues before getting lost in the code details. This section is meant tohost such documentation:
Each RFC should be a section in this file, explaining the goal and main designconsiderations. Especially for uapi make sure you Cc: all relevant projectmailing lists and involved people outside of dri-devel.
For uapi structures add a file to this directory with and then pull thekerneldoc in like with real uapi headers.
Once the code has landed move all the documentation to the right places inthe main core, helper or driver sections.
- Linux Color Pipeline API
- What problem are we solving?
- How are other OSes solving this problem?
- Why is Linux different?
- Descriptive API
- Prescriptive API
- The Color Pipeline API
- drm_colorop Object
- COLOR_PIPELINE Plane Property
- Color Pipeline Discovery
- Color Pipeline Programming
- Driver Implementer’s Guide
- Driver Forward/Backward Compatibility
- References