Home
last modified time | relevance | path

Searched refs:chroma_width (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c502 uint32_t chroma_width, chroma_height; in sun4i_frontend_update_coord() local
511 chroma_width = DIV_ROUND_UP(luma_width, fb->format->hsub); in sun4i_frontend_update_coord()
517 SUN4I_FRONTEND_INSIZE(chroma_height, chroma_width)); in sun4i_frontend_update_coord()
527 (chroma_width << 16) / state->crtc_w); in sun4i_frontend_update_coord()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c501 uint32_t chroma_width, chroma_height; in sun4i_frontend_update_coord() local
510 chroma_width = DIV_ROUND_UP(luma_width, fb->format->hsub); in sun4i_frontend_update_coord()
516 SUN4I_FRONTEND_INSIZE(chroma_height, chroma_width)); in sun4i_frontend_update_coord()
526 (chroma_width << 16) / state->crtc_w); in sun4i_frontend_update_coord()

Completed in 3 milliseconds