summaryrefslogtreecommitdiff
path: root/include/linux/screen_info.h
blob: 005bf3e38db555a879f9bd0c0f9b4a8ba0f4616d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SCREEN_INFO_H
#define _SCREEN_INFO_H

#include <uapi/linux/screen_info.h>

extern struct screen_info screen_info;

#define ORIG_X			(screen_info.orig_x)
#define ORIG_Y			(screen_info.orig_y)
#define ORIG_VIDEO_MODE		(screen_info.orig_video_mode)
#define ORIG_VIDEO_COLS 	(screen_info.orig_video_cols)
#define ORIG_VIDEO_EGA_BX	(screen_info.orig_video_ega_bx)
#define ORIG_VIDEO_LINES	(screen_info.orig_video_lines)
#define ORIG_VIDEO_ISVGA	(screen_info.orig_video_isVGA)
#define ORIG_VIDEO_POINTS       (screen_info.orig_video_points)
#endif /* _SCREEN_INFO_H */
_HWMONJean Delvare 2011-03-23ACPI:Fix goto flows in thermal-sysDurgadoss R 2011-02-28ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki 2011-01-12Merge branch 'misc' into releaseLen Brown 2011-01-12thermal: Add event notification to thermal frameworkR.Durgadoss 2010-11-30thermal: make ops constantAlan Cox 2010-04-07drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysSergey Senozhatsky 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown 2009-12-16thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store()Roel Kluin 2009-11-05thermal: disable polling if passive_delay and polling_delay are both unsetFrans Pop 2009-11-05thermal: Only set passive_delay for forced_passive coolingFrans Pop 2009-11-05thermal: add sanity check for the passive attributeFrans Pop 2009-11-05acpi: thermal: Add EOL to the trip_point_N_type stringsAmit Kucheria 2009-09-19thermal: add missing Kconfig dependencyJan Beulich 2009-08-26thermal_sys: check get_temp return valueMichael Brunner 2009-06-15thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman 2009-05-14thermal: fix off-by-1 error in trip point trigger conditionVladimir Zajac