Searched refs:tegra_plane_writel (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | hub.c | 361 tegra_plane_writel(plane, value, in tegra_shared_plane_setup_scaler() 515 tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS); in tegra_shared_plane_atomic_disable() 629 tegra_plane_writel(p, 0, DC_WINBUF_CDE_CONTROL); in tegra_shared_plane_atomic_update() 649 tegra_plane_writel(p, value, DC_WIN_POSITION); in tegra_shared_plane_atomic_update() 652 tegra_plane_writel(p, value, DC_WIN_SIZE); in tegra_shared_plane_atomic_update() 655 tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS); in tegra_shared_plane_atomic_update() 658 tegra_plane_writel(p, value, DC_WIN_CROPPED_SIZE); in tegra_shared_plane_atomic_update() 664 tegra_plane_writel(p, value, DC_WIN_PLANAR_STORAGE); in tegra_shared_plane_atomic_update() 688 tegra_plane_writel(p, 0, DC_WINBUF_START_ADDR_U); in tegra_shared_plane_atomic_update() 690 tegra_plane_writel(p, 0, DC_WINBUF_START_ADDR_V); in tegra_shared_plane_atomic_update() [all …]
|
A D | dc.c | 368 tegra_plane_writel(plane, value, DC_WIN_POSITION); in tegra_dc_setup_window() 371 tegra_plane_writel(plane, value, DC_WIN_SIZE); in tegra_dc_setup_window() 398 tegra_plane_writel(plane, value, DC_WIN_DDA_INC); in tegra_dc_setup_window() 406 tegra_plane_writel(plane, 0, DC_WIN_UV_BUF_STRIDE); in tegra_dc_setup_window() 407 tegra_plane_writel(plane, 0, DC_WIN_BUF_STRIDE); in tegra_dc_setup_window() 472 tegra_plane_writel(plane, 0x00f0, DC_WIN_CSC_YOF); in tegra_dc_setup_window() 474 tegra_plane_writel(plane, 0x0000, DC_WIN_CSC_KUR); in tegra_dc_setup_window() 475 tegra_plane_writel(plane, 0x0198, DC_WIN_CSC_KVR); in tegra_dc_setup_window() 476 tegra_plane_writel(plane, 0x039b, DC_WIN_CSC_KUG); in tegra_dc_setup_window() 477 tegra_plane_writel(plane, 0x032f, DC_WIN_CSC_KVG); in tegra_dc_setup_window() [all …]
|
Completed in 10 milliseconds