Home
last modified time | relevance | path

Searched refs:hsync_pulse_width_lo (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail.h23 u8 hsync_pulse_width_lo; member
53 u16 hsync_pulse_width_lo:8; member
H A Dmid_bios.c254 dp_ti->hsync_pulse_width_lo = ti->hsync_pulse_width_lo; in mid_get_vbt_data_r10()
H A Doaktrail_lvds.c238 ti->hsync_pulse_width_lo); in oaktrail_lvds_get_configuration_mode()
/openbmc/linux/include/drm/
H A Ddrm_edid.h79 u8 hsync_pulse_width_lo; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h658 u8 hsync_pulse_width_lo; member
H A Dintel_bios.c533 dvo_timing->hsync_pulse_width_lo); in fill_detail_timing_data()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dgm12u320.c492 .data.pixel_data.hsync_pulse_width_lo = 0x80,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c3451 …hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; in drm_mode_detailed()