Home
last modified time | relevance | path

Searched refs:apple_crtc (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/apple/
H A Ddcp.h14 struct apple_crtc { struct
23 #define to_apple_crtc(x) container_of(x, struct apple_crtc, base) argument
49 void dcp_link(struct platform_device *pdev, struct apple_crtc *apple,
55 void apple_crtc_vblank(struct apple_crtc *apple);
56 void dcp_drm_crtc_vblank(struct apple_crtc *crtc);
H A Dapple_drv.c197 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_enable() local
198 dcp_poweron(apple_crtc->dcp); in apple_crtc_atomic_enable()
212 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_disable() local
213 dcp_poweroff(apple_crtc->dcp); in apple_crtc_atomic_disable()
228 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_begin() local
233 apple_crtc->event = crtc->state->event; in apple_crtc_atomic_begin()
318 struct apple_crtc *crtc; in apple_probe_per_dcp()
H A Diomfb.c428 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in dcp_crtc_atomic_modeset() local
429 struct apple_dcp *dcp = platform_get_drvdata(apple_crtc->dcp); in dcp_crtc_atomic_modeset()
468 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in dcp_crtc_mode_fixup() local
469 struct platform_device *pdev = apple_crtc->dcp; in dcp_crtc_mode_fixup()
H A Ddcp-internal.h112 struct apple_crtc *crtc;
H A Ddcp.c50 void dcp_drm_crtc_vblank(struct apple_crtc *crtc) in dcp_drm_crtc_vblank()
339 void dcp_link(struct platform_device *pdev, struct apple_crtc *crtc, in dcp_link()