Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c2766 unsigned int pipe_size, ddb_size; in skl_ddb_get_pipe_allocation_limits() local
2776 ddb_size = BXT_DDB_SIZE; in skl_ddb_get_pipe_allocation_limits()
2778 ddb_size = SKL_DDB_SIZE; in skl_ddb_get_pipe_allocation_limits()
2780 ddb_size -= 4; /* 4 blocks for bypass path allocation */ in skl_ddb_get_pipe_allocation_limits()
2793 pipe_size = ddb_size / config->num_pipes_active; in skl_ddb_get_pipe_allocation_limits()
2794 alloc->start = nth_active_pipe * ddb_size / config->num_pipes_active; in skl_ddb_get_pipe_allocation_limits()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c8313 size_t ddb_size = 0; in qla4xxx_sysfs_ddb_delete() local
8334 ddb_size = sizeof(*fw_ddb_entry); in qla4xxx_sysfs_ddb_delete()
8351 ddb_size = sizeof(*ddb_cookie); in qla4xxx_sysfs_ddb_delete()
8364 pddb = dma_alloc_coherent(&ha->pdev->dev, ddb_size, in qla4xxx_sysfs_ddb_delete()
8376 memset(fw_ddb_entry, 0, ddb_size); in qla4xxx_sysfs_ddb_delete()
8385 ddb_size, FLASH_OPT_RMW_COMMIT); in qla4xxx_sysfs_ddb_delete()
8395 dma_free_coherent(&ha->pdev->dev, ddb_size, pddb, in qla4xxx_sysfs_ddb_delete()