Searched refs:init_disp_cfg (Results 1 – 2 of 2) sorted by relevance
75 struct disp_cfg init_disp_cfg; in check_pixel_format() local78 init_disp_cfg = kmb->init_disp_cfg[plane_id]; in check_pixel_format()82 if (init_disp_cfg.format && init_disp_cfg.format != format) { in check_pixel_format()101 struct disp_cfg init_disp_cfg; in kmb_plane_atomic_check() local108 init_disp_cfg = kmb->init_disp_cfg[plane_id]; in kmb_plane_atomic_check()126 if ((init_disp_cfg.width && init_disp_cfg.height) && in kmb_plane_atomic_check()127 (init_disp_cfg.width != fb->width || in kmb_plane_atomic_check()128 init_disp_cfg.height != fb->height)) { in kmb_plane_atomic_check()362 struct disp_cfg *init_disp_cfg; in kmb_plane_atomic_update() local385 init_disp_cfg = &kmb->init_disp_cfg[plane_id]; in kmb_plane_atomic_update()[all …]
60 struct disp_cfg init_disp_cfg[KMB_MAX_PLANES]; member