Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c215 .configure_crc = dce110_configure_crc,
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h217 bool (*configure_crc)(struct timing_generator *tg, member
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c286 if (tg->funcs->configure_crc) in dc_stream_configure_crc()
287 return tg->funcs->configure_crc(tg, &param); in dc_stream_configure_crc()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1430 .configure_crc = optc1_configure_crc,
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c2235 .configure_crc = dce110_configure_crc,