Home
last modified time | relevance | path

Searched refs:tbl_entry (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Defi.c175 efi_config_table_64_t *tbl_entry = (efi_config_table_64_t *)cfg_tbl + idx; in get_vendor_table() local
177 if (!IS_ENABLED(CONFIG_X86_64) && tbl_entry->table >> 32) { in get_vendor_table()
182 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()
183 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
186 efi_config_table_32_t *tbl_entry = (efi_config_table_32_t *)cfg_tbl + idx; in get_vendor_table() local
188 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()
189 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp.c72 struct out_csc_color_matrix tbl_entry; in dpp401_dpp_setup() local
205 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp401_dpp_setup()
207 tbl_entry.color_space = input_color_space; in dpp401_dpp_setup()
215 &tbl_entry); in dpp401_dpp_setup()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.h43 const struct out_csc_color_matrix *tbl_entry);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3027 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local
3031 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe()
3041 tbl_entry.color_space = in dce110_program_front_end_for_pipe()
3045 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe()
3049 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe()
3219 struct out_csc_color_matrix tbl_entry; in program_output_csc() local
3225 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_output_csc()
3227 tbl_entry.color_space = color_space; in program_output_csc()
3230 pipe_ctx->plane_res.xfm, &tbl_entry); in program_output_csc()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h681 const struct out_csc_color_matrix *tbl_entry);
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.h635 const struct out_csc_color_matrix *tbl_entry);