Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c4503 wp->y_tiled = fb->modifier == I915_FORMAT_MOD_Y_TILED || in skl_compute_plane_wm_params()
4560 if (wp->y_tiled) { in skl_compute_plane_wm_params()
4629 if (wp->y_tiled) { in skl_compute_plane_wm()
4655 if (wp->y_tiled) { in skl_compute_plane_wm()
4674 if (wp->y_tiled) { in skl_compute_plane_wm()
4843 if (wp->y_tiled) { in skl_compute_transition_wm()
Di915_drv.h1216 bool x_tiled, y_tiled; member