Searched refs:ddb_size (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 2766 unsigned int pipe_size, ddb_size; skl_ddb_get_pipe_allocation_limits() local 2776 ddb_size = BXT_DDB_SIZE; skl_ddb_get_pipe_allocation_limits() 2778 ddb_size = SKL_DDB_SIZE; skl_ddb_get_pipe_allocation_limits() 2780 ddb_size -= 4; /* 4 blocks for bypass path allocation */ skl_ddb_get_pipe_allocation_limits() 2793 pipe_size = ddb_size / config->num_pipes_active; 2794 alloc->start = nth_active_pipe * ddb_size / config->num_pipes_active;
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 8313 size_t ddb_size = 0; qla4xxx_sysfs_ddb_delete() local 8334 ddb_size = sizeof(*fw_ddb_entry); qla4xxx_sysfs_ddb_delete() 8351 ddb_size = sizeof(*ddb_cookie); qla4xxx_sysfs_ddb_delete() 8364 pddb = dma_alloc_coherent(&ha->pdev->dev, ddb_size, qla4xxx_sysfs_ddb_delete() 8376 memset(fw_ddb_entry, 0, ddb_size); qla4xxx_sysfs_ddb_delete() 8385 ddb_size, FLASH_OPT_RMW_COMMIT); qla4xxx_sysfs_ddb_delete() 8395 dma_free_coherent(&ha->pdev->dev, ddb_size, pddb, qla4xxx_sysfs_ddb_delete()
|
H A D | ql4_nx.c | 3819 "FLT[%s]: flt=0x%x fdt=0x%x boot=0x%x bootload=0x%x fw=0x%x chap=0x%x chap_size=0x%x ddb=0x%x ddb_size=0x%x\n", qla4_8xxx_get_flt_info()
|
Completed in 287 milliseconds