Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.h81 const char *const *nv50_crc_get_sources(struct drm_crtc *, size_t *);
104 #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.c552 .get_crc_sources = nv50_crc_get_sources,