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

Commit b61f232f authored by Heiko Stübner's avatar Heiko Stübner Committed by Tomi Valkeinen
Browse files

AUO-K190x: Add resolutions for portrait displays



The controller also contains support for displays in a portrait
orientation and it seems devices which such displays really reached
the market - Pandigital Novell seems to be one example.

Signed-off-by: default avatarHeiko Stübner <heiko@sntech.de>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent fd3871aa
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,14 @@ static struct panel_info panel_table[] = {
		.w = 1024,
		.w = 1024,
		.h = 768,
		.h = 768,
	},
	},
	[AUOK190X_RESOLUTION_600_800] = {
		.w = 600,
		.h = 800,
	},
	[AUOK190X_RESOLUTION_768_1024] = {
		.w = 768,
		.h = 1024,
	},
};
};


/*
/*
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
 */
 */
#define AUOK190X_RESOLUTION_800_600		0
#define AUOK190X_RESOLUTION_800_600		0
#define AUOK190X_RESOLUTION_1024_768		1
#define AUOK190X_RESOLUTION_1024_768		1
#define AUOK190X_RESOLUTION_600_800		4
#define AUOK190X_RESOLUTION_768_1024		5


/*
/*
 * struct used by auok190x. board specific stuff comes from *board
 * struct used by auok190x. board specific stuff comes from *board