Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1053 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()
1060 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
1063 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()
1066 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
1071 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
1074 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
1077 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()
1084 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
2805 plane_ctl &= ~PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_disable_tiling()
3080 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
[all …]
H A Dskl_universal_plane_regs.h79 #define PLANE_CTL_RENDER_DECOMPRESSION_ENABLE REG_BIT(15) macro