Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.h83 const char *const *nv50_crc_get_sources(struct drm_crtc *, size_t *);
105 #define nv50_crc_get_sources NULL macro
Dcrc.c63 const char *const *nv50_crc_get_sources(struct drm_crtc *crtc, size_t *count) in nv50_crc_get_sources() function
Dhead.c531 .get_crc_sources = nv50_crc_get_sources,