Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c46 uint32_t cur_csc_reg; in cm_helper_program_color_matrices() local
49 for (cur_csc_reg = reg->csc_c11_c12; in cm_helper_program_color_matrices()
50 cur_csc_reg <= reg->csc_c33_c34; in cm_helper_program_color_matrices()
51 cur_csc_reg++) { in cm_helper_program_color_matrices()
56 REG_SET_2(cur_csc_reg, 0, in cm_helper_program_color_matrices()
69 uint32_t cur_csc_reg, regval0, regval1; in cm_helper_read_color_matrices() local
72 for (cur_csc_reg = reg->csc_c11_c12; in cm_helper_read_color_matrices()
73 cur_csc_reg <= reg->csc_c33_c34; cur_csc_reg++) { in cm_helper_read_color_matrices()
74 REG_GET_2(cur_csc_reg, in cm_helper_read_color_matrices()