Searched refs:INTEL_DRAM_DDR4 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/soc/ |
A D | intel_dram.c | 236 return INTEL_DRAM_DDR4; in skl_get_dram_type() 321 return INTEL_DRAM_DDR4; in bxt_get_dimm_type() 404 dram_info->type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 428 dram_info->type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 476 dram_info->type = INTEL_DRAM_DDR4; in xelpdp_get_dram_info()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_bw.c | 190 case INTEL_DRAM_DDR4: in icl_get_qgv_points() 215 case INTEL_DRAM_DDR4: in icl_get_qgv_points() 248 qi->t_bl = dev_priv->dram_info.type == INTEL_DRAM_DDR4 ? 4 : 8; in icl_get_qgv_points()
|
A D | intel_display_power.c | 1547 { .num_channels = 1, .type = INTEL_DRAM_DDR4, .page_mask = 0xF }, 1551 { .num_channels = 2, .type = INTEL_DRAM_DDR4, .page_mask = 0x1F }, 1560 { .num_channels = 1, .type = INTEL_DRAM_DDR4, .page_mask = 0x1 }, 1564 { .num_channels = 2, .type = INTEL_DRAM_DDR4, .page_mask = 0x3 },
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_drv.h | 294 INTEL_DRAM_DDR4, enumerator
|
Completed in 15 milliseconds