HomeSort by: relevance | last modified time | path
    Searched defs:ddb_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_device_info.h 184 u16 ddb_size; /* in blocks */ member in struct:intel_device_info
intel_pm.c 3884 u16 ddb_size = INTEL_INFO(dev_priv)->ddb_size; local in function:intel_get_ddb_size
3886 WARN_ON(ddb_size == 0);
3889 return ddb_size - 4; /* 4 blocks for bypass path allocation */
3906 ddb_size /= 2;
3909 return ddb_size;
3926 u16 ddb_size; local in function:skl_ddb_get_pipe_allocation_limits
3941 ddb_size = intel_get_ddb_size(dev_priv, crtc_state, total_data_rate,
3984 alloc->start = ddb_size * width_before_pipe / total_width;
3985 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width
    [all...]

Completed in 17 milliseconds