OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvo_timing
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c
126
const struct lvds_dvo_timing *
dvo_timing
)
128
panel_fixed_mode->hdisplay = (
dvo_timing
->hactive_hi << 8) |
129
dvo_timing
->hactive_lo;
131
((
dvo_timing
->hsync_off_hi << 8) |
dvo_timing
->hsync_off_lo);
133
((
dvo_timing
->hsync_pulse_width_hi << 8) |
134
dvo_timing
->hsync_pulse_width_lo);
136
((
dvo_timing
->hblank_hi << 8) |
dvo_timing
->hblank_lo);
138
panel_fixed_mode->vdisplay = (
dvo_timing
->vactive_hi << 8)
[
all
...]
intel_vbt_defs.h
761
struct lvds_dvo_timing
dvo_timing
;
member in struct:lvds_lfp_data_entry
Completed in 15 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025