Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dgma_display.c36 struct drm_connector *l_entry; in gma_pipe_has_type() local
38 list_for_each_entry(l_entry, &mode_config->connector_list, head) { in gma_pipe_has_type()
39 if (l_entry->encoder && l_entry->encoder->crtc == crtc) { in gma_pipe_has_type()
41 gma_attached_encoder(l_entry); in gma_pipe_has_type()