Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cffd7548 authored by Adam Jackson's avatar Adam Jackson Committed by Dave Airlie
Browse files

drm/edid: Give the est3 mode struct a real name



We want the same type for extra modes inferred from ranges.

Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
Tested-by: default avatarTakashi Iwai <tiwai@suse.de>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent eeefa4be
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -412,12 +412,14 @@ static const struct drm_display_mode edid_est_modes[] = {
		   DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) }, /* 1152x864@75Hz */
};

static const struct {
struct minimode {
	short w;
	short h;
	short r;
	short rb;
} est3_modes[] = {
};

static const struct minimode est3_modes[] = {
	/* byte 6 */
	{ 640, 350, 85, 0 },
	{ 640, 400, 85, 0 },