Searched refs:t_rcd (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_bw.c | 22 u16 dclk, t_rp, t_rdpre, t_rc, t_ras, t_rcd; member 67 sp->t_rcd = REG_FIELD_GET(DG1_DRAM_T_RCD_MASK, val); in dg1_mchbar_read_qgv_point_info() 92 sp->t_rcd = (val & 0xff000000) >> 24; in icl_pcode_read_qgv_point_info() 155 sp->t_rcd = REG_FIELD_GET(MTL_TRCD_MASK, val); in mtl_read_qgv_point_info() 266 sp->t_rcd, sp->t_rc); in icl_get_qgv_points() 397 ct = max_t(int, sp->t_rc, sp->t_rp + sp->t_rcd + in icl_get_bw_info() 498 ct = max_t(int, sp->t_rc, sp->t_rp + sp->t_rcd + in tgl_get_bw_info()
|