HomeSort by: relevance | last modified time | path
    Searched defs:card_res (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c 99 struct drm_mode_card_res *card_res = data; local in function:drm_mode_getresources
116 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
118 if (count < card_res->count_fbs &&
125 card_res->count_fbs = count;
128 card_res->max_height = dev->mode_config.max_height;
129 card_res->min_height = dev->mode_config.min_height;
130 card_res->max_width = dev->mode_config.max_width;
131 card_res->min_width = dev->mode_config.min_width;
134 crtc_id = u64_to_user_ptr(card_res->crtc_id_ptr);
137 if (count < card_res->count_crtcs &
    [all...]
drm_mode_config.c 99 struct drm_mode_card_res *card_res = data; local in function:drm_mode_getresources
116 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
118 if (count < card_res->count_fbs &&
125 card_res->count_fbs = count;
128 card_res->max_height = dev->mode_config.max_height;
129 card_res->min_height = dev->mode_config.min_height;
130 card_res->max_width = dev->mode_config.max_width;
131 card_res->min_width = dev->mode_config.min_width;
134 crtc_id = u64_to_user_ptr(card_res->crtc_id_ptr);
137 if (count < card_res->count_crtcs &
    [all...]

Completed in 28 milliseconds