Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c9710 intel_framebuffer_pitch_for_width(int width, int bpp) in intel_framebuffer_pitch_for_width() function
9719 u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); in intel_framebuffer_size_for_mode()
9739 mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width, in intel_framebuffer_create_for_mode()
9769 if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay, in mode_fits_in_fbdev()