Lines Matching defs:width

56 	u32 width;
702 * @width: Plane width in pixels
730 unsigned int width,
744 ret = (ret + 1) * width * cpp;
963 static unsigned int g4x_tlb_miss_wa(int fifo_size, int width, int cpp)
965 int tlb_miss = fifo_size * 64 - width * cpp * 8;
1141 unsigned int clock, htotal, cpp, width, wm;
1169 width = drm_rect_width(&plane_state->uapi.dst);
1172 wm = intel_wm_method2(clock, htotal, width, cpp, latency);
1180 large = intel_wm_method2(clock, htotal, width, cpp, latency);
1186 width, cpp);
1629 unsigned int width,
1636 width, cpp, latency);
1665 unsigned int clock, htotal, cpp, width, wm;
1676 width = crtc_state->pipe_src_w;
1687 wm = vlv_wm_method2(clock, htotal, width, cpp,
2515 unsigned int width,
2522 width, cpp, latency);
4166 * range ddb entries are still allocated in proportion to display width.
4171 * Watermark/ddb requirement highly depends upon width of the
4173 * distribute DDB based on resolution/width of the display.
4246 int width, const struct drm_format_info *format,
4668 u32 width = 0, height = 0;
4687 width = drm_rect_width(&plane_state->uapi.src) >> 16;
4692 width /= 2;
4696 data_rate = width * height;
5128 int width, const struct drm_format_info *format,
5158 wp->width = width;
5160 wp->width /= 2;
5193 wp->plane_bytes_per_line = wp->width * wp->cpp;
5230 int width;
5237 width = drm_rect_width(&plane_state->uapi.src) >> 16;
5239 return skl_compute_wm_params(crtc_state, width,
6800 * watermark = (trunc(latency/line time)+1) * surface width *
6804 * surface width = hdisplay for normal plane and 64 for cursor