Searched refs:dm_test_dcc_ctx (Results 1 – 1 of 1) sorted by relevance
27 static struct dm_test_dcc_cap_ctx *dm_test_dcc_ctx; variable66 if (!dm_test_dcc_ctx) in dm_test_get_dcc_compression_cap()69 dm_test_dcc_ctx->called = true; in dm_test_get_dcc_compression_cap()70 dm_test_dcc_ctx->captured_input = *input; in dm_test_get_dcc_compression_cap()71 output->capable = dm_test_dcc_ctx->capable; in dm_test_get_dcc_compression_cap()72 output->grph.rgb.independent_64b_blks = dm_test_dcc_ctx->output_independent_64b_blks; in dm_test_get_dcc_compression_cap()74 return dm_test_dcc_ctx->callback_ret; in dm_test_get_dcc_compression_cap()545 dm_test_dcc_ctx = &ctx; in dm_test_fill_gfx12_plane_attributes_from_modifiers()564 dm_test_dcc_ctx = NULL; in dm_test_fill_gfx12_plane_attributes_from_modifiers()751 dm_test_dcc_ctx = &ctx; in dm_test_validate_dcc_cap_callback_fails()[all …]