HomeSort by: relevance | last modified time | path
    Searched refs:set_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.
77 * Depending on the driver and HW requirements, &drm_crtc_funcs.set_crc_source
248 ret = crtc->funcs->set_crc_source(crtc, crc->source);
271 crtc->funcs->set_crc_source(crtc, NULL);
375 if (!crtc->funcs->set_crc_source || !crtc->funcs->verify_crc_source)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 750 * @set_crc_source:
776 int (*set_crc_source)(struct drm_crtc *crtc, const char *source); member in struct:drm_crtc_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 4286 .set_crc_source = amdgpu_dm_crtc_set_crc_source,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 16355 .set_crc_source = intel_crtc_set_crc_source, \

Completed in 64 milliseconds