Searched refs:dispbase (Results 1 – 1 of 1) sorted by relevance
1113 u32 dispbase = HVS_READ(SCALER_DISPBASEX(vc4_crtc->channel)); in vc4_crtc_get_cob_allocation() local1118 u32 top = VC4_GET_FIELD(dispbase, SCALER_DISPBASEX_TOP) & ~3; in vc4_crtc_get_cob_allocation()1119 u32 base = VC4_GET_FIELD(dispbase, SCALER_DISPBASEX_BASE) & ~3; in vc4_crtc_get_cob_allocation()