|
@@ -934,7 +934,7 @@ static bool construct(
|
|
|
|
|
|
pool->base.res_cap = &res_cap;
|
|
|
pool->base.funcs = &dce100_res_pool_funcs;
|
|
|
- pool->base.underlay_pipe_index = -1;
|
|
|
+ pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
|
|
|
|
|
|
bp = ctx->dc_bios;
|
|
|
|
|
@@ -1004,7 +1004,7 @@ static bool construct(
|
|
|
/*************************************************
|
|
|
* Resource + asic cap harcoding *
|
|
|
*************************************************/
|
|
|
- pool->base.underlay_pipe_index = -1;
|
|
|
+ pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
|
|
|
pool->base.pipe_count = res_cap.num_timing_generator;
|
|
|
dc->public.caps.max_downscale_ratio = 200;
|
|
|
dc->public.caps.i2c_speed_in_khz = 40;
|