Home
last modified time | relevance | path

Searched refs:g_y (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
2190 *g_y = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce110_get_crc()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h280 uint32_t *g_y,
/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
1385 CRC0_G_Y, g_y); 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()