Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn20/
H A Ddcn20_dccg.c109 uint32_t otg_inst) in dccg2_otg_add_pixel() argument
113 REG_UPDATE_2(OTG_PIXEL_RATE_CNTL[otg_inst], in dccg2_otg_add_pixel()
114 OTG_ADD_PIXEL[otg_inst], 0, in dccg2_otg_add_pixel()
115 OTG_DROP_PIXEL[otg_inst], 0); in dccg2_otg_add_pixel()
116 REG_UPDATE(OTG_PIXEL_RATE_CNTL[otg_inst], in dccg2_otg_add_pixel()
117 OTG_ADD_PIXEL[otg_inst], 1); in dccg2_otg_add_pixel()
121 uint32_t otg_inst) in dccg2_otg_drop_pixel() argument
125 REG_UPDATE_2(OTG_PIXEL_RATE_CNTL[otg_inst], in dccg2_otg_drop_pixel()
126 OTG_ADD_PIXEL[otg_inst], 0, in dccg2_otg_drop_pixel()
127 OTG_DROP_PIXEL[otg_inst], 0); in dccg2_otg_drop_pixel()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.h47 bool dmub_abm_set_pipe(struct abm *abm, uint32_t otg_inst, uint32_t option, uint32_t panel_inst, ui…
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn42/
H A Ddcn42_dccg.h245 uint32_t otg_inst);
248 uint32_t otg_inst);
260 uint32_t otg_inst,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddwb.h170 int otg_inst; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h530 unsigned char otg_inst; member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.h211 int otg_inst,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4583 update_dirty_rect->otg_inst = (uint8_t)pipe_ctx->stream_res.tg->inst; in dc_dmub_update_dirty_rect()
4644 update_dirty_rect->otg_inst = (uint8_t)pipe_ctx->stream_res.tg->inst; in build_dmub_update_dirty_rect()
6456 bool dc_get_flip_pending_on_otg(struct dc *dc, int otg_inst) in dc_get_flip_pending_on_otg() argument
6473 if (pipe_ctx->stream_res.tg->inst != otg_inst) in dc_get_flip_pending_on_otg()
7013 uint8_t otg_inst = 0; in dc_smart_power_oled_enable() local
7037 otg_inst = (uint8_t)pipe_ctx->stream_res.tg->inst; in dc_smart_power_oled_enable()
7056 cmd.smart_power_oled_enable.data.otg_inst = otg_inst; in dc_smart_power_oled_enable()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c273 dto_params.otg_inst = pipe_ctx->stream_res.tg->inst; in dcn35_update_clocks_update_dtb_dto()