Home
last modified time | relevance | path

Searched refs:xds (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/sti/
H A Dsti_mixer.c226 u32 ydo, xdo, yds, xds; in sti_mixer_set_background_area() local
231 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_set_background_area()
234 sti_mixer_reg_write(mixer, GAM_MIXER_BCS, yds << 16 | xds); in sti_mixer_set_background_area()
295 u32 ydo, xdo, yds, xds; in sti_mixer_active_video_area() local
300 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_active_video_area()
303 sti_mixer_to_str(mixer), xdo, ydo, xds, yds); in sti_mixer_active_video_area()
305 sti_mixer_reg_write(mixer, GAM_MIXER_AVS, yds << 16 | xds); in sti_mixer_active_video_area()
H A Dsti_vid.c149 u32 val, ydo, xdo, yds, xds; in sti_vid_commit() local
164 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
167 writel((yds << 16) | xds, vid->regs + VID_VPS); in sti_vid_commit()