Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c3870 u32 pipe_width = 0, total_width = 0, width_before_pipe = 0; in skl_ddb_get_pipe_allocation_limits() local
3925 width_before_pipe += hdisplay; in skl_ddb_get_pipe_allocation_limits()
3930 alloc->start = ddb_size * width_before_pipe / total_width; in skl_ddb_get_pipe_allocation_limits()
3931 alloc->end = ddb_size * (width_before_pipe + pipe_width) / total_width; in skl_ddb_get_pipe_allocation_limits()