Home
last modified time | relevance | path

Searched refs:hvs5 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c206 if (!vc4->hvs->hvs5) in vc4_hvs_get_fifo_from_output()
273 if (!vc4->hvs->hvs5) in vc4_hvs_init_channel()
294 ((!vc4->hvs->hvs5) ? SCALER_DISPBKGND_GAMMA : 0) | in vc4_hvs_init_channel()
576 hvs->hvs5 = true; in vc4_hvs_bind()
586 if (hvs->hvs5) { in vc4_hvs_bind()
600 if (!hvs->hvs5) in vc4_hvs_bind()
621 if (!hvs->hvs5) in vc4_hvs_bind()
H A Dvc4_kms.c325 if (vc4->hvs->hvs5) in vc4_atomic_complete_commit()
336 if (vc4->hvs->hvs5) in vc4_atomic_complete_commit()
355 if (vc4->hvs->hvs5) in vc4_atomic_complete_commit()
H A Dvc4_crtc.c255 if (!vc4->hvs->hvs5) in vc4_get_fifo_full_level()
394 if (vc4->hvs->hvs5) in vc4_crtc_config_pv()
1086 if (!vc4->hvs->hvs5) { in vc4_crtc_init()
H A Dvc4_plane.c482 /* Align it to 64 or 128 (hvs5) bytes */ in vc4_lbm_size()
483 lbm = roundup(lbm, vc4->hvs->hvs5 ? 128 : 64); in vc4_lbm_size()
485 /* Each "word" of the LBM memory contains 2 or 4 (hvs5) pixels */ in vc4_lbm_size()
486 lbm /= vc4->hvs->hvs5 ? 4 : 2; in vc4_lbm_size()
607 vc4->hvs->hvs5 ? 64 : 32, in vc4_plane_allocate_lbm()
828 if (!vc4->hvs->hvs5) { in vc4_plane_mode_set()
H A Dvc4_drv.h341 bool hvs5; member

Completed in 14 milliseconds