Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c325 u16 *gmch_ctl; in intel_vgpu_init_cfg_space() local
339 gmch_ctl = (u16 *)(vgpu_cfg_space(vgpu) + INTEL_GVT_PCI_GMCH_CONTROL); in intel_vgpu_init_cfg_space()
340 *gmch_ctl &= ~(BDW_GMCH_GMS_MASK << BDW_GMCH_GMS_SHIFT); in intel_vgpu_init_cfg_space()
/openbmc/linux/drivers/char/agp/
H A Dintel-gtt.c454 u16 gmch_ctl; in i965_gtt_total_entries() local
457 I830_GMCH_CTRL, &gmch_ctl); in i965_gtt_total_entries()
460 switch (gmch_ctl & G4x_GMCH_SIZE_MASK) { in i965_gtt_total_entries()