HomeSort by: relevance | last modified time | path
    Searched refs:verify_crc_source (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 74 * implement &drm_crtc_funcs.set_crc_source and &drm_crtc_funcs.verify_crc_source.
103 if (!crtc->funcs->verify_crc_source(crtc, sources[i],
151 ret = crtc->funcs->verify_crc_source(crtc, source, &values_cnt);
219 ret = crtc->funcs->verify_crc_source(crtc, crc->source, &values_cnt);
375 if (!crtc->funcs->set_crc_source || !crtc->funcs->verify_crc_source)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 779 * @verify_crc_source:
792 int (*verify_crc_source)(struct drm_crtc *crtc, const char *source, member in struct:drm_crtc_funcs
798 * CRC generation. This callback depends upon verify_crc_source, So
799 * verify_crc_source callback should be implemented before implementing
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 4287 .verify_crc_source = amdgpu_dm_crtc_verify_crc_source,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 16356 .verify_crc_source = intel_crtc_verify_crc_source, \

Completed in 54 milliseconds