Home
last modified time | relevance | path

Searched refs:surface_height (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dgen7_renderclear.c39 u32 surface_height; member
71 bv->surface_height = 16 * 16; in batch_get_defaults()
83 bv->surface_height = 16 * 8; in batch_get_defaults()
88 bv->size = bv->surface_start + bv->surface_height * bv->surface_width; in batch_get_defaults()
146 u32 surface_h = bv->surface_height; in gen7_fill_surface_state()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_fbdev_dma.c98 sizes->surface_width, sizes->surface_height, in drm_fbdev_dma_helper_fb_probe()
103 sizes->surface_height, format); in drm_fbdev_dma_helper_fb_probe()
139 info->screen_size = sizes->surface_height * fb->pitches[0]; in drm_fbdev_dma_helper_fb_probe()
H A Ddrm_fbdev_generic.c93 sizes->surface_width, sizes->surface_height, in drm_fbdev_generic_helper_fb_probe()
98 sizes->surface_height, format); in drm_fbdev_generic_helper_fb_probe()
H A Ddrm_fb_helper.c1649 sizes->surface_height = in __drm_fb_helper_find_sizes()
1650 max_t(u32, desired_mode->vdisplay + y, sizes->surface_height); in __drm_fb_helper_find_sizes()
1678 sizes->fb_height = sizes->surface_height = 768; in drm_fb_helper_find_sizes()
1701 sizes->surface_height *= drm_fbdev_overalloc;
1702 sizes->surface_height /= 100;
1703 if (sizes->surface_height > config->max_height) {
1706 sizes->surface_height = config->max_height; in drm_fb_helper_single_fb_probe()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c293 unsigned int surface_height) in get_meta_and_pte_attr() argument
433 if (surface_height < blk256_height) { in get_meta_and_pte_attr()
434 …lculation ignored surface_height=%u < blk256_height=%u\n", __func__, surface_height, blk256_height… in get_meta_and_pte_attr()
436 if (temp > surface_height) { in get_meta_and_pte_attr()
437 if (surface_height >= vp_height) in get_meta_and_pte_attr()
438 temp = surface_height; in get_meta_and_pte_attr()
440 …size calculation ignored surface_height=%u < vp_height=%u\n", __func__, surface_height, vp_height); in get_meta_and_pte_attr()
670 unsigned int surface_height = 0; in get_surf_rq_param() local
679 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param()
685 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c314 unsigned int surface_height) in get_meta_and_pte_attr() argument
451 if (surface_height < blk256_height) { in get_meta_and_pte_attr()
452 …lculation ignored surface_height=%u < blk256_height=%u\n", __func__, surface_height, blk256_height… in get_meta_and_pte_attr()
454 if (temp > surface_height) { in get_meta_and_pte_attr()
455 if (surface_height >= vp_height) in get_meta_and_pte_attr()
456 temp = surface_height; in get_meta_and_pte_attr()
458 …size calculation ignored surface_height=%u < vp_height=%u\n", __func__, surface_height, vp_height); in get_meta_and_pte_attr()
663 unsigned int surface_height = 0; in get_surf_rq_param() local
672 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param()
678 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c402 unsigned int surface_height) in get_meta_and_pte_attr() argument
539 if (surface_height < blk256_height) { in get_meta_and_pte_attr()
540 …lculation ignored surface_height=%u < blk256_height=%u\n", __func__, surface_height, blk256_height… in get_meta_and_pte_attr()
542 if (temp > surface_height) { in get_meta_and_pte_attr()
543 if (surface_height >= vp_height) in get_meta_and_pte_attr()
544 temp = surface_height; in get_meta_and_pte_attr()
546 …size calculation ignored surface_height=%u < vp_height=%u\n", __func__, surface_height, vp_height); in get_meta_and_pte_attr()
751 unsigned int surface_height = 0; in get_surf_rq_param() local
760 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param()
766 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param()
[all …]
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_fb_helper.h61 u32 surface_height; member
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_fbdev.c225 mode_cmd.height = sizes->surface_height; in radeon_fbdev_fb_helper_fb_probe()
/openbsd-src/sys/dev/fdt/
H A Drkdrm.c491 mode_cmd.height = sizes->surface_height; in rkdrm_fb_probe()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_fbdev.c171 mode_cmd.height = sizes->surface_height; in intelfb_alloc()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2551 int surface_height = surface.GetHeight(); in UpdateScrolling() local
2552 int visible_height = std::min(content_height, surface_height); in UpdateScrolling()