Home
last modified time | relevance | path

Searched refs:surface_width (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dgen7_renderclear.c40 u32 surface_width; member
72 bv->surface_width = 32 * 2 * 16; in batch_get_defaults()
84 bv->surface_width = 32 * 16; in batch_get_defaults()
88 bv->size = bv->surface_start + bv->surface_height * bv->surface_width; in batch_get_defaults()
147 u32 surface_w = bv->surface_width; in gen7_fill_surface_state()
/openbsd/sys/dev/pci/drm/
H A Ddrm_fbdev_dma.c98 sizes->surface_width, sizes->surface_height, in drm_fbdev_dma_helper_fb_probe()
102 buffer = drm_client_framebuffer_create(client, sizes->surface_width, 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()
97 buffer = drm_client_framebuffer_create(client, sizes->surface_width, in drm_fbdev_generic_helper_fb_probe()
H A Ddrm_fb_helper.c1647 sizes->surface_width = in __drm_fb_helper_find_sizes()
1648 max_t(u32, desired_mode->hdisplay + x, sizes->surface_width); in __drm_fb_helper_find_sizes()
1677 sizes->fb_width = sizes->surface_width = 1024; in __drm_fb_helper_find_sizes()
/openbsd/sys/dev/fdt/
H A Drkdrm.c490 mode_cmd.width = sizes->surface_width; in rkdrm_fb_probe()
492 mode_cmd.pitches[0] = sizes->surface_width * bytes_per_pixel; in rkdrm_fb_probe()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_fb_helper.h60 u32 surface_width; member
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_fbdev.c224 mode_cmd.width = sizes->surface_width; in radeon_fbdev_fb_helper_fb_probe()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_fbdev.c170 mode_cmd.width = sizes->surface_width; in intelfb_alloc()