Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_fb.c161 INTEL_PLANE_CAP_TILING_4)
168 .plane_caps = INTEL_PLANE_CAP_TILING_4,
172 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_NEED64K_PHYS,
176 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_MC,
185 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
193 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC_CC,
202 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_MC,
206 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC_CC,
214 .plane_caps = INTEL_PLANE_CAP_TILING_4 | INTEL_PLANE_CAP_CCS_RC,
218 .plane_caps = INTEL_PLANE_CAP_TILING_4,
[all …]
Dintel_fb.h30 #define INTEL_PLANE_CAP_TILING_4 BIT(6) macro
Dskl_universal_plane.c2453 caps |= INTEL_PLANE_CAP_TILING_4; in skl_get_plane_caps()