Searched refs:card_res (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_mode_config.c94 struct drm_mode_card_res *card_res = data; local
111 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
113 if (count < card_res->count_fbs &&
120 card_res->count_fbs = count;
123 card_res->max_height = dev->mode_config.max_height;
124 card_res->min_height = dev->mode_config.min_height;
125 card_res->max_width = dev->mode_config.max_width;
126 card_res->min_width = dev->mode_config.min_width;
129 crtc_id = u64_to_user_ptr(card_res->crtc_id_ptr);
132 if (count < card_res
[all...]

Completed in 149 milliseconds