Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/kmb/
A Dkmb_plane.c74 struct disp_cfg init_disp_cfg; in check_pixel_format() local
77 init_disp_cfg = kmb->init_disp_cfg[plane_id]; in check_pixel_format()
81 if (init_disp_cfg.format && init_disp_cfg.format != format) { in check_pixel_format()
100 struct disp_cfg init_disp_cfg; in kmb_plane_atomic_check() local
107 init_disp_cfg = kmb->init_disp_cfg[plane_id]; in kmb_plane_atomic_check()
125 if ((init_disp_cfg.width && init_disp_cfg.height) && in kmb_plane_atomic_check()
390 init_disp_cfg = &kmb->init_disp_cfg[plane_id]; in kmb_plane_atomic_update()
536 if (!init_disp_cfg->width || in kmb_plane_atomic_update()
537 !init_disp_cfg->height || in kmb_plane_atomic_update()
538 !init_disp_cfg->format) { in kmb_plane_atomic_update()
[all …]
A Dkmb_drv.h60 struct disp_cfg init_disp_cfg[KMB_MAX_PLANES]; member

Completed in 4 milliseconds