Searched refs:INTEL_DRAM_DDR4 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/soc/ |
D | intel_dram.c | 386 return INTEL_DRAM_DDR4; in skl_get_dram_type() 471 return INTEL_DRAM_DDR4; in bxt_get_dimm_type() 554 dram_info->type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 578 dram_info->type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 626 dram_info->type = INTEL_DRAM_DDR4; in xelpdp_get_dram_info()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_bw.c | 222 case INTEL_DRAM_DDR4: in icl_get_qgv_points() 247 case INTEL_DRAM_DDR4: in icl_get_qgv_points() 280 qi->t_bl = dev_priv->dram_info.type == INTEL_DRAM_DDR4 ? 4 : 8; in icl_get_qgv_points()
|
D | intel_display_power.c | 1576 { .num_channels = 1, .type = INTEL_DRAM_DDR4, .page_mask = 0xF }, 1580 { .num_channels = 2, .type = INTEL_DRAM_DDR4, .page_mask = 0x1F }, 1589 { .num_channels = 1, .type = INTEL_DRAM_DDR4, .page_mask = 0x1 }, 1593 { .num_channels = 2, .type = INTEL_DRAM_DDR4, .page_mask = 0x3 },
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_drv.h | 304 INTEL_DRAM_DDR4, enumerator
|