/linux-6.12.1/drivers/gpu/drm/amd/display/dc/pg/dcn35/ |
D | dcn35_pg_cntl.c | 47 static bool pg_cntl35_dsc_pg_status(struct pg_cntl *pg_cntl, unsigned int dsc_inst) in pg_cntl35_dsc_pg_status() argument 55 switch (dsc_inst) { in pg_cntl35_dsc_pg_status() 76 void pg_cntl35_dsc_pg_control(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on) in pg_cntl35_dsc_pg_control() argument 87 pg_cntl->ctx->dc->res_pool->dccg, dsc_inst); in pg_cntl35_dsc_pg_control() 94 block_enabled = pg_cntl35_dsc_pg_status(pg_cntl, dsc_inst); in pg_cntl35_dsc_pg_control() 107 switch (dsc_inst) { in pg_cntl35_dsc_pg_control() 145 if (dsc_inst < MAX_PIPES) in pg_cntl35_dsc_pg_control() 146 pg_cntl->pg_pipe_res_enable[PG_DSC][dsc_inst] = power_on; in pg_cntl35_dsc_pg_control() 151 pg_cntl->ctx->dc->res_pool->dccg, dsc_inst); in pg_cntl35_dsc_pg_control()
|
D | dcn35_pg_cntl.h | 172 void pg_cntl35_dsc_pg_control(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
D | dcn35_hwseq.h | 36 void dcn35_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on); 88 unsigned int dsc_inst,
|
D | dcn35_hwseq.c | 496 unsigned int dsc_inst, in dcn35_dsc_pg_control() argument 511 switch (dsc_inst) { in dcn35_dsc_pg_control()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
D | dcn32_hwseq.h | 35 unsigned int dsc_inst, 108 unsigned int dsc_inst);
|
D | dcn32_hwseq.c | 71 unsigned int dsc_inst, in dcn32_dsc_pg_control() argument 89 DC_LOG_DSC("%s DSC power gate for inst %d", power_gate ? "enable" : "disable", dsc_inst); in dcn32_dsc_pg_control() 90 switch (dsc_inst) { in dcn32_dsc_pg_control() 1471 unsigned int dsc_inst) in dcn32_dsc_pg_status() argument 1475 switch (dsc_inst) { in dcn32_dsc_pg_status()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ |
D | dcn302_hwseq.c | 159 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn302_dsc_pg_control() argument 175 switch (dsc_inst) { in dcn302_dsc_pg_control()
|
D | dcn302_hwseq.h | 33 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dccg.h | 214 void (*set_dto_dscclk)(struct dccg *dccg, uint32_t dsc_inst); 215 void (*set_ref_dscclk)(struct dccg *dccg, uint32_t dsc_inst);
|
D | pg_cntl.h | 40 void (*dsc_pg_control)(struct pg_cntl *pg_cntl, unsigned int dsc_inst, bool power_on);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
D | dcn303_hwseq.h | 34 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
D | dcn303_hwseq.c | 56 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn303_dsc_pg_control() argument
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/ |
D | hw_sequencer_private.h | 136 unsigned int dsc_inst, 139 unsigned int dsc_inst);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
D | dcn314_hwseq.h | 36 void dcn314_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
|
D | dcn314_hwseq.c | 200 unsigned int dsc_inst, in dcn314_dsc_pg_control() argument 214 hws->ctx->dc->res_pool->dccg, dsc_inst); in dcn314_dsc_pg_control() 220 switch (dsc_inst) { in dcn314_dsc_pg_control() 264 hws->ctx->dc->res_pool->dccg, dsc_inst); in dcn314_dsc_pg_control()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
D | dcn31_hwseq.h | 37 unsigned int dsc_inst,
|
D | dcn31_hwseq.c | 281 unsigned int dsc_inst, in dcn31_dsc_pg_control() argument 295 hws->ctx->dc->res_pool->dccg, dsc_inst); in dcn31_dsc_pg_control() 301 switch (dsc_inst) { in dcn31_dsc_pg_control() 337 hws->ctx->dc->res_pool->dccg, dsc_inst); in dcn31_dsc_pg_control()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
D | dcn20_hwseq.h | 135 unsigned int dsc_inst,
|
D | dcn20_hwseq.c | 467 unsigned int dsc_inst, in dcn20_dsc_pg_control() argument 484 switch (dsc_inst) { in dcn20_dsc_pg_control()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dccg/dcn401/ |
D | dcn401_dccg.c | 770 uint32_t dsc_inst) in dccg401_set_ref_dscclk() argument 774 switch (dsc_inst) { in dccg401_set_ref_dscclk()
|