Displaying 2 results from an estimated 2 matches for "drm_mode_prune_invalid".
2012 Jul 11
26
[Bug 51971] New: MacBook Pro 10, 1 Retina - Display Resets, No Connectors
https://bugs.freedesktop.org/show_bug.cgi?id=51971
Bug #: 51971
Summary: MacBook Pro 10,1 Retina - Display Resets, No
Connectors
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2014 Sep 26
0
240p mode can't get added with KMS, yet it works
...ts:
[ 65.382880] [drm] Got external EDID base block and 0 extensions
from "edid/320x240vesa.bin" for connector "DVI-I-1"
[ 65.382890] [drm:drm_mode_debug_printmodeline] Modeline
56:"320x240" 59 6000 320 328 360 400 240 243 247 253 0x48 0x6
[ 65.382892] [drm:drm_mode_prune_invalid] Not using 320x240 mode 16
The last number is the status of the mode, wich acording to "drm_modes.h"
(https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/include/drm/drm_modes.h?id=refs/tags/v3.16.3):
MODE_CLOCK_LOW, /* clock required is too low */
I assume it me...