mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
drm: pick an 800x600@60HZ mode by default for unknown CRT.
This is what X picks now, so we should do the same. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
60fd99e368
commit
aa91c6665a
1 changed files with 4 additions and 4 deletions
|
@ -34,12 +34,12 @@
|
||||||
#include "drm_crtc_helper.h"
|
#include "drm_crtc_helper.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Detailed mode info for a standard 640x480@60Hz monitor
|
* Detailed mode info for 800x600@60Hz
|
||||||
*/
|
*/
|
||||||
static struct drm_display_mode std_mode[] = {
|
static struct drm_display_mode std_mode[] = {
|
||||||
{ DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 25200, 640, 656,
|
{ DRM_MODE("800x600", DRM_MODE_TYPE_DEFAULT, 40000, 800, 840,
|
||||||
752, 800, 0, 480, 490, 492, 525, 0,
|
968, 1056, 0, 600, 601, 605, 628, 0,
|
||||||
DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC) },
|
DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue