Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.c4619 return PLANE_CTL_TILED_Y | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
10343 else if (val & PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h6803 #define PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE (1 << 4) /* TGL+ */ macro