Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/drm/
Ddrm_mode.h241 struct drm_mode_card_res { struct
Ddrm.h899 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/Linux-v5.10/tools/include/uapi/drm/
Ddrm.h899 #define DRM_IOCTL_MODE_GETRESOURCES DRM_IOWR(0xA0, struct drm_mode_card_res)
/Linux-v5.10/drivers/gpu/drm/
Ddrm_mode_config.c93 struct drm_mode_card_res *card_res = data; in drm_mode_getresources()