Searched refs:save_vtotal (Results 1 – 1 of 1) sorted by relevance
693 u32 save_vtotal; in intel_crt_load_detect() local704 save_vtotal = intel_de_read(dev_priv, TRANS_VTOTAL(cpu_transcoder)); in intel_crt_load_detect()707 vtotal = REG_FIELD_GET(VTOTAL_MASK, save_vtotal) + 1; in intel_crt_load_detect()708 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1; in intel_crt_load_detect()