Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/ !
Dskl_universal_plane.c942 PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()
953 return PLANE_CTL_TILED_4 | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
965 return PLANE_CTL_TILED_Y | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
2707 else if (val & PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
2722 else if (val & PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()
Dskl_universal_plane_regs.h91 #define PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE REG_BIT(4) /* TGL+ */ macro