| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_scan.c | 1277 ddt_bookmark_t *ddb = &scn->scn_phys.scn_ddt_bookmark; local 1282 while ((error = ddt_walk(scn->scn_dp->dp_spa, ddb, &dde)) == 0) { 1285 if (ddb->ddb_class > scn->scn_phys.scn_ddt_class_max) 1287 dprintf("visiting ddb=%llu/%llu/%llu/%llx\n", 1288 (longlong_t)ddb->ddb_class, 1289 (longlong_t)ddb->ddb_type, 1290 (longlong_t)ddb->ddb_checksum, 1291 (longlong_t)ddb->ddb_cursor); 1294 ddt = scn->scn_dp->dp_spa->spa_ddt[ddb->ddb_checksum]; 1297 dsl_scan_ddt_entry(scn, ddb->ddb_checksum, &dde, tx) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_pm.c | 3131 /* LP0 watermarks always use 1/2 DDB partitioning */ 3880 struct skl_ddb_allocation *ddb) 3903 ddb->enabled_slices = 2; 3905 ddb->enabled_slices = 1; 3916 struct skl_ddb_allocation *ddb, 3942 *num_active, ddb); 3957 *alloc = to_intel_crtc_state(for_crtc->state)->wm.skl.ddb; 3962 * Watermark/ddb requirement highly depends upon width of the 3963 * framebuffer, So instead of allocating DDB equally among pipes 3964 * distribute DDB based on resolution/width of the display 5137 const struct skl_ddb_entry *ddb = local 5244 struct skl_ddb_allocation *ddb = &state->wm_results.ddb; local 5731 struct skl_ddb_allocation *ddb = &dev_priv->wm.skl_hw.ddb; local [all...] |
| i915_drv.h | 817 struct skl_ddb_allocation ddb; member in struct:skl_ddb_values 1232 * Set during HW readout of watermarks/DDB. Some platforms
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 2548 ddt_bookmark_t ddb = { 0 }; local 2552 while ((error = ddt_walk(spa, &ddb, &dde)) == 0) { 2556 if (ddb.ddb_class == DDT_CLASS_UNIQUE) 2564 ddt_bp_create(ddb.ddb_checksum, 2575 ddt_t *ddt = spa->spa_ddt[ddb.ddb_checksum];
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display_types.h | 740 struct skl_ddb_entry ddb; member in struct:intel_crtc_wm_state::__anon4920::__anon4922
|
| intel_display.c | 13764 struct skl_ddb_allocation ddb; member in struct:skl_hw_state 13785 skl_ddb_get_hw_state(dev_priv, &hw->ddb); 13786 sw_ddb = &dev_priv->wm.skl_hw.ddb; 13789 hw->ddb.enabled_slices != sw_ddb->enabled_slices) 13792 hw->ddb.enabled_slices); 13829 /* DDB */ 13834 DRM_ERROR("mismatch in DDB state pipe %c plane %d (expected (%u,%u), found (%u,%u))\n", 13843 * If the cursor plane isn't active, we may not have updated it's ddb 13844 * allocation. In that case since the ddb allocation will be updated 13881 /* DDB */ [all...] |