Searched refs:drm_props (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c258 drmModeObjectPropertiesPtr drm_props; local in function:drmmode_crtc_vrr_init
265 drm_props = drmModeObjectGetProperties(drm_fd,
269 if (!drm_props)
273 drm_props,
276 drmModeFreeObjectProperties(drm_props);
3298 drmModeObjectPropertiesPtr drm_props; local in function:drmmode_cm_init
3314 drm_props = drmModeObjectGetProperties(drm_fd,
3317 if (!drm_props)
3320 for (i = 0; i < drm_props->count_props; i++) {
3322 drm_props
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2349 drmModeObjectPropertiesPtr drm_props; local in function:drmmode_crtc_vrr_init
2356 drm_props = drmModeObjectGetProperties(drm_fd,
2360 if (!drm_props)
2364 drm_props,
2367 drmModeFreeObjectProperties(drm_props);

Completed in 11 milliseconds