Lines Matching refs:hwseq

85 static bool gpu_addr_to_uma(struct dce_hwseq *hwseq,  in gpu_addr_to_uma()  argument
90 if (hwseq->fb_base.quad_part <= addr->quad_part && in gpu_addr_to_uma()
91 addr->quad_part < hwseq->fb_top.quad_part) { in gpu_addr_to_uma()
92 addr->quad_part -= hwseq->fb_base.quad_part; in gpu_addr_to_uma()
93 addr->quad_part += hwseq->fb_offset.quad_part; in gpu_addr_to_uma()
95 } else if (hwseq->fb_offset.quad_part <= addr->quad_part && in gpu_addr_to_uma()
96 addr->quad_part <= hwseq->uma_top.quad_part) { in gpu_addr_to_uma()
104 static void plane_address_in_gpu_space_to_uma(struct dce_hwseq *hwseq, in plane_address_in_gpu_space_to_uma() argument
109 gpu_addr_to_uma(hwseq, &addr->grph.addr); in plane_address_in_gpu_space_to_uma()
110 gpu_addr_to_uma(hwseq, &addr->grph.meta_addr); in plane_address_in_gpu_space_to_uma()
113 gpu_addr_to_uma(hwseq, &addr->grph_stereo.left_addr); in plane_address_in_gpu_space_to_uma()
114 gpu_addr_to_uma(hwseq, &addr->grph_stereo.left_meta_addr); in plane_address_in_gpu_space_to_uma()
115 gpu_addr_to_uma(hwseq, &addr->grph_stereo.right_addr); in plane_address_in_gpu_space_to_uma()
116 gpu_addr_to_uma(hwseq, &addr->grph_stereo.right_meta_addr); in plane_address_in_gpu_space_to_uma()
119 gpu_addr_to_uma(hwseq, &addr->video_progressive.luma_addr); in plane_address_in_gpu_space_to_uma()
120 gpu_addr_to_uma(hwseq, &addr->video_progressive.luma_meta_addr); in plane_address_in_gpu_space_to_uma()
121 gpu_addr_to_uma(hwseq, &addr->video_progressive.chroma_addr); in plane_address_in_gpu_space_to_uma()
122 gpu_addr_to_uma(hwseq, &addr->video_progressive.chroma_meta_addr); in plane_address_in_gpu_space_to_uma()
135 struct dce_hwseq *hws = dc->hwseq; in dcn201_update_plane_addr()
165 struct dce_hwseq *hws = dc->hwseq; in dcn201_init_blank()
224 struct dce_hwseq *hws = dc->hwseq; in dcn201_init_hw()
391 struct dce_hwseq *hws = dc->hwseq; in dcn201_plane_atomic_disconnect()
543 struct dce_hwseq *hws = dc->hwseq; in dcn201_pipe_control_lock()
575 gpu_addr_to_uma(pipe_ctx->stream->ctx->dc->hwseq, &attributes->address); in dcn201_set_cursor_attribute()
588 gpu_addr_to_uma(pipe_ctx->stream->ctx->dc->hwseq, in dcn201_set_dmdata_attributes()
612 struct dce_hwseq *hws = link->dc->hwseq; in dcn201_unblank_stream()