Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h68 int nvif_outp_edid_get(struct nvif_outp *, u8 **pedid);
/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c436 nvif_outp_edid_get(struct nvif_outp *outp, u8 **pedid) in nvif_outp_edid_get() function
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c602 ret = nvif_outp_edid_get(&nv_encoder->outp, (u8 **)&new_edid); in nouveau_connector_detect()