mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
st/drm: add DRM_CONF_XML_OPTIONS
Allow drivers to return the XML that describes the available config options. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
bfc26c4120
commit
781375ac6f
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ enum drm_conf {
|
|||
DRM_CONF_THROTTLE, /* DRM_CONF_INT. */
|
||||
/* Can this driver, running on this kernel, import and export dma-buf fds? */
|
||||
DRM_CONF_SHARE_FD, /* DRM_CONF_BOOL. */
|
||||
/* XML string describing the available config options. */
|
||||
DRM_CONF_XML_OPTIONS, /* DRM_CONF_POINTER */
|
||||
DRM_CONF_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue