Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/loongson/
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()