Searched refs:cw2 (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn30.h42 const struct dmub_window *cw2,
H A Ddmub_dcn30.c123 const struct dmub_window *cw2,
134 offset = cw2->offset;
136 if (cw2->region.base != cw2->region.top) {
139 REG_WRITE(DMCUB_REGION3_CW2_BASE_ADDRESS, cw2->region.base);
141 DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top,
122 dmub_dcn30_setup_windows(struct dmub_srv *dmub, const struct dmub_window *cw2, const struct dmub_window *cw3, const struct dmub_window *cw4, const struct dmub_window *cw5, const struct dmub_window *cw6, const struct dmub_window *region6) argument
H A Ddmub_dcn20.c190 const struct dmub_window *cw2,
202 if (cw2->region.base != cw2->region.top) {
203 dmub_dcn20_translate_addr(&cw2->offset, fb_base, fb_offset,
208 REG_WRITE(DMCUB_REGION3_CW2_BASE_ADDRESS, cw2->region.base);
210 DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top,
189 dmub_dcn20_setup_windows(struct dmub_srv *dmub, const struct dmub_window *cw2, const struct dmub_window *cw3, const struct dmub_window *cw4, const struct dmub_window *cw5, const struct dmub_window *cw6, const struct dmub_window *region6) argument
H A Ddmub_srv.c577 struct dmub_window cw0, cw1, cw2, cw3, cw4, cw5, cw6, region6; local
625 cw2.offset.quad_part = data_fb->gpu_addr;
626 cw2.region.base = DMUB_CW0_BASE + inst_fb->size;
627 cw2.region.top = cw2.region.base + data_fb->size;
671 dmub->hw_funcs.setup_windows(dmub, &cw2, &cw3, &cw4, &cw5, &cw6, &region6);
H A Ddmub_dcn20.h196 const struct dmub_window *cw2,
H A Ddmub_dcn31.h198 const struct dmub_window *cw2,
H A Ddmub_dcn32.h205 const struct dmub_window *cw2,
H A Ddmub_dcn35.h218 const struct dmub_window *cw2,
H A Ddmub_dcn31.c186 const struct dmub_window *cw2,
185 dmub_dcn31_setup_windows(struct dmub_srv *dmub, const struct dmub_window *cw2, const struct dmub_window *cw3, const struct dmub_window *cw4, const struct dmub_window *cw5, const struct dmub_window *cw6, const struct dmub_window *region6) argument
H A Ddmub_dcn32.c215 const struct dmub_window *cw2,
214 dmub_dcn32_setup_windows(struct dmub_srv *dmub, const struct dmub_window *cw2, const struct dmub_window *cw3, const struct dmub_window *cw4, const struct dmub_window *cw5, const struct dmub_window *cw6, const struct dmub_window *region6) argument
H A Ddmub_dcn35.c228 const struct dmub_window *cw2,
227 dmub_dcn35_setup_windows(struct dmub_srv *dmub, const struct dmub_window *cw2, const struct dmub_window *cw3, const struct dmub_window *cw4, const struct dmub_window *cw5, const struct dmub_window *cw6, const struct dmub_window *region6) argument
/linux-master/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h369 const struct dmub_window *cw2,

Completed in 431 milliseconds