Home | History | Annotate | Download | only in dev

Lines Matching defs:dmd

214 	dmdata_t *dmd;
219 dmd = DMDATA(m_this_data->current_mode);
220 if (dmd)
221 dmd->vbl_handler(m_this_data->current_mode);
248 dmdata_t *dmd;
253 dmd = dm->data;
254 if (depth > dmd->max_depth || depth < dmd->min_depth) {
257 } else if (size->width > dmd->max_size.width ||
258 size->height > dmd->max_size.height) {
261 } else if (size->width < dmd->min_size.width ||
262 size->height < dmd->min_size.height) {