Searched refs:dt_pitch (Results 1 – 8 of 8) sorted by relevance
50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in radeon_jpeg_get_decode_param()51 dec->jpg.dt_uv_pitch = dec->jpg.dt_pitch / 2; in radeon_jpeg_get_decode_param()113 set_reg_jpeg(dec, SOC15_REG_ADDR(mmUVD_JPEG_PITCH), COND0, TYPE0, (dec->jpg.dt_pitch >> 4)); in send_cmd_target()232 set_reg_jpeg(dec, vcnipUVD_JPEG_PITCH, COND0, TYPE0, (dec->jpg.dt_pitch >> 4)); in send_cmd_target_direct()
347 unsigned int dt_pitch; member806 unsigned dt_pitch; member
395 uint32_t dt_pitch; member
1127 dec->msg->body.decode.dt_wa_chroma_top_offset = dec->msg->body.decode.dt_pitch / 2; in ruvd_end_frame()1443 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w; in si_uvd_set_dt_surfaces()1486 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
1030 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()1031 decode->dt_uv_pitch = decode->dt_pitch / 2; in rvcn_dec_message_decode()
1209 msg->body.decode.dt_pitch = luma->u.legacy.level[0].nblk_x * luma->blk_w; in ruvd_set_dt_surfaces()
2789 - radeon/jpeg: fix the jpeg dt_pitch with YUYV format