Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
HDintel_display.c3461 return PLANE_CTL_TILED_Y | PLANE_CTL_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
3465 return PLANE_CTL_TILED_YF | PLANE_CTL_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
8452 if (val & PLANE_CTL_DECOMPRESSION_ENABLE) in skylake_get_initial_plane_config()
8458 if (val & PLANE_CTL_DECOMPRESSION_ENABLE) in skylake_get_initial_plane_config()
HDi915_reg.h6284 #define PLANE_CTL_DECOMPRESSION_ENABLE (1 << 15) macro