mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-17 20:26:49 +00:00
drm/doc: kerneldoc for quirk_addfb_prefer_xbgr_30bpp
Shuts up warning noise. Reviewed-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181004202446.22905-22-daniel.vetter@ffwll.ch
This commit is contained in:
parent
c97ea6a61b
commit
6217f0ec7f
1 changed files with 7 additions and 0 deletions
|
|
@ -809,6 +809,13 @@ struct drm_mode_config {
|
||||||
|
|
||||||
/* dumb ioctl parameters */
|
/* dumb ioctl parameters */
|
||||||
uint32_t preferred_depth, prefer_shadow;
|
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;
|
bool quirk_addfb_prefer_xbgr_30bpp;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue