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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 3924 u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; local in function:skl_ddb_get_pipe_allocation_limits
3981 pipe_width = hdisplay;
3985 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width;
intel_pm.c 3924 u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; local in function:skl_ddb_get_pipe_allocation_limits
3981 pipe_width = hdisplay;
3985 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width;
intel_pm.c 3924 u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; local in function:skl_ddb_get_pipe_allocation_limits
3981 pipe_width = hdisplay;
3985 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width;

Completed in 51 milliseconds