Searched refs:ISL_GFX_VERX10 (Results 1 – 4 of 4) sorted by relevance
45 assert(ISL_GFX_VERX10(dev) >= 125); in isl_gfx125_filter_tiling()
200 assert(ISL_GFX_VERX10(dev) < 125); in isl_gfx6_filter_tiling()
64 #define ISL_GFX_VERX10(__dev) ((__dev)->info->verx10) macro69 ISL_GFX_VERX10(__dev) == (__dev)->info->verx10))
643 if (ISL_GFX_VERX10(dev) >= 125) { in isl_surf_choose_tiling()924 if (ISL_GFX_VERX10(dev) >= 125) { in isl_choose_image_alignment_el()2076 ISL_GFX_VERX10(dev) >= 125 ? ISL_FORMAT_GFX125_HIZ : ISL_FORMAT_HIZ; in isl_surf_get_hiz_surf()2376 switch (ISL_GFX_VERX10(dev)) { \