Home
last modified time | relevance | path

Searched refs:obj_to_crtc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/drm2/
HDdrm_crtc.c1403 crtc = obj_to_crtc(obj); in drm_mode_getcrtc()
1781 crtc = obj_to_crtc(obj); in drm_mode_setplane()
1900 crtc = obj_to_crtc(obj); in drm_mode_setcrtc()
2050 crtc = obj_to_crtc(obj); in drm_mode_cursor_ioctl()
3231 struct drm_crtc *crtc = obj_to_crtc(obj); in drm_mode_crtc_set_obj_prop()
3428 crtc = obj_to_crtc(obj); in drm_mode_gamma_set_ioctl()
3487 crtc = obj_to_crtc(obj); in drm_mode_gamma_get_ioctl()
3547 crtc = obj_to_crtc(obj); in drm_mode_page_flip_ioctl()
HDdrm_crtc.h828 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base) macro