Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h283 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2172 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc() argument
2194 *b_cb = get_reg_field_value(value, CRTC_CRC0_DATA_B, CRC0_B_CB); in dce110_get_crc()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h281 uint32_t *b_cb);
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h225 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1372 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in optc1_get_crc() argument
1388 CRC0_B_CB, b_cb); in optc1_get_crc()
H A Ddcn10_optc.h566 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c302 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc() argument
320 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()