Searched refs:pitch (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h114 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_res_try_now.c110 CRTC_PITCH, /* Stream 1 pitch register offset */
111 CRTC2_PITCH /* Stream 2 pitch register offset */
234 int pitch; local
236 pitch = regr(crtc_pitch_off[stream_index]) * 8;
243 pitch * video_mode->height);
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_res_try_now.c104 CRTC_PITCH, /* Stream 1 pitch register offset */
105 CRTC2_PITCH /* Stream 2 pitch register offset */
228 int pitch; local
230 pitch = regr(crtc_pitch_off[stream_index]) * 8;
237 pitch * video_mode->height);
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c316 register int const pitch = fb_pitch; local
329 mem_addr = (y * pitch * bytepp) + x + base;
364 mem_addr = (y * pitch * bytepp) + x + base;
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c321 register int const pitch = fb_pitch; local
334 mem_addr = (y*pitch*bytepp) + x + base;
369 mem_addr = (y*pitch*bytepp) + x + base;
H A Dtools.c265 register uint_t pitch; local
517 pitch = ((((addr_gen_ext & MGA_CRTCEXT_ADDR_GEN_OFFSET8_9) >>
526 mga_info.mga_linesize = pitch;
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_drm.h90 unsigned int pitch; member in struct:_drm_i915_init
128 int pitch; member in struct:_drm_i915_sarea
H A Dintel_drv.h751 unsigned int pitch);
H A Dintel_display.c1847 unsigned int pitch)
1858 return tile_rows * pitch * 8 + tiles * 4096;
1862 offset = *y * pitch + *x * cpp;
6740 u32 pitch = DIV_ROUND_UP(width * bpp, 8); local
6741 return ALIGN(pitch, 64);
6747 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); local
6748 return ALIGN(pitch * mode->vdisplay, PAGE_SIZE);
7555 * Note that pitch changes could also affect these register.
9202 DRM_DEBUG("pitch (%d) must be at least 64 byte aligned\n",
9224 DRM_DEBUG("%s pitch (
1844 intel_gen4_compute_page_offset(int *x, int *y, unsigned int tiling_mode, unsigned int cpp, unsigned int pitch) argument
[all...]
H A Di915_gem.c228 /* have to work out size/pitch and return them */
229 args->pitch = ALIGN(args->width * ((args->bpp + 7) / 8), 64);
230 args->size = args->pitch * args->height;
2255 /* Note: pitch better be a power of two tile widths */
2451 * It then sets up the reg based on the object's properties: address, pitch
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c953 int size, pitch; local
955 pitch = ALIGN(fb_info.xres * ((fb_info.depth + 7) / 8), 64);
956 size = ALIGN(pitch *fb_info.yres, PAGE_SIZE);
H A Ddrm_crtc.c2289 r.pitches[0] = or->pitch;
2430 DRM_DEBUG_KMS("bad pitch %u for plane %d\n", r->pitches[i], i);
2582 r->pitch = fb->pitches[0];

Completed in 94 milliseconds