Lines Matching defs:mode

300 	/* 08 is mode specific */
302 /* 10,11 are part of the mode specific configuration */
307 /* 1b,1c,1d are part of the mode specific configuration */
319 /* 80-84 are part of the mode-specific configuration */
330 /* 8e,8f are part of the mode-specific configuration */
339 /* 98,99 are part of the mode-specific configuration */
342 /* 9c,9d are part of the mode-specific configuration */
349 /* register 0xa4 is mode specific, but 0x80..0x84 works always */
355 /* 0xa9 to 0xab are mode specific, but have no visible effect */
363 /* b8,b9 are part of the mode-specific configuration */
369 /* f8 is mode specific, but the value does not matter */
528 struct drm_display_mode *mode)
531 ("is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n",
532 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
540 if ((mode->hdisplay == 640 && mode->vdisplay == 480 && mode->clock == 25175) ||
541 (mode->hdisplay == 800 && mode->vdisplay == 600 && mode->clock == 40000) ||
542 (mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 65000)) {
550 const struct drm_display_mode *mode,
558 ("set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n",
559 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
561 DRM_DEBUG_KMS("Detailed requested mode settings are:\n"
591 if (mode->hdisplay == 640 && mode->vdisplay == 480)
593 else if (mode->hdisplay == 800 && mode->vdisplay == 600)
595 else if (mode->hdisplay == 1024 && mode->vdisplay == 768)
604 /* Write the mode-agnostic values */
609 /* Write now the mode-specific configuration */