Searched refs:obj_to_crtc (Results 1 – 2 of 2) sorted by relevance
1403 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()
828 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base) macro