Lines Matching defs:width
165 int count, width, height;
173 width = le32_to_cpu(output->info.r.width);
177 if (width == 0 || height == 0) {
180 DRM_DEBUG("add mode: %dx%d\n", width, height);
181 mode = drm_cvt_mode(connector->dev, width, height, 60,
198 int width, height;
200 width = le32_to_cpu(output->info.r.width);
207 if (mode->hdisplay <= width && mode->hdisplay >= width - 16 &&
266 output->info.r.width = cpu_to_le32(XRES_DEF);