Home
last modified time | relevance | path

Searched refs:drm_mode_card_res (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/uapi/drm/
Ddrm_mode.h262 struct drm_mode_card_res { struct
Ddrm.h1037 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/Linux-v6.1/tools/include/uapi/drm/
Ddrm.h1037 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/Linux-v6.1/drivers/gpu/drm/
Ddrm_mode_config.c94 struct drm_mode_card_res *card_res = data; in drm_mode_getresources()