Lines Matching refs:pt
3828 struct detailed_pixel_timing *pt) in drm_mode_do_interlace_quirk() argument
3844 if (!(pt->misc & DRM_EDID_PT_INTERLACED)) in drm_mode_do_interlace_quirk()
3876 struct detailed_pixel_timing *pt = &timing->data.pixel_data; in drm_mode_detailed() local
3877 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()
3878 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo; in drm_mode_detailed()
3879 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 8 | pt->hblank_lo; in drm_mode_detailed()
3880 unsigned vblank = (pt->vactive_vblank_hi & 0xf) << 8 | pt->vblank_lo; in drm_mode_detailed()
3882 (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | in drm_mode_detailed()
3883 pt->hsync_offset_lo; in drm_mode_detailed()
3885 (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | in drm_mode_detailed()
3886 pt->hsync_pulse_width_lo; in drm_mode_detailed()
3887 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << in drm_mode_detailed()
3888 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()
3890 (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | in drm_mode_detailed()
3891 (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()
3897 if (pt->misc & DRM_EDID_PT_STEREO) { in drm_mode_detailed()
3901 if (!(pt->misc & DRM_EDID_PT_SEPARATE_SYNC)) in drm_mode_detailed()
3944 drm_mode_do_interlace_quirk(mode, pt); in drm_mode_detailed()
3947 pt->misc |= DRM_EDID_PT_HSYNC_POSITIVE | in drm_mode_detailed()
3950 mode->flags |= (pt->misc & DRM_EDID_PT_HSYNC_POSITIVE) ? in drm_mode_detailed()
3952 mode->flags |= (pt->misc & DRM_EDID_PT_VSYNC_POSITIVE) ? in drm_mode_detailed()