dri: unexport drm_format_for_depth()

Not used by any external drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-04-22 20:03:39 +02:00
parent 5db19b5573
commit dc0de34d84
2 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,6 @@ typedef struct dri3_screen_info {
extern _X_EXPORT Bool
dri3_screen_init(ScreenPtr screen, const dri3_screen_info_rec *info);
extern _X_EXPORT uint32_t
drm_format_for_depth(uint32_t depth, uint32_t bpp);
#endif
#endif /* _DRI3_H_ */

View File

@ -108,4 +108,7 @@ dri3_import_syncobj(ClientPtr client, ScreenPtr screen, XID id, int fd);
int
dri3_send_open_reply(ClientPtr client, int fd);
uint32_t
drm_format_for_depth(uint32_t depth, uint32_t bpp);
#endif /* _DRI3PRIV_H_ */