Home
last modified time | relevance | path

Searched refs:drm_crtc_add_crc_entry (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/
H A Ddrm_debugfs_crc.h70 int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame,
73 static inline int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, in drm_crtc_add_crc_entry() function
/linux/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c394 int drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, in drm_crtc_add_crc_entry() function
439 EXPORT_SYMBOL_GPL(drm_crtc_add_crc_entry);
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c44 drm_crtc_add_crc_entry(&crtc->crtc, false, 0, &crc); in rzg2l_du_vsp_complete()
/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.c169 drm_crtc_add_crc_entry(&mxsfb->crtc, true, vbc, &crc); in mxsfb_irq_handler()