Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_crt.c709 u32 save_vtotal; in intel_crt_load_detect() local
721 save_vtotal = intel_de_read(display, in intel_crt_load_detect()
726 vtotal = REG_FIELD_GET(VTOTAL_MASK, save_vtotal) + 1; in intel_crt_load_detect()
727 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1; in intel_crt_load_detect()