Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/
HDdrm_crtc.c1417 crtc = obj_to_crtc(obj); in drm_mode_getcrtc()
1795 crtc = obj_to_crtc(obj); in drm_mode_setplane()
1914 crtc = obj_to_crtc(obj); in drm_mode_setcrtc()
2068 crtc = obj_to_crtc(obj); in drm_mode_cursor_ioctl()
3265 struct drm_crtc *crtc = obj_to_crtc(obj); in drm_mode_crtc_set_obj_prop()
3466 crtc = obj_to_crtc(obj); in drm_mode_gamma_set_ioctl()
3525 crtc = obj_to_crtc(obj); in drm_mode_gamma_get_ioctl()
3585 crtc = obj_to_crtc(obj); in drm_mode_page_flip_ioctl()
HDdrm_crtc.h830 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base) macro
/trueos/sys/dev/drm2/i915/
HDintel_overlay.c1150 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj)); in intel_overlay_put_image()
HDintel_display.c6473 crtc = to_intel_crtc(obj_to_crtc(drmmode_obj)); in intel_get_pipe_from_crtc_id()
/trueos/sys/dev/drm2/radeon/
HDr600_cs.c1034 crtc = obj_to_crtc(obj); in r600_cs_packet_parse_vline()
HDevergreen_cs.c1210 crtc = obj_to_crtc(obj); in evergreen_cs_packet_parse_vline()
HDr100.c1520 crtc = obj_to_crtc(obj); in r100_cs_packet_parse_vline()