Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h251 …int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums… member
H A Ddrmmode_display.c3114 p->num_atoms = 1; in drmmode_output_create_resources()
3115 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()
3140 p->num_atoms = drmmode_prop->count_enums + 1; in drmmode_output_create_resources()
3141 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()
3155 TRUE : FALSE, p->num_atoms - 1, in drmmode_output_create_resources()