Home
last modified time | relevance | path

Searched refs:intel_crtc_set_crc_source (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pipe_crc.h17 int intel_crtc_set_crc_source(struct drm_crtc *crtc, const char *source_name);
26 #define intel_crtc_set_crc_source NULL macro
H A Dintel_pipe_crc.c576 int intel_crtc_set_crc_source(struct drm_crtc *_crtc, const char *source_name) in intel_crtc_set_crc_source() function
H A Dintel_crtc.c229 .set_crc_source = intel_crtc_set_crc_source, \