Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h290 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2255 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc() argument
2279 *b_cb = get_reg_field_value(value, CRTC_CRC0_DATA_B, CRC0_B_CB); in dce110_get_crc()
2289 *b_cb = get_reg_field_value(value, CRTC_CRC1_DATA_B, CRC1_B_CB); in dce110_get_crc()
/linux/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1175 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce120_get_crc() argument
1197 *b_cb = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_B, CRC0_B_CB); in dce120_get_crc()
1207 *b_cb = get_reg_field_value(value, CRTC0_CRTC_CRC1_DATA_B, CRC1_B_CB); in dce120_get_crc()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c784 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc() argument
804 return tg->funcs->get_crc(tg, idx, r_cr, g_y, b_cb); in dc_stream_get_crc()