Searched refs:surface_width (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | gen7_renderclear.c | 40 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 D | drm_fbdev_dma.c | 98 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 D | drm_fbdev_generic.c | 93 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 D | drm_fb_helper.c | 1647 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 D | rkdrm.c | 490 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 D | drm_fb_helper.h | 60 u32 surface_width; member
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_fbdev.c | 224 mode_cmd.width = sizes->surface_width; in radeon_fbdev_fb_helper_fb_probe()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_fbdev.c | 170 mode_cmd.width = sizes->surface_width; in intelfb_alloc()
|