|
@@ -1941,15 +1941,12 @@ static const struct timing_generator_funcs dce110_tg_funcs = {
|
|
.arm_vert_intr = dce110_arm_vert_intr,
|
|
.arm_vert_intr = dce110_arm_vert_intr,
|
|
};
|
|
};
|
|
|
|
|
|
-bool dce110_timing_generator_construct(
|
|
|
|
|
|
+void dce110_timing_generator_construct(
|
|
struct dce110_timing_generator *tg110,
|
|
struct dce110_timing_generator *tg110,
|
|
struct dc_context *ctx,
|
|
struct dc_context *ctx,
|
|
uint32_t instance,
|
|
uint32_t instance,
|
|
const struct dce110_timing_generator_offsets *offsets)
|
|
const struct dce110_timing_generator_offsets *offsets)
|
|
{
|
|
{
|
|
- if (!tg110)
|
|
|
|
- return false;
|
|
|
|
-
|
|
|
|
tg110->controller_id = CONTROLLER_ID_D0 + instance;
|
|
tg110->controller_id = CONTROLLER_ID_D0 + instance;
|
|
tg110->base.inst = instance;
|
|
tg110->base.inst = instance;
|
|
|
|
|
|
@@ -1966,6 +1963,4 @@ bool dce110_timing_generator_construct(
|
|
tg110->min_h_blank = 56;
|
|
tg110->min_h_blank = 56;
|
|
tg110->min_h_front_porch = 4;
|
|
tg110->min_h_front_porch = 4;
|
|
tg110->min_h_back_porch = 4;
|
|
tg110->min_h_back_porch = 4;
|
|
-
|
|
|
|
- return true;
|
|
|
|
}
|
|
}
|