Skip to content
Snippets Groups Projects
Commit 6217f0ec authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/doc: kerneldoc for quirk_addfb_prefer_xbgr_30bpp

parent c97ea6a6
No related branches found
No related tags found
No related merge requests found
......@@ -809,6 +809,13 @@ struct drm_mode_config {
/* dumb ioctl parameters */
uint32_t preferred_depth, prefer_shadow;
/**
* @quirk_addfb_prefer_xbgr_30bpp:
*
* Special hack for legacy ADDFB to keep nouveau userspace happy. Should
* only ever be set by the nouveau kernel driver.
*/
bool quirk_addfb_prefer_xbgr_30bpp;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment