Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c798 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
801 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()
808 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
2259 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
2269 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h7163 #define PLANE_CTL_RENDER_DECOMPRESSION_ENABLE (1 << 15) macro