| /linux/drivers/gpu/drm/i915/gt/ |
| A D | gen7_renderclear.c | 39 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()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_fbdev_shmem.c | 122 sizes->surface_width, sizes->surface_height, in drm_fbdev_shmem_helper_fb_probe() 127 sizes->surface_height, format); in drm_fbdev_shmem_helper_fb_probe() 159 info->screen_size = sizes->surface_height * fb->pitches[0]; in drm_fbdev_shmem_helper_fb_probe()
|
| A D | drm_fbdev_dma.c | 121 sizes->surface_width, sizes->surface_height, in drm_fbdev_dma_helper_fb_probe() 127 sizes->surface_height, format); in drm_fbdev_dma_helper_fb_probe() 171 info->screen_size = sizes->surface_height * fb->pitches[0]; in drm_fbdev_dma_helper_fb_probe()
|
| A D | drm_fbdev_ttm.c | 84 sizes->surface_width, sizes->surface_height, in drm_fbdev_ttm_helper_fb_probe() 90 sizes->surface_height, format); in drm_fbdev_ttm_helper_fb_probe()
|
| A D | drm_fb_helper.c | 1592 sizes->surface_height = in __drm_fb_helper_find_sizes() 1593 max_t(u32, desired_mode->vdisplay + y, sizes->surface_height); in __drm_fb_helper_find_sizes() 1638 sizes->surface_height *= drm_fbdev_overalloc; in drm_fb_helper_find_sizes() 1639 sizes->surface_height /= 100; in drm_fb_helper_find_sizes() 1640 if (sizes->surface_height > config->max_height) { in drm_fb_helper_find_sizes() 1643 sizes->surface_height = config->max_height; in drm_fb_helper_find_sizes()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_rq_dlg_calc_30.c | 291 unsigned int surface_height) in get_meta_and_pte_attr() argument 431 if (surface_height < blk256_height) { in get_meta_and_pte_attr() 432 …lculation ignored surface_height=%u < blk256_height=%u\n", __func__, surface_height, blk256_height… in get_meta_and_pte_attr() 434 if (temp > surface_height) { in get_meta_and_pte_attr() 435 if (surface_height >= vp_height) in get_meta_and_pte_attr() 436 temp = surface_height; in get_meta_and_pte_attr() 438 …size calculation ignored surface_height=%u < vp_height=%u\n", __func__, surface_height, vp_height); in get_meta_and_pte_attr() 667 unsigned int surface_height = 0; in get_surf_rq_param() local 676 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param() 682 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_rq_dlg_calc_31.c | 314 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() 662 unsigned int surface_height = 0; in get_surf_rq_param() local 671 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param() 677 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param() [all …]
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_fbdev.c | 101 sizes->surface_width, sizes->surface_height, in exynos_drm_fbdev_create() 105 mode_cmd.height = sizes->surface_height; in exynos_drm_fbdev_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_rq_dlg_calc_314.c | 402 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() 750 unsigned int surface_height = 0; in get_surf_rq_param() local 759 surface_height = pipe_param->src.surface_height_y / 2.0; in get_surf_rq_param() 765 surface_height = pipe_param->src.surface_height_y; in get_surf_rq_param() [all …]
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_fbdev.c | 83 sizes->surface_height, sizes->surface_bpp, in msm_fbdev_create() 88 sizes->surface_height, pitch, format); in msm_fbdev_create()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | fbdev.c | 179 sizes->surface_height; in psb_fbdev_fb_probe() 190 mode_cmd.height = sizes->surface_height; in psb_fbdev_fb_probe()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_fbdev.c | 146 sizes->surface_height, sizes->surface_bpp, in omap_fbdev_create() 153 mode_cmd.height = sizes->surface_height; in omap_fbdev_create()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_fbdev_fb.c | 29 mode_cmd.height = sizes->surface_height; in intel_fbdev_fb_alloc()
|
| /linux/drivers/gpu/drm/xe/display/ |
| A D | intel_fbdev_fb.c | 31 mode_cmd.height = sizes->surface_height; in intel_fbdev_fb_alloc()
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_cmd.c | 329 uint32_t surface_width, surface_height; in qxl_io_update_area() local 340 surface_height = surf->surf.height; in qxl_io_update_area() 343 area->right > surface_width || area->bottom > surface_height) in qxl_io_update_area()
|
| /linux/include/drm/ |
| A D | drm_fb_helper.h | 61 u32 surface_height; member
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_fbdev.c | 55 mode.height = sizes->surface_height; in armada_fbdev_create()
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | fbdev.c | 86 cmd.height = sizes->surface_height; in tegra_fbdev_probe()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_fbdev.c | 218 mode_cmd.height = sizes->surface_height; in radeon_fbdev_fb_helper_fb_probe()
|