libhd
5.0
|
display (monitor) info More...
#include <hd.h>
Data Fields | |
union driver_info_u * | next |
enum driver_info_type | type |
driver info type | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries | |
unsigned | width |
unsigned | height |
max. | |
unsigned | min_vsync |
unsigned | max_vsync |
vsync range | |
unsigned | min_hsync |
unsigned | max_hsync |
hsync range | |
unsigned | bandwidth |
unsigned | hdisp |
max. | |
unsigned | hsyncstart |
unsigned | hsyncend |
unsigned | htotal |
unsigned | vdisp |
h_timings | |
unsigned | vsyncstart |
unsigned | vsyncend |
unsigned | vtotal |
char | hflag |
v_timings | |
char | vflag |
display (monitor) info
unsigned driver_info_display_t::bandwidth |
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
Referenced by expand_driver_info().
the actual driver database entries
unsigned driver_info_display_t::hdisp |
unsigned driver_info_display_t::height |
max.
useful display geometry
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
v_timings
Referenced by monitor_driver().
unsigned driver_info_display_t::hsyncend |
Referenced by monitor_driver().
unsigned driver_info_display_t::hsyncstart |
Referenced by monitor_driver().
unsigned driver_info_display_t::htotal |
Referenced by monitor_driver().
unsigned driver_info_display_t::max_hsync |
hsync range
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
unsigned driver_info_display_t::max_vsync |
vsync range
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
unsigned driver_info_display_t::min_hsync |
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
unsigned driver_info_display_t::min_vsync |
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().
driver info type
Referenced by monitor_driver().
unsigned driver_info_display_t::vdisp |
h_timings
Referenced by monitor_driver().
Referenced by monitor_driver().
unsigned driver_info_display_t::vsyncend |
Referenced by monitor_driver().
unsigned driver_info_display_t::vsyncstart |
Referenced by monitor_driver().
unsigned driver_info_display_t::vtotal |
Referenced by monitor_driver().
unsigned driver_info_display_t::width |
Referenced by dump_normal(), expand_driver_info(), and monitor_driver().