Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_display.c6631 intel_framebuffer_pitch_for_width(int width, int bpp) in intel_framebuffer_pitch_for_width() function
6640 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); in intel_framebuffer_size_for_mode()
6660 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width, in intel_framebuffer_create_for_mode()
6683 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay, in mode_fits_in_fbdev()