Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c459 u32 width_in_bytes, u32 height, in vmw_external_bo_copy() argument
495 WARN_ON(dst_stride < width_in_bytes); in vmw_external_bo_copy()
497 memcpy(vdst, vsrc, width_in_bytes); in vmw_external_bo_copy()
506 diff->rect.x2 = diff->rect.x1 + width_in_bytes / diff->cpp; in vmw_external_bo_copy()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_crtc.c817 unsigned int width_in_bytes = mode->hdisplay * 4; in lsdc_crtc_mode_set_nofb() local
824 if (width_in_bytes % 256 == 0) in lsdc_crtc_mode_set_nofb()
826 else if (width_in_bytes % 128 == 0) in lsdc_crtc_mode_set_nofb()
828 else if (width_in_bytes % 64 == 0) in lsdc_crtc_mode_set_nofb()